Skip to content

Commit 616592d

Browse files
authored
Add preset for advertising sign (#2063)
1 parent 33033a1 commit 616592d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

data/presets/advertising/sign.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"icon": "fas-sign-hanging",
3+
"fields": [
4+
"{advertising}",
5+
"support",
6+
"location"
7+
],
8+
"moreFields": [
9+
"{advertising}",
10+
"direction"
11+
],
12+
"geometry": [
13+
"point",
14+
"vertex",
15+
"line",
16+
"area"
17+
],
18+
"tags": {
19+
"advertising": "sign"
20+
},
21+
"terms": [
22+
"ad",
23+
"fascia",
24+
"logo",
25+
"storefront"
26+
],
27+
"name": "Advertising Sign"
28+
}

0 commit comments

Comments
 (0)