allow direction=forward/backward only on vertices

see https://wiki.openstreetmap.org/w/index.php?title=Key:direction&oldid=2395441#Forward_and_backward
This commit is contained in:
Martin Raifer
2022-12-05 12:39:57 +01:00
parent 033e5f48ac
commit ece16f8636
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -9,6 +9,9 @@
"both": "Both / All"
}
},
"geometry": [
"vertex"
],
"autoSuggestions": false,
"customValues": false
}
@@ -1,7 +1,8 @@
{
"icon": "temaki-billboard",
"fields": [
"{traffic_sign}"
"{traffic_sign}",
"direction_vertex"
],
"geometry": [
"point",