Refine cycleway preset (#1003)

This commit is contained in:
John Firebaugh
2013-08-29 17:06:27 -07:00
parent 1a166ec9b7
commit e911166b48
6 changed files with 21 additions and 4 deletions

View File

@@ -153,6 +153,8 @@ en:
levels:
label: Levels
placeholder: "2, 4, 6..."
lit:
label: Lit
location:
label: Location
man_made:

View File

@@ -358,6 +358,11 @@
"label": "Levels",
"placeholder": "2, 4, 6..."
},
"lit": {
"key": "lit",
"type": "check",
"label": "Lit"
},
"location": {
"key": "location",
"type": "combo",

View File

@@ -0,0 +1,5 @@
{
"key": "lit",
"type": "check",
"label": "Lit"
}

View File

@@ -1654,10 +1654,11 @@
"highway/cycleway": {
"icon": "highway-cycleway",
"fields": [
"oneway",
"surface",
"lit",
"structure",
"access",
"surface"
"oneway"
],
"geometry": [
"line"

View File

@@ -1,10 +1,11 @@
{
"icon": "highway-cycleway",
"fields": [
"oneway",
"surface",
"lit",
"structure",
"access",
"surface"
"oneway"
],
"geometry": [
"line"

View File

@@ -590,6 +590,9 @@
"label": "Levels",
"placeholder": "2, 4, 6..."
},
"lit": {
"label": "Lit"
},
"location": {
"label": "Location"
},