行政区导航
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment