Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Polygon",
  8. "coordinates": [
  9. [
  10. [
  11. -114.345703125,
  12. 39.4361929993141
  13. ],
  14. [
  15. -114.345703125,
  16. 43.4529188935547
  17. ],
  18. [
  19. -106.611328125,
  20. 43.4529188935547
  21. ],
  22. [
  23. -106.611328125,
  24. 39.4361929993141
  25. ],
  26. [
  27. -114.345703125,
  28. 39.4361929993141
  29. ]
  30. ]
  31. ]
  32. },
  33. "properties": {
  34.  
  35. }
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement