mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Limit cardinal direction field to MUTCD countries
This commit is contained in:
parent
097273cc8c
commit
e4fda02ff1
2 changed files with 33 additions and 2 deletions
|
|
@ -10,5 +10,8 @@
|
|||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
"autoSuggestions" : false,
|
||||
"locationSet": {
|
||||
"include": [ "CA", "NZ", "US" ]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue