mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Merge branch 'adding_advertising_column' of https://github.com/Xavier-J-Ortiz/iD into Xavier-J-Ortiz-adding_advertising_column
This commit is contained in:
@@ -1691,6 +1691,10 @@ en:
|
||||
# advertising=billboard
|
||||
name: Billboard
|
||||
terms: '<translate with synonyms or related terms for ''Billboard'', separated by commas>'
|
||||
advertising/column:
|
||||
# advertising=column
|
||||
name: Advertising Column
|
||||
terms: '<translate with synonyms or related terms for ''Advertising Column'', separated by commas>'
|
||||
aerialway:
|
||||
# aerialway=*
|
||||
name: Aerialway
|
||||
|
||||
@@ -197,6 +197,20 @@
|
||||
},
|
||||
"name": "Billboard"
|
||||
},
|
||||
"advertising/column": {
|
||||
"fields": [
|
||||
"direction",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "column"
|
||||
},
|
||||
"name": "Advertising Column"
|
||||
},
|
||||
"aerialway/station": {
|
||||
"icon": "aerialway",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"direction",
|
||||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "column"
|
||||
},
|
||||
"name": "Advertising Column"
|
||||
}
|
||||
@@ -117,6 +117,15 @@
|
||||
"way"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "advertising",
|
||||
"value": "column",
|
||||
"description": "Advertising Column",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "aerialway",
|
||||
"value": "station",
|
||||
|
||||
Reference in New Issue
Block a user