Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "type": "Feature",
  3. "properties": {},
  4. "geometry": {
  5.  
  6. "type": "MultiPolygon", "coordinates": [
  7.  
  8. [
  9. [
  10. [ -120, 60 ], [ 120, 60 ], [ 120, -60 ], [ -120, -60 ], [ -120, 60 ]
  11. ],
  12.  
  13. [
  14. [ -60, 30 ], [ 60, 30 ], [ 60, -30 ], [ -60, -30 ], [ -60, 30 ]
  15. ]
  16. ],
  17.  
  18. [
  19. [
  20. [70,0],[110,40],[110,-40]
  21. ]
  22. ]
  23. ]
  24.  
  25.  
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement