add presets for unspecified shops and offices (*=yes), closes #399

This commit is contained in:
Martin Raifer 2022-02-14 16:27:40 +01:00
parent 56df9543ac
commit 1527ba5a4e
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"icon": "maki-suitcase",
"fields": [
"name",
"office",
"{office}"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "yes"
},
"searchable": false,
"name": "Office (Unspecified Type)"
}

View file

@ -0,0 +1,17 @@
{
"icon": "maki-shop",
"fields": [
"name",
"shop",
"{shop}"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "yes"
},
"searchable": false,
"name": "Shop (Unspecified Type)"
}