添加 beijing.geojson
This commit is contained in:
11
beijing.geojson
Normal file
11
beijing.geojson
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"type": "Feature",
|
||||||
|
"geometry": {
|
||||||
|
"type": "Point",
|
||||||
|
"coordinates": [116.4074, 39.9042] // 经度, 纬度
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"name": "北京天安门",
|
||||||
|
"category": "景点"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user