更新 beijing.geojson
This commit is contained in:
@@ -1,11 +1,35 @@
|
|||||||
{
|
{
|
||||||
"type": "Feature",
|
"type": "FeatureCollection",
|
||||||
"geometry": {
|
"features": [
|
||||||
"type": "Point",
|
{
|
||||||
"coordinates": [116.4074, 39.9042] // 经度, 纬度
|
"type": "Feature",
|
||||||
},
|
"properties": {
|
||||||
"properties": {
|
"name": "北京首都国际机场",
|
||||||
"name": "北京天安门",
|
"category": "Airport"
|
||||||
"category": "景点"
|
},
|
||||||
}
|
"geometry": {
|
||||||
|
"type": "Point",
|
||||||
|
"coordinates": [116.5873, 40.0779]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "Feature",
|
||||||
|
"properties": {
|
||||||
|
"name": "示例区域",
|
||||||
|
"category": "Park"
|
||||||
|
},
|
||||||
|
"geometry": {
|
||||||
|
"type": "Polygon",
|
||||||
|
"coordinates": [
|
||||||
|
[
|
||||||
|
[116.38, 39.90],
|
||||||
|
[116.40, 39.90],
|
||||||
|
[116.40, 39.92],
|
||||||
|
[116.38, 39.92],
|
||||||
|
[116.38, 39.90]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user