967fa0f59c
- test-linux: platform=linux, docker + python3 - test-windows: platform=windows, arcpy + python3 - 附示例 GeoJSON: 云南/昆明/大理/百色 Ref: SuiteHub/agent-profiles#22
20 lines
589 B
JSON
20 lines
589 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": { "name": "云南省", "code": "530000" },
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[97.5, 27.5], [98.5, 28.8], [100.0, 29.3], [101.5, 28.5],
|
|
[103.0, 28.0], [104.5, 27.5], [105.5, 26.5], [106.2, 25.5],
|
|
[106.0, 24.0], [105.5, 23.0], [104.5, 22.2], [103.5, 22.0],
|
|
[102.5, 21.5], [101.5, 21.1], [100.5, 21.8], [99.5, 22.5],
|
|
[98.5, 23.5], [97.8, 24.5], [97.5, 25.5], [97.5, 27.5]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
}
|