mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-18 14:44:54 +02:00
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "temaki-bread",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "bakehouse"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Bakehouse"
|
||||
}
|
||||
@@ -6068,6 +6068,11 @@ en:
|
||||
name: ATM
|
||||
# 'terms: money,cash,machine'
|
||||
terms: <translate with synonyms or related terms for 'ATM', separated by commas>
|
||||
amenity/baking_oven:
|
||||
# amenity=baking_oven | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Baking Oven
|
||||
# 'terms: bakehouse,beehive oven,bread,clay oven,horno,masonry oven,tabun oven,pizza oven'
|
||||
terms: <translate with synonyms or related terms for 'Baking Oven', separated by commas>
|
||||
amenity/bank:
|
||||
# amenity=bank | Credit Union | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Bank
|
||||
@@ -7776,6 +7781,10 @@ en:
|
||||
# building=apartments | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Apartment Building
|
||||
terms: <translate with synonyms or related terms for 'Apartment Building', separated by commas>
|
||||
building/bakehouse:
|
||||
# building=bakehouse | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Bakehouse
|
||||
terms: <translate with synonyms or related terms for 'Bakehouse', separated by commas>
|
||||
building/barn:
|
||||
# building=barn | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Barn
|
||||
|
||||
Reference in New Issue
Block a user