mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-26 22:10:21 +01:00
updated path preset:
* added new sac_scale, incline and trail_visibility fields * added ref field * removed oneway and maxspeed field this should better reflect how highway=path is used. See: http://taginfo.openstreetmap.org/tags/highway=path#combinations
This commit is contained in:
5
data/presets/fields/incline.json
Normal file
5
data/presets/fields/incline.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "incline",
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
}
|
||||
5
data/presets/fields/sac_scale.json
Normal file
5
data/presets/fields/sac_scale.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "sac_scale",
|
||||
"type": "combo",
|
||||
"label": "Path Difficulty"
|
||||
}
|
||||
5
data/presets/fields/trail_visibility.json
Normal file
5
data/presets/fields/trail_visibility.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "trail_visibility",
|
||||
"type": "combo",
|
||||
"label": "Trail Visibility"
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"icon": "highway-path",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface"
|
||||
"sac_scale",
|
||||
"surface",
|
||||
"incline",
|
||||
"trail_visibility",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
Reference in New Issue
Block a user