draw.geojson 760 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {},
  7. "geometry": {
  8. "coordinates": [
  9. [
  10. [109.51142919411961, 18.322906808030652],
  11. [109.51382391646248, 18.323160890707612],
  12. [109.51812407725552, 18.318549085673954],
  13. [109.52096478636398, 18.31677099219241],
  14. [109.52639647097506, 18.31534849921383],
  15. [109.52681717214205, 18.307529099172545],
  16. [109.51255360145637, 18.30725787066725],
  17. [109.50859860338323, 18.311988017573178],
  18. [109.51142919411961, 18.322906808030652]
  19. ]
  20. ],
  21. "type": "Polygon"
  22. }
  23. }
  24. ]
  25. }