140302.json 685 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type": "FeatureCollection",
  3. "features": [{
  4. "type": "Feature",
  5. "properties": {
  6. "name": "城区"
  7. },
  8. "geometry": {
  9. "type": "MultiPolygon",
  10. "coordinates": [
  11. [
  12. [
  13. [113.650975371094, 37.8489772773438],
  14. [113.617703886719, 37.8349379707032],
  15. [113.602345, 37.840727765625],
  16. [113.574998808594, 37.8304201484375],
  17. [113.563714628906, 37.8502114082031],
  18. [113.557345, 37.853843],
  19. [113.567345, 37.8738430000001],
  20. [113.600975371094, 37.8574745917969],
  21. [113.650975371094, 37.8489772773438]
  22. ]
  23. ]
  24. ]
  25. }
  26. }]
  27. }