Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
GIS
/
i2d-demo-vue2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8e2c61a3
authored
2024-07-26 09:50:53 +0800
by
苗菁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
行政区导航
1 parent
425eac3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/XzqMap.vue
src/components/XzqMap.vue
View file @
8e2c61a
...
...
@@ -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
)
...
...
Please
register
or
sign in
to post a comment