Skip to content

Commit 0b60a7f

Browse files
authored
allow advertising presets as a line & add message field (#785)
1 parent 4c9a233 commit 0b60a7f

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

data/fields/message.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "message",
3+
"type": "combo",
4+
"label": "Message"
5+
}

data/presets/advertising/poster_box.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
"moreFields": [
1010
"access_simple",
1111
"direction",
12-
"height"
12+
"height",
13+
"message"
1314
],
1415
"geometry": [
15-
"point"
16+
"point",
17+
"line"
1618
],
1719
"tags": {
1820
"advertising": "poster_box"

data/presets/advertising/totem.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
"moreFields": [
88
"access_simple",
99
"direction",
10-
"height"
10+
"height",
11+
"message"
1112
],
1213
"geometry": [
13-
"point"
14+
"point",
15+
"line"
1416
],
1517
"tags": {
1618
"advertising": "totem"

0 commit comments

Comments
 (0)