mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 00:00:22 +02:00
add presets for unspecified shops and offices (*=yes), closes #399
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "maki-suitcase",
|
||||
"fields": [
|
||||
"name",
|
||||
"office",
|
||||
"{office}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"office": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Office (Unspecified Type)"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"shop",
|
||||
"{shop}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Shop (Unspecified Type)"
|
||||
}
|
||||
Reference in New Issue
Block a user