added column in presets/presets/advertising

This commit is contained in:
xortiz
2018-04-03 20:20:12 -04:00
parent e517c48344
commit 4e5b5a806e
5 changed files with 46 additions and 2 deletions
+4
View File
@@ -1688,6 +1688,10 @@ en:
# advertising=billboard
name: Billboard
terms: '<translate with synonyms or related terms for ''Billboard'', separated by commas>'
advertising/column:
# advertising=column
name: Column
terms: '<translate with synonyms or related terms for ''Column'', separated by commas>'
aerialway:
# aerialway=*
name: Aerialway
+14
View File
@@ -197,6 +197,20 @@
},
"name": "Billboard"
},
"advertising/column": {
"fields": [
"direction",
"lit"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"advertising": "column"
},
"name": "Column"
},
"aerialway/station": {
"icon": "aerialway",
"geometry": [
@@ -0,0 +1,14 @@
{
"fields": [
"direction",
"lit"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"advertising": "column"
},
"name": "Column"
}
+8
View File
@@ -117,6 +117,14 @@
"way"
]
},
{
"key": "advertising",
"value": "column",
"description": "Column",
"object_types": [
"node"
]
},
{
"key": "aerialway",
"value": "station",