mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 04:14:57 +02: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:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "incline",
|
||||
"type": "combo",
|
||||
"label": "Incline"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "sac_scale",
|
||||
"type": "combo",
|
||||
"label": "Path Difficulty"
|
||||
}
|
||||
@@ -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