Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Implicit maxspeed values #41

Open
PiRomant opened this issue Jul 25, 2021 · 2 comments
Open

Add support for Implicit maxspeed values #41

PiRomant opened this issue Jul 25, 2021 · 2 comments

Comments

@PiRomant
Copy link

implicit maxspeed=<countrycode>:<zone type> It is common in some local communities, notably Romania and Russia, to use this tag for implicit speedlimits as well. It is used in Russia for areas where the speed limit is indicated on the street by use of a symbol or icon rather than a number. The format includes a country code followed by a ':' and a zone identifier (For example 'RO:urban'). This non-numeric notation is used to avoid the correction of an entire country map due to legislation changes regarding maximum speed.

Table of values: https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values

@plepe plepe transferred this issue from plepe/OpenStreetBrowser Jul 25, 2021
@plepe
Copy link
Owner

plepe commented Jul 25, 2021

Do I understand correctly, that the maxspeed category should replace the zone identifiers by the actual speed limit? I think that's pretty complex, as I need to maintain a list of all correspondend values. I could parse the table though, but this seems rather difficult. Also there are some non-unique values?

Do you know if there's a machine-readable version of this table?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants