mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
modified column to advertising_column, changed vertex to area
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "column"
|
||||
"advertising": "advertising_column"
|
||||
},
|
||||
"name": "Column"
|
||||
"name": "Advertising Column"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user