contatowellington

Untitled

Nov 14th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.03 KB | None | 0 0
  1. var freeBus = {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "geometry": {
  7. "type": "LineString",
  8. "coordinates": [
  9. [-105.00341892242432, 39.75383843460583],
  10. [-105.0008225440979, 39.751891803969535]
  11. ]
  12. },
  13. "properties": {
  14. "popupContent": "This is a free bus line that will take you across downtown.",
  15. "underConstruction": false
  16. },
  17. "id": 1
  18. },
  19. {
  20. "type": "Feature",
  21. "geometry": {
  22. "type": "LineString",
  23. "coordinates": [
  24. [-105.0008225440979, 39.751891803969535],
  25. [-104.99820470809937, 39.74979664004068]
  26. ]
  27. },
  28. "properties": {
  29. "popupContent": "This is a free bus line that will take you across downtown.",
  30. "underConstruction": true
  31. },
  32. "id": 2
  33. },
  34. {
  35. "type": "Feature",
  36. "geometry": {
  37. "type": "LineString",
  38. "coordinates": [
  39. [-104.99820470809937, 39.74979664004068],
  40. [-104.98689651489258, 39.741052354709055]
  41. ]
  42. },
  43. "properties": {
  44. "popupContent": "This is a free bus line that will take you across downtown.",
  45. "underConstruction": false
  46. },
  47. "id": 3
  48. }
  49. ]
  50. };
  51.  
  52. var lightRailStop = {
  53. "type": "FeatureCollection",
  54. "features": [
  55. {
  56. "type": "Feature",
  57. "properties": {
  58. "popupContent": "18th & California Light Rail Stop"
  59. },
  60. "geometry": {
  61. "type": "Point",
  62. "coordinates": [-104.98999178409576, 39.74683938093904]
  63. }
  64. },{
  65. "type": "Feature",
  66. "properties": {
  67. "popupContent": "20th & Welton Light Rail Stop"
  68. },
  69. "geometry": {
  70. "type": "Point",
  71. "coordinates": [-104.98689115047453, 39.747924136466565]
  72. }
  73. }
  74. ]
  75. };
  76.  
  77. var bicycleRental = {
  78. "type": "FeatureCollection",
  79. "features": [
  80. {
  81. "geometry": {
  82. "type": "Point",
  83. "coordinates": [
  84. -104.9998241,
  85. 39.7471494
  86. ]
  87. },
  88. "type": "Feature",
  89. "properties": {
  90. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  91. },
  92. "id": 51
  93. },
  94. {
  95. "geometry": {
  96. "type": "Point",
  97. "coordinates": [
  98. -104.9983545,
  99. 39.7502833
  100. ]
  101. },
  102. "type": "Feature",
  103. "properties": {
  104. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  105. },
  106. "id": 52
  107. },
  108. {
  109. "geometry": {
  110. "type": "Point",
  111. "coordinates": [
  112. -104.9963919,
  113. 39.7444271
  114. ]
  115. },
  116. "type": "Feature",
  117. "properties": {
  118. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  119. },
  120. "id": 54
  121. },
  122. {
  123. "geometry": {
  124. "type": "Point",
  125. "coordinates": [
  126. -104.9960754,
  127. 39.7498956
  128. ]
  129. },
  130. "type": "Feature",
  131. "properties": {
  132. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  133. },
  134. "id": 55
  135. },
  136. {
  137. "geometry": {
  138. "type": "Point",
  139. "coordinates": [
  140. -104.9933717,
  141. 39.7477264
  142. ]
  143. },
  144. "type": "Feature",
  145. "properties": {
  146. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  147. },
  148. "id": 57
  149. },
  150. {
  151. "geometry": {
  152. "type": "Point",
  153. "coordinates": [
  154. -104.9913392,
  155. 39.7432392
  156. ]
  157. },
  158. "type": "Feature",
  159. "properties": {
  160. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  161. },
  162. "id": 58
  163. },
  164. {
  165. "geometry": {
  166. "type": "Point",
  167. "coordinates": [
  168. -104.9788452,
  169. 39.6933755
  170. ]
  171. },
  172. "type": "Feature",
  173. "properties": {
  174. "popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!"
  175. },
  176. "id": 74
  177. }
  178. ]
  179. };
  180.  
  181. var campus = {
  182. "type": "Feature",
  183. "properties": {
  184. "popupContent": "This is the Auraria West Campus",
  185. "style": {
  186. weight: 2,
  187. color: "#999",
  188. opacity: 1,
  189. fillColor: "#B0DE5C",
  190. fillOpacity: 0.8
  191. }
  192. },
  193. "geometry": {
  194. "type": "MultiPolygon",
  195. "coordinates": [
  196. [
  197. [
  198. [-105.00432014465332, 39.74732195489861],
  199. [-105.00715255737305, 39.74620006835170],
  200. [-105.00921249389647, 39.74468219277038],
  201. [-105.01067161560059, 39.74362625960105],
  202. [-105.01195907592773, 39.74290029616054],
  203. [-105.00989913940431, 39.74078835902781],
  204. [-105.00758171081543, 39.74059036160317],
  205. [-105.00346183776855, 39.74059036160317],
  206. [-105.00097274780272, 39.74059036160317],
  207. [-105.00062942504881, 39.74072235994946],
  208. [-105.00020027160645, 39.74191033368865],
  209. [-105.00071525573731, 39.74276830198601],
  210. [-105.00097274780272, 39.74369225589818],
  211. [-105.00097274780272, 39.74461619742136],
  212. [-105.00123023986816, 39.74534214278395],
  213. [-105.00183105468751, 39.74613407445653],
  214. [-105.00432014465332, 39.74732195489861]
  215. ],[
  216. [-105.00361204147337, 39.74354376414072],
  217. [-105.00301122665405, 39.74278480127163],
  218. [-105.00221729278564, 39.74316428375108],
  219. [-105.00283956527711, 39.74390674342741],
  220. [-105.00361204147337, 39.74354376414072]
  221. ]
  222. ],[
  223. [
  224. [-105.00942707061768, 39.73989736613708],
  225. [-105.00942707061768, 39.73910536278566],
  226. [-105.00685214996338, 39.73923736397631],
  227. [-105.00384807586671, 39.73910536278566],
  228. [-105.00174522399902, 39.73903936209552],
  229. [-105.00041484832764, 39.73910536278566],
  230. [-105.00041484832764, 39.73979836621592],
  231. [-105.00535011291504, 39.73986436617916],
  232. [-105.00942707061768, 39.73989736613708]
  233. ]
  234. ]
  235. ]
  236. }
  237. };
  238.  
  239. var coorsField = {
  240. "type": "Feature",
  241. "properties": {
  242. "popupContent": "Coors Field"
  243. },
  244. "geometry": {
  245. "type": "Point",
  246. "coordinates": [-104.99404191970824, 39.756213909328125]
  247. }
  248. };
Add Comment
Please, Sign In to add comment