140402.json 778 B

123456789101112131415161718192021222324252627282930
  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.1437903125, 36.1522194648438],
  14. [113.137345, 36.1238430000001],
  15. [113.092381621094, 36.1353823066407],
  16. [113.083260527344, 36.1597585273438],
  17. [113.077345, 36.163843],
  18. [113.071688261719, 36.1785597968751],
  19. [113.073587675781, 36.1938430000001],
  20. [113.070548125, 36.2182900214844],
  21. [113.144080839844, 36.2078005195312],
  22. [113.140479765625, 36.178843],
  23. [113.1437903125, 36.1522194648438]
  24. ]
  25. ]
  26. ]
  27. }
  28. }]
  29. }