Created
August 31, 2017 13:51
-
-
Save anonymous/ebba5bbeaa7e4c4500a8a66ffc1fc7e1 to your computer and use it in GitHub Desktop.
data exported by overpass turbo
This file contains 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", | |
"generator": "overpass-ide", | |
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", | |
"timestamp": "2017-08-31T13:46:02Z", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"@id": "node/5019938504", | |
"amenity": "bicycle_rental", | |
"name": "Hartington Road", | |
"network": "brighton_and_hove", | |
"operator": "Hourbike" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.125037, | |
50.8353408 | |
] | |
}, | |
"id": "node/5019938504" | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"@id": "node/5053168942", | |
"amenity": "bicycle_rental", | |
"capacity": "13" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1380258, | |
50.8307077 | |
] | |
}, | |
"id": "node/5053168942" | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"@id": "node/5056099953", | |
"amenity": "bicycle_rental", | |
"capacity": "8" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-0.1430987, | |
50.8362937 | |
] | |
}, | |
"id": "node/5056099953" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment