You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be numerous highway=*_link + junction(=roundabout). Many are simple single-road roundabouts (no physically separated turns or lanes) with the roundabout circle segments tagged as _link.
These should likely be highway=* (not link road), as these usually carry the classification of the main (through)road (links create 'gaps' in the main road). Junctions in link roads are possible, but much less common.
There seem to be numerous
highway=*_link
+junction(=roundabout)
. Many are simple single-road roundabouts (no physically separated turns or lanes) with the roundabout circle segments tagged as_link
.https://wiki.openstreetmap.org/wiki/Highway_link#Roundabouts
These should likely be
highway=*
(not link road), as these usually carry the classification of the main (through)road (links create 'gaps' in the main road). Junctions in link roads are possible, but much less common.Ex. (I personally only changed an example in a regular roundabout, not near a motorway.)
https://www.openstreetmap.org/changeset/153367028
Of course unless the local community has developed some consensus.
See also discussion on mapping turbo roundabouts EN / NL
Fyi turbo roundabouts (also some of the lesser turbo ones) are being tagged
roundabout=turbo
in the Netherlands (and Poland).Overpass: basic query is like this
way["highway"~"link$"]["junction"="roundabout"];
The text was updated successfully, but these errors were encountered: