Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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. -73.99669647216797,
  13. 40.65895949728763
  14. ],
  15. [
  16. -73.99669647216797,
  17. 40.68649587700388
  18. ],
  19. [
  20. -73.9669132232666,
  21. 40.68649587700388
  22. ],
  23. [
  24. -73.9669132232666,
  25. 40.65895949728763
  26. ],
  27. [
  28. -73.99669647216797,
  29. 40.65895949728763
  30. ]
  31. ]
  32. ]
  33. }
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement