Adjust tower field labels, remove lighthouse icons

This commit is contained in:
Bryan Housel
2016-11-07 01:12:14 -05:00
parent 41b9afd507
commit 37965f40d8
8 changed files with 42 additions and 11 deletions

View File

@@ -441,6 +441,9 @@ en:
handrail:
# handrail=*
label: Handrail
height:
# height=*
label: Height (meters)
highway:
# highway=*
label: Type
@@ -1074,9 +1077,14 @@ en:
tourism:
# tourism=*
label: Type
towertype:
tower/construction:
# 'tower:construction=*'
label: Construction
# tower/construction field placeholder
placeholder: 'Guyed, Lattice, Concealed, ...'
tower/type:
# 'tower:type=*'
label: Tower type
label: Type
tracktype:
# tracktype=*
label: Track Type

View File

@@ -615,6 +615,11 @@
"type": "check",
"label": "Handrail"
},
"height": {
"key": "height",
"type": "number",
"label": "Height (meters)"
},
"highway": {
"key": "highway",
"type": "typeCombo",
@@ -1451,10 +1456,16 @@
"type": "typeCombo",
"label": "Type"
},
"towertype": {
"tower/construction": {
"key": "tower:construction",
"type": "combo",
"label": "Construction",
"placeholder": "Guyed, Lattice, Concealed, ..."
},
"tower/type": {
"key": "tower:type",
"type": "combo",
"label": "Tower type"
"label": "Type"
},
"tracktype": {
"key": "tracktype",

View File

@@ -1,6 +1,6 @@
{
"key": "tower:construction",
"type": "combo",
"label": "Tower construction",
"label": "Construction",
"placeholder": "Guyed, Lattice, Concealed, ..."
}

View File

@@ -1,5 +1,5 @@
{
"key": "tower:type",
"type": "combo",
"label": "Tower type"
"label": "Type"
}

View File

@@ -6711,6 +6711,11 @@
"name": "Lighthouse"
},
"man_made/mast": {
"fields": [
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point"
],
@@ -6870,7 +6875,9 @@
},
"man_made/tower": {
"fields": [
"towertype"
"tower/type",
"tower/construction",
"height"
],
"geometry": [
"point",

View File

@@ -1,5 +1,4 @@
{
"icon": "lighthouse",
"fields": [
"tower/type",
"tower/construction",

View File

@@ -1,5 +1,4 @@
{
"icon": "lighthouse",
"fields": [
"tower/type",
"tower/construction",

11
dist/locales/en.json vendored
View File

@@ -1024,6 +1024,9 @@
"handrail": {
"label": "Handrail"
},
"height": {
"label": "Height (meters)"
},
"highway": {
"label": "Type"
},
@@ -1533,8 +1536,12 @@
"tourism": {
"label": "Type"
},
"towertype": {
"label": "Tower type"
"tower/construction": {
"label": "Construction",
"placeholder": "Guyed, Lattice, Concealed, ..."
},
"tower/type": {
"label": "Type"
},
"tracktype": {
"label": "Track Type",