Last active
August 29, 2015 14:27
-
-
Save pepijn/036ebd426d9c236b251c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[-105.00341892242432, 39.75383843460583], | |
[-105.0008225440979, 39.751891803969535] | |
] | |
}, | |
"properties": { | |
"popupContent": "This is free bus that will take you across downtown.", | |
"underConstruction": false | |
}, | |
"id": 1 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9998241, | |
39.7471494 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 51 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9983545, | |
39.7502833 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 52 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9963919, | |
39.7444271 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 54 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9960754, | |
39.7498956 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 55 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9933717, | |
39.7477264 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 57 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9913392, | |
39.7432392 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 58 | |
}, | |
{ | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-104.9788452, | |
39.6933755 | |
] | |
}, | |
"type": "Feature", | |
"properties": { | |
"popupContent": "This is a B-Cycle Station. Come pick up a bike and pay by the hour. What a deal!" | |
}, | |
"id": 74 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment