8e2c61a3 by 苗菁

行政区导航

1 parent 425eac3d
......@@ -130,7 +130,6 @@ export default {
mounted() {
this.map = new i2d.Map('map', this.mapOptions)
this.geoJsonLayer = new i2d.Layer.GeoJsonLayer({
crs: 'EPSG:4326',
name: "行政区"
})
this.map.addLayer(this.geoJsonLayer)
......