Added Baking Oven and Bakehouse presets (#983, #975)

This commit is contained in:
N DIVIJ 2023-08-25 16:15:17 +05:30 committed by GitHub
parent 9be5591cef
commit 9742f8ccce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,28 @@
{
"icon": "temaki-bread",
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "baking_oven"
},
"fields": [
"covered",
"access_simple"
],
"moreFields": [
"lit"
],
"terms": [
"bakehouse",
"beehive oven",
"bread",
"clay oven",
"horno",
"masonry oven",
"tabun oven",
"pizza oven"
],
"name": "Baking Oven"
}

View file

@ -0,0 +1,11 @@
{
"icon": "temaki-bread",
"geometry": [
"area"
],
"tags": {
"building": "bakehouse"
},
"matchScore": 0.5,
"name": "Bakehouse"
}