Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "type": "Feature",
  3.  
  4. "properties": {
  5. "name": "Monuments Trail",
  6. "city": "Washington, DC",
  7. "numStops": 5
  8. },
  9.  
  10. "geometry": {
  11. "type": "MultiLineString",
  12. "coordinates": [
  13. [[-77.0352791,38.8894838], [-77.050176,38.8892686]],
  14. [[-77.050176,38.8892686], [-77.0364707,38.8813726]],
  15. [[-77.0364707,38.8813726], [-77.0090505,38.8899389]]
  16. ]
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement