12345678910111213141516171819202122232425262728 |
- {
- "type": "FeatureCollection",
- "features": [{
- "type": "Feature",
- "properties": {
- "name": "城区"
- },
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [113.650975371094, 37.8489772773438],
- [113.617703886719, 37.8349379707032],
- [113.602345, 37.840727765625],
- [113.574998808594, 37.8304201484375],
- [113.563714628906, 37.8502114082031],
- [113.557345, 37.853843],
- [113.567345, 37.8738430000001],
- [113.600975371094, 37.8574745917969],
- [113.650975371094, 37.8489772773438]
- ]
- ]
- ]
- }
- }]
- }
|