12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "properties": {},
- "geometry": {
- "coordinates": [
- [
- [
- 116.3043617698678,
- 39.9950860331447
- ],
- [
- 116.2507003294885,
- 39.87785868533936
- ],
- [
- 116.44829350496468,
- 39.78417129374486
- ],
- [
- 116.44504496065588,
- 39.94835379839009
- ],
- [
- 116.34827773886082,
- 39.91217475088072
- ],
- [
- 116.3043617698678,
- 39.9950860331447
- ]
- ]
- ],
- "type": "Polygon"
- }
- }
- ]
- }
|