id-tagging-schema/data/fields/activity.json
Martin Raifer 98613d9a39
upgrade old information values to subtypes of board/map
and add an "activity" field for maps and guideposts which indicates the mapped/signposted scope of activities: hiking, biking, etc.

closes #45
2022-01-06 11:18:32 +01:00

20 lines
No EOL
378 B
JSON

{
"keys": [
"hiking",
"bicycle",
"mtb",
"horse",
"ski"
],
"type": "manyCombo",
"label": "Activity",
"strings": {
"options": {
"hiking": "Hiking",
"bicycle": "Cycling",
"mtb": "Mountainbiking",
"horse": "Horseriding",
"Ski": "Skiing"
}
}
}