modified column to advertising_column, changed vertex to area

This commit is contained in:
xortiz
2018-04-04 10:21:32 -04:00
parent 4e5b5a806e
commit 5829b643f0
5 changed files with 34 additions and 33 deletions

View File

@@ -1684,14 +1684,14 @@ en:
# 'addr:*=*'
name: Address
terms: '<translate with synonyms or related terms for ''Address'', separated by commas>'
advertising/advertising_column:
# advertising=advertising_column
name: Advertising Column
terms: '<translate with synonyms or related terms for ''Advertising Column'', separated by commas>'
advertising/billboard:
# 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

@@ -182,6 +182,20 @@
"name": "Address",
"matchScore": 0.15
},
"advertising/advertising_column": {
"fields": [
"direction",
"lit"
],
"geometry": [
"point",
"area"
],
"tags": {
"advertising": "advertising_column"
},
"name": "Advertising Column"
},
"advertising/billboard": {
"fields": [
"direction",
@@ -197,20 +211,6 @@
},
"name": "Billboard"
},
"advertising/column": {
"fields": [
"direction",
"lit"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"advertising": "column"
},
"name": "Column"
},
"aerialway/station": {
"icon": "aerialway",
"geometry": [

View File

@@ -5,10 +5,10 @@
],
"geometry": [
"point",
"vertex"
"area"
],
"tags": {
"advertising": "column"
"advertising": "advertising_column"
},
"name": "Column"
"name": "Advertising Column"
}

View File

@@ -108,6 +108,15 @@
"area"
]
},
{
"key": "advertising",
"value": "advertising_column",
"description": "Advertising Column",
"object_types": [
"node",
"area"
]
},
{
"key": "advertising",
"value": "billboard",
@@ -117,14 +126,6 @@
"way"
]
},
{
"key": "advertising",
"value": "column",
"description": "Column",
"object_types": [
"node"
]
},
{
"key": "aerialway",
"value": "station",

View File

@@ -2807,12 +2807,12 @@
"name": "Address",
"terms": ""
},
"advertising/billboard": {
"name": "Billboard",
"advertising/advertising_column": {
"name": "Advertising Column",
"terms": ""
},
"advertising/column": {
"name": "Column",
"advertising/billboard": {
"name": "Billboard",
"terms": ""
},
"aerialway/station": {