基于亦庄一张图系统为模板创建的Demo系统
surprise
2024-04-16 f51e0da4c397110b2916a9dc371b6d745042029d
1
2
3
4
5
6
7
8
9
{
"type": "FeatureCollection",
"name": "point",
"features": [
{ "type": "Feature", "properties": { "TE_TEXT": "北宝力皋图嘎查盐渍化草原修复区" }, "geometry": { "type": "Point", "coordinates": [ 121.23925338, 44.50575506, 0.0 ] } },
{ "type": "Feature", "properties": { "TE_TEXT": "查布嘎图苏木退化草原修复区" }, "geometry": { "type": "Point", "coordinates": [ 120.92041134, 44.23103711, 0.0 ] } },
{ "type": "Feature", "properties": { "TE_TEXT": "前德门苏木沙化草原修复区" }, "geometry": { "type": "Point", "coordinates": [ 121.47383495, 44.67031615, 0.0 ] } }
]
}