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

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

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": [

View File

@@ -0,0 +1,14 @@
{
"fields": [
"direction",
"lit"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"advertising": "column"
},
"name": "Column"
}

View File

@@ -117,6 +117,14 @@
"way"
]
},
{
"key": "advertising",
"value": "column",
"description": "Column",
"object_types": [
"node"
]
},
{
"key": "aerialway",
"value": "station",

View File

@@ -2811,6 +2811,10 @@
"name": "Billboard",
"terms": ""
},
"advertising/column": {
"name": "Column",
"terms": ""
},
"aerialway/station": {
"name": "Aerialway Station",
"terms": ""
@@ -6665,7 +6669,7 @@
"attribution": {
"text": "basemap.at"
},
"description": "Basemap of Austria, based on goverment data.",
"description": "Basemap of Austria, based on government data.",
"name": "basemap.at"
},
"basemap.at-orthofoto": {
@@ -6727,7 +6731,7 @@
},
"stamen-terrain-background": {
"attribution": {
"text": "Map tiles by Stamen Design, under CC BY 3.0"
"text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
},
"name": "Stamen Terrain"
},