This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Contradictory cycleway tagging should report an error #164
Comments
This was referenced Apr 30, 2022
Merged
droogmic
added a commit
to droogmic/osm2lanes
that referenced
this issue
Jun 11, 2022
Relates to a-b-street#149 Fixes a-b-street#164
droogmic
added a commit
to droogmic/osm2lanes
that referenced
this issue
Jun 12, 2022
Relates to a-b-street#149 Fixes a-b-street#164
droogmic
added a commit
to droogmic/osm2lanes
that referenced
this issue
Jun 12, 2022
Relates to a-b-street#149 Fixes a-b-street#164
So this is now implemented as a warning, because we want to avoid erroring at all costs (it messes up map-wide automations if nothing is produced). |
|
indeed, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tagging like
cycleway=no + cycleway:left=track
cycleway=track + cycleway:left=no
cycleway:both=lane+ cycleway:right=track
should report an error.
I.e. wherever
cycleway:both
/cycleway
contradicts with thecycleway:<direction>
tagThis tagging is ambiguous and either one of these tags must be a mistake (or both).
The text was updated successfully, but these errors were encountered: