learning_cesium/data/map.geojson

39 lines
1.1 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "测试",
"value": 100
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
114.91145946085453,
32.36091223828969
],
[
114.91135619580746,
32.360651122451074
],
[
114.91144269704819,
32.36062676670536
],
[
114.91154395043849,
32.36088788261427
],
[
114.91145946085453,
32.36091223828969
]
]
]
}
}
]
}