967fa0f59c
- test-linux: platform=linux, docker + python3 - test-windows: platform=windows, arcpy + python3 - 附示例 GeoJSON: 云南/昆明/大理/百色 Ref: SuiteHub/agent-profiles#22
18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": { "name": "百色市", "code": "451000", "population": 3600000 },
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [[
|
|
[105.5, 24.5], [105.8, 24.3], [106.2, 24.0], [106.8, 23.8],
|
|
[107.3, 23.5], [107.5, 23.2], [107.3, 23.0], [107.0, 23.2],
|
|
[106.5, 23.5], [106.0, 23.8], [105.7, 24.0], [105.5, 24.5]
|
|
]]
|
|
}
|
|
}
|
|
]
|
|
}
|