mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02:00
Adjust tower field labels, remove lighthouse icons
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "tower:construction",
|
||||
"type": "combo",
|
||||
"label": "Tower construction",
|
||||
"label": "Construction",
|
||||
"placeholder": "Guyed, Lattice, Concealed, ..."
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "tower:type",
|
||||
"type": "combo",
|
||||
"label": "Tower type"
|
||||
"label": "Type"
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"icon": "lighthouse",
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"icon": "lighthouse",
|
||||
"fields": [
|
||||
"tower/type",
|
||||
"tower/construction",
|
||||
|
||||
11
dist/locales/en.json
vendored
11
dist/locales/en.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user