967fa0f59c
- test-linux: platform=linux, docker + python3 - test-windows: platform=windows, arcpy + python3 - 附示例 GeoJSON: 云南/昆明/大理/百色 Ref: SuiteHub/agent-profiles#22
18 lines
473 B
JSON
18 lines
473 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": { "name": "大理州", "code": "532900", "population": 3300000 },
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[99.5, 26.5], [99.8, 26.3], [100.0, 26.2], [100.3, 26.0],
|
|
[100.5, 25.8], [100.4, 25.5], [100.3, 25.3], [100.1, 25.1],
|
|
[99.9, 25.0], [99.7, 25.1], [99.5, 25.3], [99.5, 26.5]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
}
|