Guest User

Untitled

a guest
Mar 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "type": "Feature",
  3. "properties": {},
  4. "geometry": {
  5. "type": "Polygon",
  6. "coordinates": [
  7. [
  8. [ 180, 90 ],
  9. [ 180, -90 ],
  10. [ -180, -90 ],
  11. [ -180, 90 ],
  12. [ 180, 90 ]
  13. ],
  14. [
  15. [ -120, 60 ],
  16. [ -120, -60 ],
  17. [ 120, -60 ],
  18. [ 120, 60 ],
  19. [ -120, 60 ]
  20. ],
  21. [
  22. [ -60, 30 ],
  23. [ -60, -30 ],
  24. [ 60, -30 ],
  25. [ 60, 30 ],
  26. [ -60, 30 ]
  27. ]
  28. ]
  29. }
  30. }
Add Comment
Please, Sign In to add comment