mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Apply suggestions from review
This commit is contained in:
parent
1a17031ff6
commit
5f5ff68c79
19 changed files with 65 additions and 6 deletions
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"key": "curve",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"hairpin": "Hairpin/Switchback",
|
||||
"loop": "Loop (270 Degrees or More)"
|
||||
}
|
||||
},
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
{
|
||||
"key": "curves",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"serpentine": "Double Curve/Bend",
|
||||
"extended": "Windy Road (Many Curves)"
|
||||
}
|
||||
},
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"key": "hazard:animal",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"wild_animal": "Wild Animal",
|
||||
"moose": "Moose",
|
||||
"livestock": "Livestock",
|
||||
"deer": "Deer",
|
||||
"cow": "Cow",
|
||||
"snake": "Snake",
|
||||
"amphibian": "Amphibian",
|
||||
"duck": "Duck"
|
||||
}
|
||||
},
|
||||
"label": "Type",
|
||||
"prerequisiteTag": {
|
||||
"key": "hazard",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
"key": "traffic_sign",
|
||||
"type": "typeCombo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"city_limit": "City Limit Sign",
|
||||
"hazard": "Warning Sign",
|
||||
"maxspeed": "Speed Limit Sign",
|
||||
"variable_message": "Variable Message Sign"
|
||||
}
|
||||
},
|
||||
"label": "Traffic Sign",
|
||||
"snake_case": false,
|
||||
"caseSensitive": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue