mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 13:37:56 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user