mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
committed by
Bryan Housel
parent
fc8ae703a3
commit
dd19920f76
@@ -1356,6 +1356,11 @@ en:
|
||||
# amenity=hunting_stand
|
||||
name: Hunting Stand
|
||||
terms: '<translate with synonyms or related terms for ''Hunting Stand'', separated by commas>'
|
||||
amenity/ice_cream:
|
||||
# amenity=ice_cream
|
||||
name: Ice Cream Shop
|
||||
# 'terms: gelato,sorbet,sherbet,frozen,yogurt'
|
||||
terms: '<translate with synonyms or related terms for ''Ice Cream Shop'', separated by commas>'
|
||||
amenity/kindergarten:
|
||||
# amenity=kindergarten
|
||||
name: Preschool/Kindergarten Grounds
|
||||
|
||||
@@ -1121,6 +1121,31 @@
|
||||
},
|
||||
"name": "Hunting Stand"
|
||||
},
|
||||
"amenity/ice_cream": {
|
||||
"icon": "ice-cream",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"takeaway",
|
||||
"delivery"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gelato",
|
||||
"sorbet",
|
||||
"sherbet",
|
||||
"frozen",
|
||||
"yogurt"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "ice_cream"
|
||||
},
|
||||
"name": "Ice Cream Shop"
|
||||
},
|
||||
"amenity/kindergarten": {
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
@@ -63189,6 +63214,26 @@
|
||||
],
|
||||
"suggestion": true
|
||||
},
|
||||
"amenity/ice_cream/Grido": {
|
||||
"tags": {
|
||||
"name": "Grido",
|
||||
"amenity": "ice_cream"
|
||||
},
|
||||
"name": "Grido",
|
||||
"icon": "ice-cream",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"takeaway",
|
||||
"delivery"
|
||||
],
|
||||
"suggestion": true
|
||||
},
|
||||
"amenity/social_facility/Социальный участковый": {
|
||||
"tags": {
|
||||
"name": "Социальный участковый",
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"icon": "ice-cream",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours",
|
||||
"takeaway",
|
||||
"delivery"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"gelato",
|
||||
"sorbet",
|
||||
"sherbet",
|
||||
"frozen",
|
||||
"yogurt"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "ice_cream"
|
||||
},
|
||||
"name": "Ice Cream Shop"
|
||||
}
|
||||
@@ -256,6 +256,10 @@
|
||||
"key": "amenity",
|
||||
"value": "hunting_stand"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "ice_cream"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "kindergarten"
|
||||
|
||||
Vendored
+4
@@ -1780,6 +1780,10 @@
|
||||
"name": "Hunting Stand",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/ice_cream": {
|
||||
"name": "Ice Cream Shop",
|
||||
"terms": "gelato,sorbet,sherbet,frozen,yogurt"
|
||||
},
|
||||
"amenity/kindergarten": {
|
||||
"name": "Preschool/Kindergarten Grounds",
|
||||
"terms": "kindergarden,pre-school"
|
||||
|
||||
Reference in New Issue
Block a user