Skip to content

Commit

Permalink
create preset for Depots (industrial=depot) (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Feb 16, 2023
1 parent 7c71139 commit 6b1b44b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/fields/depot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "depot",
"type": "combo",
"label": "Type"
}
36 changes: 36 additions & 0 deletions data/presets/landuse/industrial/depot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"icon": "roentgen-buses",
"fields": [
"name",
"operator",
"depot"
],
"moreFields": [
"{landuse/industrial}"
],
"geometry": [
"point",
"area"
],
"tags": {
"industrial": "depot"
},
"addTags": {
"landuse": "industrial",
"industrial": "depot"
},
"reference": {
"key": "industrial",
"value": "depot"
},
"terms": [
"bus",
"depot",
"truck",
"vehicle",
"yard",
"storage",
"parking"
],
"name": "Depot"
}

0 comments on commit 6b1b44b

Please sign in to comment.