mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-10 06:48:39 +02:00
create preset for Depots (industrial=depot) (#784)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "depot",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user