feat: 添加 Linux/Windows 双平台测试套件(云南省界叠加分析)
- test-linux: platform=linux, docker + python3 - test-windows: platform=windows, arcpy + python3 - 附示例 GeoJSON: 云南/昆明/大理/百色 Ref: SuiteHub/agent-profiles#22
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user