test.json 850 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {},
  7. "geometry": {
  8. "type": "Polygon ",
  9. "coordinates": [
  10. [
  11. [121.80900368447004, 31.053935480315246],
  12. [121.80900368447004, 31.044263490820825],
  13. [121.80013337002538, 31.044263490820825],
  14. [121.80013337002538, 31.053935480315246],
  15. [121.80900368447004, 31.053935480315246]
  16. ],
  17. [],
  18. [
  19. [121.80900368447004, 31.053935480315246],
  20. [121.80900368447004, 31.044263490820825],
  21. [121.80013337002538, 31.044263490820825],
  22. [121.80013337002538, 31.053935480315246],
  23. [121.80900368447004, 31.053935480315246]
  24. ],
  25. [],
  26. [],
  27. []
  28. ]
  29. }
  30. }
  31. ]
  32. }