mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add "cai_scale" as optional field for hiking route relations in Italy
closes #293
This commit is contained in:
parent
f0d8648455
commit
909ca3fdd1
2 changed files with 24 additions and 1 deletions
22
data/fields/cai_scale.json
Normal file
22
data/fields/cai_scale.json
Normal file
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue