mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Added cardinal direction field to some route presets
This commit is contained in:
parent
2a3ab19203
commit
097273cc8c
5 changed files with 29 additions and 0 deletions
14
data/fields/direction_cardinal.json
Normal file
14
data/fields/direction_cardinal.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue