Files
test987/beijing.geojson
2026-04-10 04:03:50 +00:00

11 lines
201 B
JSON

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