added presets for horseback travel

improved hiking and horse route relations
This commit is contained in:
NopMap
2018-03-18 10:30:01 +01:00
parent c880a6c786
commit 06058c1d22
15 changed files with 115 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"key": "distance",
"type": "text",
"label": "Total distance",
"placeholder": "0"
}

View File

@@ -0,0 +1,11 @@
{
"key": "sport",
"type": "check",
"label": "Dressage riding",
"strings": {
"options": {
"undefined": "No",
"equestrian": "Offered"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"key": "leisure",
"type": "check",
"label": "Horseback riding",
"strings": {
"options": {
"undefined": "No",
"horse_riding": "Offered"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"key": "horse_scale",
"type": "combo",
"label": "Horseback Riding Difficulty",
"placeholder": "Difficult, Dangerous...",
"strings": {
"options": {
"common": "Easy: No problems or difficulties. (default)",
"demanding": "Use with caution: Uneven way, occasional difficult passages.",
"difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",
"critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",
"dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",
"impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."
}
}
}

View File

@@ -0,0 +1,11 @@
{
"key": "amenity",
"type": "check",
"label": "Riding stable",
"strings": {
"options": {
"stables": "Riding stable",
"undefined": "No"
}
}
}

View File

@@ -0,0 +1,5 @@
{
"key": "osmc:symbol",
"type": "text",
"label": "Machine readable trailblazing"
}

View File

@@ -0,0 +1,5 @@
{
"key": "symbol",
"type": "textarea",
"label": "Trailblazing description"
}

View File

@@ -0,0 +1,5 @@
{
"key": "wiki:symbol",
"type": "text",
"label": "OSM Wiki name of trailblazing graphic"
}

View File

@@ -0,0 +1,5 @@
{
"key": "watering_place",
"type": "defaultCheck",
"label": "Accessible for horses"
}

View File

@@ -1,5 +1,9 @@
{
"icon": "poi-fountain",
"fields": [
"name",
"watering_place"
],
"geometry": [
"point",
"area"

View File

@@ -12,6 +12,7 @@
"mtb/scale",
"mtb/scale/uphill",
"mtb/scale/imba",
"horse_scale",
"ref"
],
"geometry": [

View File

@@ -11,7 +11,8 @@
"smoothness",
"mtb/scale",
"mtb/scale/uphill",
"mtb/scale/imba"
"mtb/scale/imba",
"horse_scale"
],
"geometry": [
"line"

View File

@@ -0,0 +1,22 @@
{
"icon": "horse_riding",
"fields": [
"name",
"horse_stables",
"horse_riding",
"horse_dressage",
"address",
"phone",
"website",
"description"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "trail_riding_station"
},
"name": "Trail riding station",
"matchScore": 2.0
}

View File

@@ -4,7 +4,12 @@
"name",
"ref_route",
"operator",
"network_foot"
"network_foot",
"description",
"distance",
"trailblazing_text",
"trailblazing_osmc",
"trailblazing_wiki"
],
"geometry": [
"relation"

View File

@@ -4,6 +4,11 @@
"name",
"ref_route",
"operator",
"description",
"distance",
"trailblazing_text",
"trailblazing_osmc",
"trailblazing_wiki",
"network_horse"
],
"geometry": [