mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
added column in presets/presets/advertising
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -117,6 +117,14 @@
|
||||
"way"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "advertising",
|
||||
"value": "column",
|
||||
"description": "Column",
|
||||
"object_types": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "aerialway",
|
||||
"value": "station",
|
||||
|
||||
Reference in New Issue
Block a user