Add street lamp preset (fixes #2271)

This commit is contained in:
Bryan Housel
2014-06-25 17:04:59 -04:00
parent 01ca07ff0c
commit 40537f2a57
6 changed files with 64 additions and 0 deletions
+5
View File
@@ -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>"
+5
View File
@@ -501,6 +501,11 @@
}
}
},
"lamp_type": {
"key": "lamp_type",
"type": "combo",
"label": "Type"
},
"landuse": {
"key": "landuse",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "lamp_type",
"type": "combo",
"label": "Type"
}
+21
View File
@@ -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"
}
+7
View File
@@ -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": ""