| | |
| | | <lc-service-layer-filter v-show="showServiceLayerFilter" ref="serviceLayerFilter"></lc-service-layer-filter> |
| | | <monitor-panel></monitor-panel> |
| | | <top-enterprise-panel></top-enterprise-panel> |
| | | <tool-box-panel></tool-box-panel> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import LcServiceLayerFilter from '@components/LayerController/modules/LcServiceLayerFilter' |
| | | import MonitorPanel from '@components/panel/MonitorPanel' |
| | | import TopEnterprisePanel from '@components/panel/TopEnterprisePanel' |
| | | import ToolBoxPanel from '@components/panel/ToolBoxPanel' |
| | | |
| | | export default { |
| | | name: 'MapTemplate', |
| | | components: { TopEnterprisePanel, SgisLayerController, MonitorPanel, LcBasemap, LcServiceLayer, LcServiceLayerFilter }, |
| | | components: { |
| | | ToolBoxPanel, |
| | | TopEnterprisePanel, |
| | | SgisLayerController, |
| | | MonitorPanel, |
| | | LcBasemap, |
| | | LcServiceLayer, |
| | | LcServiceLayerFilter |
| | | }, |
| | | data () { |
| | | return { |
| | | basemapHelper: {}, |
| | |
| | | margin: 0; |
| | | padding: 0; |
| | | position: absolute; |
| | | |
| | | #map{ |
| | | height: 100%; |
| | | width: 100%; |
| | | } |
| | | |
| | | .barline{ |
| | | //width: 100%; |
| | | //height: 1px; |