添加 beijing.geojson

This commit is contained in:
2026-04-10 04:03:50 +00:00
parent f6c5e6ff85
commit 606f6557eb

11
beijing.geojson Normal file
View File

@@ -0,0 +1,11 @@
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [116.4074, 39.9042] // 经度, 纬度
},
"properties": {
"name": "北京天安门",
"category": "景点"
}
}