westnordost / osm-legal-default-speeds

Infer default legal speed limits from OpenStreetMap tags
https://westnordost.github.io/osm-legal-default-speeds
BSD 3-Clause "New" or "Revised" License
21 stars 9 forks source link

Provide method to check if OSM tag is used or return list of involved tags #11

Closed karussell closed 1 year ago

karussell commented 1 year ago

See discussion here:

Alternatively, we could add a new method to the default speed limits library that outputs all tags used by the currently loaded legal speed limits, so that no maintenance of this functionality is needed.

A method might be a bit better suited as one could also test if tag "startsWith" a certain string etc.

westnordost commented 1 year ago

True