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:
tyr
2013-04-21 12:56:21 +02:00
parent 20150cb9d4
commit 8958c5601f
4 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{
"key": "incline",
"type": "combo",
"label": "Incline"
}

View File

@@ -0,0 +1,5 @@
{
"key": "sac_scale",
"type": "combo",
"label": "Path Difficulty"
}

View File

@@ -0,0 +1,5 @@
{
"key": "trail_visibility",
"type": "combo",
"label": "Trail Visibility"
}

View File

@@ -1,11 +1,13 @@
{
"icon": "highway-path",
"fields": [
"oneway",
"structure",
"access",
"maxspeed",
"surface"
"sac_scale",
"surface",
"incline",
"trail_visibility",
"ref"
],
"geometry": [
"line"