navit-gps / navit

The open source (GPL v2) turn-by-turn navigation software for many OS
http://www.navit-project.org
Other
551 stars 175 forks source link

Add to Taginfo Projects #1248

Open danieldegroot2 opened 11 months ago

danieldegroot2 commented 11 months ago

Show the OpenStreetMap community what data you are using. Add your project to the list of Taginfo Projects.

OLFDB commented 2 months ago

A list of tags can be created using this command in maptool folder on Linux OS: for i in $(grep g_strcmp0 osm.c | grep "(k" | cut -f2 -d'"'); do echo { \"key\" : \"$i\"}, ;done