Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "marker-color": "#7e7e7e",
  8. "marker-size": "medium",
  9. "marker-symbol": "circle",
  10. "description": "Alternate origin"
  11. },
  12. "geometry": {
  13. "type": "Point",
  14. "coordinates": [
  15. -121.9788278,
  16. 37.5574717
  17. ]
  18. }
  19. },
  20. {
  21. "type": "Feature",
  22. "properties": {
  23. "marker-color": "#7e7e7e",
  24. "marker-size": "medium",
  25. "marker-symbol": "circle",
  26. "description": "Alternate destination"
  27. },
  28. "geometry": {
  29. "type": "Point",
  30. "coordinates": [
  31. -122.2703412,
  32. 37.8701015
  33. ]
  34. }
  35. },
  36. {
  37. "type": "Feature",
  38. "properties": {
  39. "marker-color": "#7e7e7e",
  40. "marker-size": "medium",
  41. "marker-symbol": "circle",
  42. "description": "Route block pickup location"
  43. },
  44. "geometry": {
  45. "type": "Point",
  46. "coordinates": [
  47. -121.9388528,
  48. 37.8701015
  49. ]
  50. }
  51. },
  52. {
  53. "type": "Feature",
  54. "properties": {
  55. "marker-color": "#7e7e7e",
  56. "marker-size": "medium",
  57. "marker-symbol": "circle",
  58. "description": "Route block dropoff location"
  59. },
  60. "geometry": {
  61. "type": "Point",
  62. "coordinates": [
  63. -121.950831,
  64. 37.406902
  65. ]
  66. }
  67. },
  68. {
  69. "type": "Feature",
  70. "properties": {
  71. "marker-color": "#7e7e7e",
  72. "marker-size": "medium",
  73. "marker-symbol": "circle",
  74. "description": "Request origin"
  75. },
  76. "geometry": {
  77. "type": "Point",
  78. "coordinates": [
  79. -122.442346,
  80. 37.776616
  81. ]
  82. }
  83. },
  84. {
  85. "type": "Feature",
  86. "properties": {
  87. "marker-color": "#7e7e7e",
  88. "marker-size": "medium",
  89. "marker-symbol": "circle",
  90. "description": "Request Destination"
  91. },
  92. "geometry": {
  93. "type": "Point",
  94. "coordinates": [
  95. -121.9238759,
  96. 37.6942598
  97. ]
  98. }
  99. }
  100. ]
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement