mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Refine cycleway preset (#1003)
This commit is contained in:
@@ -153,6 +153,8 @@ en:
|
||||
levels:
|
||||
label: Levels
|
||||
placeholder: "2, 4, 6..."
|
||||
lit:
|
||||
label: Lit
|
||||
location:
|
||||
label: Location
|
||||
man_made:
|
||||
|
||||
@@ -358,6 +358,11 @@
|
||||
"label": "Levels",
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"lit": {
|
||||
"key": "lit",
|
||||
"type": "check",
|
||||
"label": "Lit"
|
||||
},
|
||||
"location": {
|
||||
"key": "location",
|
||||
"type": "combo",
|
||||
|
||||
5
data/presets/fields/lit.json
Normal file
5
data/presets/fields/lit.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "lit",
|
||||
"type": "check",
|
||||
"label": "Lit"
|
||||
}
|
||||
@@ -1654,10 +1654,11 @@
|
||||
"highway/cycleway": {
|
||||
"icon": "highway-cycleway",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"surface",
|
||||
"lit",
|
||||
"structure",
|
||||
"access",
|
||||
"surface"
|
||||
"oneway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"icon": "highway-cycleway",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"surface",
|
||||
"lit",
|
||||
"structure",
|
||||
"access",
|
||||
"surface"
|
||||
"oneway"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -590,6 +590,9 @@
|
||||
"label": "Levels",
|
||||
"placeholder": "2, 4, 6..."
|
||||
},
|
||||
"lit": {
|
||||
"label": "Lit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Location"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user