967fa0f59c
- test-linux: platform=linux, docker + python3 - test-windows: platform=windows, arcpy + python3 - 附示例 GeoJSON: 云南/昆明/大理/百色 Ref: SuiteHub/agent-profiles#22
19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": { "name": "昆明市", "code": "530100", "population": 8500000 },
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[102.4, 25.7], [102.6, 25.6], [102.9, 25.5], [103.1, 25.4],
|
|
[103.4, 25.2], [103.3, 24.9], [103.2, 24.7], [103.0, 24.5],
|
|
[102.8, 24.4], [102.6, 24.5], [102.5, 24.7], [102.4, 24.9],
|
|
[102.4, 25.7]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
}
|