mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
Merge pull request #7289 from ToastHawaii/2.x
Add simple access to advertising
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{
|
||||
"icon": "temaki-billboard",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"lit"
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -13,4 +20,4 @@
|
||||
"advertising": "billboard"
|
||||
},
|
||||
"name": "Billboard"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -11,4 +17,4 @@
|
||||
"advertising": "board"
|
||||
},
|
||||
"name": "Notice Board"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"lit"
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -11,4 +17,4 @@
|
||||
"advertising": "column"
|
||||
},
|
||||
"name": "Advertising Column"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -10,4 +17,4 @@
|
||||
"advertising": "poster_box"
|
||||
},
|
||||
"name": "Poster Box"
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,10 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
@@ -13,4 +16,4 @@
|
||||
"advertising": "totem"
|
||||
},
|
||||
"name": "Advertising Totem"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user