1234567891011121314151617181920212223242526272829303132 |
- {
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "properties": {},
- "geometry": {
- "type": "Polygon ",
- "coordinates": [
- [
- [121.80900368447004, 31.053935480315246],
- [121.80900368447004, 31.044263490820825],
- [121.80013337002538, 31.044263490820825],
- [121.80013337002538, 31.053935480315246],
- [121.80900368447004, 31.053935480315246]
- ],
- [],
- [
- [121.80900368447004, 31.053935480315246],
- [121.80900368447004, 31.044263490820825],
- [121.80013337002538, 31.044263490820825],
- [121.80013337002538, 31.053935480315246],
- [121.80900368447004, 31.053935480315246]
- ],
- [],
- [],
- []
- ]
- }
- }
- ]
- }
|