-
Notifications
You must be signed in to change notification settings - Fork 164
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
Cycleways with bicycle=no
but also mofa=yes|designated
or moped=yes|designated
should not raise a warning
#484
Comments
Unfortunately, this is not possible to implement in the current schema. 😞 The next best thing we can do is to deactivate the deprecation warning completely for now and think about a better solution for this. |
Can that be done regionally? (i.e., just the Netherlands.) |
I was just about to write that that would also not be possible (because the deprecation rules are really very basic), but then I remembered that there is also the functionality of preset |
* adds NL-specific preset for "moped links" (highway=cycleway + bicycle=no + moped=designated) * replace deprecation rule for `highway=cycleway` + `bicycle=no` with special "replacement" preset (which excludes the NL)
see #509 for a possible fix |
* adds NL-specific preset for "moped links" (highway=cycleway + bicycle=no + moped=designated) * replace deprecation rule for `highway=cycleway` + `bicycle=no` with special "replacement" preset (which excludes the NL)
* adds NL-specific preset for "moped links" (highway=cycleway + bicycle=no + moped=designated) * drop deprecation rule for `highway=cycleway` + `bicycle=no`
There is check in
data/deprecated.json
for the combination ofbicycle=no
andhighway=bicycle
:This makes sense, and would usually point to a mapping error. However, in the Netherlands this raises this warning for a common feature on Dutch roads.
We have three variants of cycleways in our legal code. Two of them are relevant here: the
G11
which is mandatory forbicycle
andmofa
, but forbidden formoped
, and theG12a
, which is mandatory for all three of these road user categories. When a cycleway switches fromG11
toG12a
or vice versa, mopeds use small links to move to or from the main road:We've settled on the following tagging scheme for these links:
This is the link shown on that photograph on the map.
These are still
highway=cycleway
in the Dutch context, because mopeds are one of the designated road user classes for cycleways in the Netherlands (provided it is signed with aG12a
sign).Is there a way to exclude these from the deprecation warning? That is, keep the check, but don't suggest it if either
mofa
ormoped
is set to a permissive value?The text was updated successfully, but these errors were encountered: