mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-26 01:47:48 +02:00
add "cai_scale" as optional field for hiking route relations in Italy
closes #293
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"key": "cai_scale",
|
||||
"type": "combo",
|
||||
"label": "Hiking Route Difficulty (Italian Alpine Club)",
|
||||
"placeholder": "T, E, EE, …",
|
||||
"strings": {
|
||||
"options": {
|
||||
"T": "T: Touristic",
|
||||
"E": "E: For hikers",
|
||||
"EE": "EE: For expert hikers",
|
||||
"EEA": "EEA: For expert hikers with equipment",
|
||||
"EAI": "EAI: Hiking in snowy conditions"
|
||||
}
|
||||
},
|
||||
"snake_case": false,
|
||||
"caseSensitive": true,
|
||||
"autoSuggestions" : false,
|
||||
"customValues" : false,
|
||||
"locationSet": {
|
||||
"include": [ "IT" ]
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,8 @@
|
||||
"colour",
|
||||
"descent",
|
||||
"distance",
|
||||
"roundtrip"
|
||||
"roundtrip",
|
||||
"cai_scale"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
|
||||
Reference in New Issue
Block a user