Skip to content

Commit 7282df7

Browse files
committed
add preset for "other" advertising devices
1 parent 8c27f76 commit 7282df7

File tree

8 files changed

+59
-34
lines changed

8 files changed

+59
-34
lines changed

data/fields/advertising.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "advertising",
3+
"type": "typeCombo",
4+
"label": "Type"
5+
}

data/presets/advertising.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"icon": "temaki-billboard",
3+
"fields": [
4+
"advertising",
5+
"operator",
6+
"lit",
7+
"visibility"
8+
],
9+
"moreFields": [
10+
"access_simple",
11+
"height",
12+
"message"
13+
],
14+
"geometry": [
15+
"point",
16+
"line",
17+
"area"
18+
],
19+
"tags": {
20+
"advertising": "*"
21+
},
22+
"terms": [
23+
"advertising screen",
24+
"flag",
25+
"neon sign",
26+
"sign"
27+
],
28+
"name": "Advertising Device"
29+
}

data/presets/advertising/billboard.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"icon": "temaki-billboard",
33
"fields": [
4-
"operator",
5-
"lit",
6-
"support",
7-
"visibility"
4+
"{advertising}",
5+
"support"
86
],
97
"moreFields": [
10-
"access_simple",
11-
"direction",
12-
"height"
8+
"{advertising}",
9+
"direction"
1310
],
1411
"geometry": [
1512
"point",

data/presets/advertising/board.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"icon": "temaki-bulletin_board",
33
"fields": [
4-
"operator",
5-
"lit",
6-
"support",
7-
"visibility"
4+
"{advertising}",
5+
"support"
86
],
97
"moreFields": [
10-
"access_simple",
11-
"direction",
12-
"height"
8+
"{advertising}",
9+
"direction"
1310
],
1411
"geometry": [
1512
"point",

data/presets/advertising/column.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"icon": "temaki-storage_tank",
33
"fields": [
4-
"operator",
5-
"lit",
6-
"visibility"
4+
"{advertising}"
75
],
86
"moreFields": [
9-
"access_simple",
10-
"height"
7+
"{advertising}"
118
],
129
"geometry": [
1310
"point",

data/presets/advertising/poster_box.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"icon": "temaki-poster_box",
33
"fields": [
4-
"operator",
5-
"lit",
6-
"support",
7-
"visibility"
4+
"{advertising}",
5+
"support"
86
],
97
"moreFields": [
10-
"access_simple",
11-
"direction",
12-
"height",
13-
"message"
8+
"{advertising}",
9+
"direction"
1410
],
1511
"geometry": [
1612
"point",

data/presets/advertising/totem.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"fields": [
3-
"operator",
4-
"lit",
5-
"visibility"
3+
"{advertising}"
64
],
75
"moreFields": [
8-
"access_simple",
9-
"direction",
10-
"height",
11-
"message"
6+
"{advertising}",
7+
"direction"
128
],
139
"geometry": [
1410
"point",

interim/source_strings.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ en:
164164
admin_level:
165165
# admin_level=*
166166
label: Admin Level
167+
advertising:
168+
# advertising=*
169+
label: Type
167170
aerialway:
168171
# aerialway=*
169172
label: Type
@@ -5223,6 +5226,11 @@ en:
52235226
# addr:*=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
52245227
name: Address
52255228
terms: <translate with synonyms or related terms for 'Address', separated by commas>
5229+
advertising:
5230+
# advertising=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
5231+
name: Advertising Device
5232+
# 'terms: advertising screen,flag,neon sign,sign'
5233+
terms: <translate with synonyms or related terms for 'Advertising Device', separated by commas>
52265234
advertising/billboard:
52275235
# advertising=billboard | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
52285236
name: Billboard

0 commit comments

Comments
 (0)