mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add presets for unspecified shops and offices (*=yes), closes #399
This commit is contained in:
parent
56df9543ac
commit
1527ba5a4e
3 changed files with 41 additions and 0 deletions
18
data/presets/office/_yes.json
Normal file
18
data/presets/office/_yes.json
Normal 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)"
|
||||
}
|
||||
17
data/presets/shop/_yes.json
Normal file
17
data/presets/shop/_yes.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-shop",
|
||||
"fields": [
|
||||
"name",
|
||||
"shop",
|
||||
"{shop}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Shop (Unspecified Type)"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue