mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Merge branch 'preset_horse_hike' of https://github.com/NopMap/iD into NopMap-preset_horse_hike
This commit is contained in:
6
data/presets/fields/distance.json
Normal file
6
data/presets/fields/distance.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "distance",
|
||||
"type": "text",
|
||||
"label": "Total distance",
|
||||
"placeholder": "0"
|
||||
}
|
||||
11
data/presets/fields/horse_dressage.json
Normal file
11
data/presets/fields/horse_dressage.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "sport",
|
||||
"type": "check",
|
||||
"label": "Dressage riding",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"equestrian": "Offered"
|
||||
}
|
||||
}
|
||||
}
|
||||
11
data/presets/fields/horse_riding.json
Normal file
11
data/presets/fields/horse_riding.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "leisure",
|
||||
"type": "check",
|
||||
"label": "Horseback riding",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"horse_riding": "Offered"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
data/presets/fields/horse_scale.json
Normal file
16
data/presets/fields/horse_scale.json
Normal 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."
|
||||
}
|
||||
}
|
||||
}
|
||||
11
data/presets/fields/horse_stables.json
Normal file
11
data/presets/fields/horse_stables.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "amenity",
|
||||
"type": "check",
|
||||
"label": "Riding stable",
|
||||
"strings": {
|
||||
"options": {
|
||||
"stables": "Riding stable",
|
||||
"undefined": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
data/presets/fields/trailblazing_osmc.json
Normal file
5
data/presets/fields/trailblazing_osmc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "osmc:symbol",
|
||||
"type": "text",
|
||||
"label": "Machine readable trailblazing"
|
||||
}
|
||||
5
data/presets/fields/trailblazing_text.json
Normal file
5
data/presets/fields/trailblazing_text.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "symbol",
|
||||
"type": "textarea",
|
||||
"label": "Trailblazing description"
|
||||
}
|
||||
5
data/presets/fields/trailblazing_wiki.json
Normal file
5
data/presets/fields/trailblazing_wiki.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "wiki:symbol",
|
||||
"type": "text",
|
||||
"label": "OSM Wiki name of trailblazing graphic"
|
||||
}
|
||||
5
data/presets/fields/watering_place.json
Normal file
5
data/presets/fields/watering_place.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "watering_place",
|
||||
"type": "defaultCheck",
|
||||
"label": "Accessible for horses"
|
||||
}
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"icon": "poi-fountain",
|
||||
"fields": [
|
||||
"name",
|
||||
"watering_place"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"mtb/scale",
|
||||
"mtb/scale/uphill",
|
||||
"mtb/scale/imba",
|
||||
"horse_scale",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"smoothness",
|
||||
"mtb/scale",
|
||||
"mtb/scale/uphill",
|
||||
"mtb/scale/imba"
|
||||
"mtb/scale/imba",
|
||||
"horse_scale"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
22
data/presets/presets/tourism/trail_riding_station.json
Normal file
22
data/presets/presets/tourism/trail_riding_station.json
Normal 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
|
||||
}
|
||||
@@ -4,7 +4,12 @@
|
||||
"name",
|
||||
"ref_route",
|
||||
"operator",
|
||||
"network_foot"
|
||||
"network_foot",
|
||||
"description",
|
||||
"distance",
|
||||
"trailblazing_text",
|
||||
"trailblazing_osmc",
|
||||
"trailblazing_wiki"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
"name",
|
||||
"ref_route",
|
||||
"operator",
|
||||
"description",
|
||||
"distance",
|
||||
"trailblazing_text",
|
||||
"trailblazing_osmc",
|
||||
"trailblazing_wiki",
|
||||
"network_horse"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user