Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "Point",
  8. "coordinates": [
  9. -122.42901,
  10. 37.80633
  11. ]
  12. },
  13. "properties": {
  14. "class": "national_park",
  15. "type": "national_park",
  16. "tilequery": {
  17. "distance": 0,
  18. "layer": "landuse_overlay"
  19. }
  20. }
  21. },
  22. {
  23. "type": "Feature",
  24. "geometry": {
  25. "type": "Point",
  26. "coordinates": [
  27. -122.42899060249329,
  28. 37.80628209004094
  29. ]
  30. },
  31. "properties": {
  32. "localrank": 1,
  33. "maki": "park",
  34. "name": "Fort Mason",
  35. "name_de": "Fort Mason",
  36. "name_en": "Fort Mason",
  37. "name_es": "Fort Mason",
  38. "name_fr": "Fort Mason",
  39. "name_ru": "Fort Mason",
  40. "name_zh": "Fort Mason",
  41. "ref": "",
  42. "scalerank": 1,
  43. "type": "National Park",
  44. "tilequery": {
  45. "distance": 7,
  46. "layer": "poi_label"
  47. }
  48. }
  49. }
  50. ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement