Zverik / every_door

A dedicated app for collecting thousands of POI for OpenStreetMap
https://every-door.app
ISC License
420 stars 36 forks source link

Add bicycle traffic counter #772

Closed Coehill closed 2 months ago

Coehill commented 2 months ago

Many cities implement bicycle traffic counters on bike paths and trails. It is useful to know for bicycle advocacy work, so please include this feature with the name "Bicycle Traffic Counter". The documentation is here:

Tags: Key Value
man_made monitoring_station
monitoring:bicycle yes
name name of counted street
start_date year since starting counting
support pole
visibility street
website URL of online data state

Documentation: https://wiki.openstreetmap.org/wiki/Bicycle

Vuizur commented 2 months ago

I think you need to open an issue on https://github.com/openstreetmap/id-tagging-schema, that is where Every Door gets its data from. (And if added, it would also benefit the iD editor.)

habi commented 2 months ago

man_made=monitoring_station already exists over there: https://github.com/openstreetmap/id-tagging-schema/blob/main/data/presets/man_made/monitoring_station.json

Zverik commented 2 months ago

Yup, just add a monitoring station and set "monitoring" to "bicycle".

mnalis commented 1 month ago

I've created PR https://github.com/openstreetmap/id-tagging-schema/pull/1347 there to improve search, as I guess very few people will search for "monitoring station" when they actually want to find "bicycle counter" (at least it would never cross my mind...)