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 ] } }
| ]
| }
|
|