140202.json 647 B

123456789101112131415161718192021222324252627
  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.323011503906, 40.0992018867188],
  14. [113.317345, 40.053843],
  15. [113.291790800781, 40.0582900214844],
  16. [113.282899199219, 40.0693959785157],
  17. [113.252999296875, 40.0819948554688],
  18. [113.287193632813, 40.1382900214844],
  19. [113.306444121094, 40.127387921875],
  20. [113.323011503906, 40.0992018867188]
  21. ]
  22. ]
  23. ]
  24. }
  25. }]
  26. }