添加大屏

This commit is contained in:
2025-09-12 19:58:35 +08:00
parent e64866f2cc
commit 39d61c6f9b
695 changed files with 34930 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "银川市",
"cp": [106.2324, 38.4663]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[105.8, 38.8], [106.6, 38.8], [106.6, 38.1], [105.8, 38.1], [105.8, 38.8]
]]
}
},
{
"type": "Feature",
"properties": {
"name": "石嘴山市",
"cp": [106.3586, 39.0133]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[105.9, 39.4], [106.8, 39.4], [106.8, 38.6], [105.9, 38.6], [105.9, 39.4]
]]
}
},
{
"type": "Feature",
"properties": {
"name": "吴忠市",
"cp": [106.1993, 37.9972]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[105.5, 38.2], [107.2, 38.2], [107.2, 37.4], [105.5, 37.4], [105.5, 38.2]
]]
}
},
{
"type": "Feature",
"properties": {
"name": "固原市",
"cp": [106.2853, 36.0046]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[105.4, 36.8], [107.1, 36.8], [107.1, 35.2], [105.4, 35.2], [105.4, 36.8]
]]
}
},
{
"type": "Feature",
"properties": {
"name": "中卫市",
"cp": [105.1896, 37.5149]
},
"geometry": {
"type": "Polygon",
"coordinates": [[
[104.2, 38.0], [106.0, 38.0], [106.0, 36.8], [104.2, 36.8], [104.2, 38.0]
]]
}
}
]
}