This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Coordinates of bicycle racks

1

Hi, I would like to export the coordinates of all the bicycle racks on the map, is there a way to do this please? Thanks, Boon.

asked 03 Apr '17, 10:15

byeap's gravatar image

byeap
26112
accept rate: 0%


2 Answers:

5

Use Overpass Turbo , enter amenity=bicycle_parking into the wizard and build the query, use the map to move to the location you want the data for, run the query, then export the data to a form you can use.
Wiki on Tag:amenity=bicycle_parking

answered 03 Apr '17, 11:22

nevw's gravatar image

nevw
9.8k2690178
accept rate: 9%

edited 03 Apr '17, 11:24

This is very helpful. Many thanks nevw!

(06 Apr '17, 09:51) byeap

0

Like this: http://overpass-turbo.eu/s/o2M. Click the "data" tab on the top right Change "norway" to your country of choice, or city, or anything.

To do this just input "amenity=bicycle_parking in norway" into the wizard and a query is generated. You might have to up the timeout if you are requesting a lot of data. I.e the "[timeout:25]".

answered 03 Apr '17, 21:30

FredrikLindseth's gravatar image

FredrikLindseth
815132435
accept rate: 13%

Source code available on GitHub .