draw.geojson 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "type": "FeatureCollection",
  3. "name": "draw",
  4. "features": [
  5. {
  6. "type": "Feature",
  7. "properties": {},
  8. "geometry": {
  9. "type": "Polygon",
  10. "coordinates": [
  11. [
  12. [
  13. 109.431774698027056,
  14. 18.308104945636849
  15. ],
  16. [
  17. 109.430011339115111,
  18. 18.290042431376694
  19. ],
  20. [
  21. 109.44640581116127,
  22. 18.286563371901781
  23. ],
  24. [
  25. 109.451743546246064,
  26. 18.308438554079647
  27. ],
  28. [
  29. 109.431774698027056,
  30. 18.308104945636849
  31. ]
  32. ]
  33. ]
  34. }
  35. }
  36. ]
  37. }