mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-10 03:47:34 +02:00
@@ -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