mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add preset for industrial brewery
using the tag combination `man_made=works` + `product=beer` fallback preset for features tagged as `industrial=brewery`
This commit is contained in:
parent
3ecad3ec4d
commit
3795ec0140
4 changed files with 68 additions and 3 deletions
27
data/presets/landuse/industrial/_brewery.json
Normal file
27
data/presets/landuse/industrial/_brewery.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"icon": "temaki-storage_fermenter",
|
||||
"fields": [
|
||||
"{man_made/works/brewery}",
|
||||
"product"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/works/brewery}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"industrial": "brewery"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"reference": {
|
||||
"key": "industrial",
|
||||
"value": "brewery"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.9,
|
||||
"name": "{man_made/works/brewery}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue