mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
Add presets for office=property_mangagement and office=union (#622)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "property_management"
|
||||
},
|
||||
"terms": [
|
||||
"property rental"
|
||||
],
|
||||
"name": "Property Management / Leasing Office"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "maki-suitcase",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "union"
|
||||
},
|
||||
"terms": [
|
||||
"trade union"
|
||||
],
|
||||
"name": "Labor Union Office"
|
||||
}
|
||||
Reference in New Issue
Block a user