32 lines
620 B
JSON
32 lines
620 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"adcode": 110000,
|
|
"name": "中国",
|
|
"center": [116.405285, 39.904989],
|
|
"centroid": [116.41995, 40.18994],
|
|
"childrenNum": 16,
|
|
"level": "province",
|
|
"parent": {
|
|
"adcode": 100000
|
|
},
|
|
"subFeatureIndex": 0,
|
|
"acroutes": [100000]
|
|
},
|
|
"geometry": {
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
[
|
|
[
|
|
[135.08,53.56],
|
|
[135.08,3.86],
|
|
[73.51,3.86],
|
|
[73.51,53.56]
|
|
]
|
|
]
|
|
]
|
|
}
|
|
}]
|
|
} |