Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {},
  7. "geometry": {
  8. "type": "Polygon",
  9. "coordinates": [
  10. [
  11. [
  12. 7.915649414062499,
  13. 12.033948163635914
  14. ],
  15. [
  16. 8.0694580078125,
  17. 11.619954780767053
  18. ],
  19. [
  20. 8.4649658203125,
  21. 11.6522364041154
  22. ],
  23. [
  24. 9.0472412109375,
  25. 11.797457157244434
  26. ],
  27. [
  28. 8.6956787109375,
  29. 12.307802336622869
  30. ],
  31. [
  32. 7.915649414062499,
  33. 12.033948163635914
  34. ]
  35. ]
  36. ]
  37. }
  38. }
  39. ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement