mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-03 18:42:22 +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": [
|
||||
|
||||
14
data/presets/presets/advertising/column.json
Normal file
14
data/presets/presets/advertising/column.json
Normal file
@@ -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",
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user