| | |
| | | import BasemapHelper from '@components/helpers/BasemapHelper' |
| | | import VectorLayerHelper from '@components/helpers/VectorLayerHelper' |
| | | import ServiceLayerHelper from '@components/helpers/ServiceLayerHelper' |
| | | import PathDrag from '@components/plugin/PathDrag' |
| | | import '@components/plugin/PathDrag' |
| | | // import MagicMarker from '@components/plugin/MagicMarker' |
| | | // import WmtsSupport from '@components/plugin/wmts_plugins' |
| | | import MapConfig from '@/conf/MapConfig' |
| | |
| | | |
| | | // Leaflet扩展代码 |
| | | // Editable.init(L) // 图层编辑 |
| | | PathDrag.init(L) // 路径拖拽 |
| | | // PathDrag.init(L) // 路径拖拽 |
| | | // MagicMarker.init(L) // 动画Marker |
| | | // WmtsSupport.init(L) // 扩展,使支持WMTS |
| | | // CustomPopup.init(L) // 自定义弹出框 |