mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Merge branch 'route-directions-202' into main
This commit is contained in:
commit
f0a63f1026
5 changed files with 33 additions and 0 deletions
17
data/fields/direction_cardinal-US-CA-NZ.json
Normal file
17
data/fields/direction_cardinal-US-CA-NZ.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"locationSet": {
|
||||
"include": [ "CA", "NZ", "US" ]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue