support junction = circular in all profiles, add additional tests
References: - https://wiki.openstreetmap.org/wiki/Tag:junction%3Dcircular - https://lists.openstreetmap.org/pipermail/tagging/2016-November/030520.html - https://github.com/Project-OSRM/osrm-backend/issues/3361
This commit is contained in:
committed by
Moritz Kobitzsch
parent
12d58ace10
commit
fe5cc55b0e
+2
-1
@@ -353,7 +353,8 @@
|
||||
{
|
||||
"key": "junction",
|
||||
"object_types": [ "way" ],
|
||||
"value": "circular"
|
||||
"value": "circular",
|
||||
"description": "A Roundabout where the traffic on the roundabout not always has right of way."
|
||||
},
|
||||
{
|
||||
"key": "type",
|
||||
|
||||
Reference in New Issue
Block a user