mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +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:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user