8e2c61a3 by 苗菁

行政区导航

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