Skip to content

Commit 6b1b44b

Browse files
authored
create preset for Depots (industrial=depot) (#784)
1 parent 7c71139 commit 6b1b44b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

data/fields/depot.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "depot",
3+
"type": "combo",
4+
"label": "Type"
5+
}
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"icon": "roentgen-buses",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"depot"
7+
],
8+
"moreFields": [
9+
"{landuse/industrial}"
10+
],
11+
"geometry": [
12+
"point",
13+
"area"
14+
],
15+
"tags": {
16+
"industrial": "depot"
17+
},
18+
"addTags": {
19+
"landuse": "industrial",
20+
"industrial": "depot"
21+
},
22+
"reference": {
23+
"key": "industrial",
24+
"value": "depot"
25+
},
26+
"terms": [
27+
"bus",
28+
"depot",
29+
"truck",
30+
"vehicle",
31+
"yard",
32+
"storage",
33+
"parking"
34+
],
35+
"name": "Depot"
36+
}

0 commit comments

Comments
 (0)