You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JiangningUrbanManagePc/public/data/江宁开发区重点区域.geojson

27 lines
667 B

1 year ago
{
"type": "FeatureCollection",
"name": "江宁开发区重点区域",
"crs": {
"type": "name",
"properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" }
},
"features": [
{
"type": "Feature",
"properties": { "name": "重点片区" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[118.803281070877205, 31.779640077988638],
[118.803281070877205, 31.797135515381811],
[118.835893925047003, 31.797135515381811],
[118.835893925047003, 31.779640077988638],
[118.803281070877205, 31.779640077988638]
]
]
}
}
]
}