mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add street lamp preset (fixes #2271)
This commit is contained in:
@@ -217,6 +217,8 @@ en:
|
||||
wlan: Wifi
|
||||
wired: Wired
|
||||
terminal: Terminal
|
||||
lamp_type:
|
||||
label: Type
|
||||
landuse:
|
||||
label: Type
|
||||
lanes:
|
||||
@@ -1098,6 +1100,9 @@ en:
|
||||
highway/stop:
|
||||
name: Stop Sign
|
||||
terms: "<translate with synonyms or related terms for 'Stop Sign', separated by commas>"
|
||||
highway/street_lamp:
|
||||
name: Street Lamp
|
||||
terms: "<translate with synonyms or related terms for 'Street Lamp', separated by commas>"
|
||||
highway/tertiary:
|
||||
name: Tertiary Road
|
||||
terms: "<translate with synonyms or related terms for 'Tertiary Road', separated by commas>"
|
||||
|
||||
@@ -501,6 +501,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"lamp_type": {
|
||||
"key": "lamp_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"landuse": {
|
||||
"key": "landuse",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "lamp_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -4256,6 +4256,27 @@
|
||||
],
|
||||
"name": "Stop Sign"
|
||||
},
|
||||
"highway/street_lamp": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "street_lamp"
|
||||
},
|
||||
"fields": [
|
||||
"lamp_type",
|
||||
"ref"
|
||||
],
|
||||
"terms": [
|
||||
"streetlight",
|
||||
"street light",
|
||||
"lamp",
|
||||
"light",
|
||||
"gaslight"
|
||||
],
|
||||
"name": "Street Lamp"
|
||||
},
|
||||
"highway/tertiary": {
|
||||
"icon": "highway-tertiary",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "street_lamp"
|
||||
},
|
||||
"fields": [
|
||||
"lamp_type",
|
||||
"ref"
|
||||
],
|
||||
"terms": [
|
||||
"streetlight",
|
||||
"street light",
|
||||
"lamp",
|
||||
"light",
|
||||
"gaslight"
|
||||
],
|
||||
"name": "Street Lamp"
|
||||
}
|
||||
Vendored
+7
@@ -722,6 +722,9 @@
|
||||
"terminal": "Terminal"
|
||||
}
|
||||
},
|
||||
"lamp_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"landuse": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -1916,6 +1919,10 @@
|
||||
"name": "Stop Sign",
|
||||
"terms": "stop sign"
|
||||
},
|
||||
"highway/street_lamp": {
|
||||
"name": "Street Lamp",
|
||||
"terms": "streetlight,street light,lamp,light,gaslight"
|
||||
},
|
||||
"highway/tertiary": {
|
||||
"name": "Tertiary Road",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user