MapComplete/assets/layers/excrement_bag_dispenser/excrement_bag_dispenser.json

107 lines
3 KiB
JSON

{
"id": "excrement_bag_dispenser",
"name": {
"en": "Excrement bag dispensers",
"cs": "Zásobníky na sáčky na exkrementy",
"it": "Distributori di sacchetti per escrementi",
"uk": "Диспенсери для пакетів для екскрементів"
},
"description": {
"en": "Dispensers giving out bags for animal waste",
"cs": "Zásobníky poskytující sáčky na zvířecí odpad",
"it": "Distributori che forniscono sacchetti per rifiuti animali"
},
"source": {
"osmTags": {
"and": [
"amenity=vending_machine",
"vending=excrement_bags"
]
}
},
"minzoom": 16,
"title": {
"render": {
"en": "Excrement bag dispenser",
"cs": "Zásobník sáčků na exkrementy",
"it": "Distributore di sacchetti per escrementi"
}
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"color": "white",
"icon": "square"
},
{
"icon": "./assets/layers/excrement_bag_dispenser/excrement_bags.svg"
}
],
"iconSize": "30,30"
}
],
"presets": [
{
"tags": [
"amenity=vending_machine",
"vending=excrement_bags"
],
"title": {
"en": "an excrement bag dispenser",
"cs": "zásobník na sáčky na exkrementy",
"it": "un distributore di sacchetti per escrementi"
},
"description": {
"en": "A stand-alone dispenser giving out bags for animal waste.",
"cs": "Samostatně stojící zásobník poskytující sáčky na zvířecí odpad.",
"it": "Un distributore autonomo che fornisce sacchetti per rifiuti animali."
}
}
],
"tagRenderings": [
{
"id": "fee",
"question": {
"en": "Does it cost money to use this dispenser?",
"cs": "Kolik stojí použití tohoto zásobníku?",
"it": "Costa denaro utilizzare questo distributore?"
},
"mappings": [
{
"if": "fee=",
"then": {
"en": "This dispenser probably gives out bags for free.",
"cs": "Tento zásobník pravděpodobně poskytuje sáčky zdarma.",
"it": "Questo distributore probabilmente fornisce sacchetti gratuitamente."
}
},
{
"if": "fee=yes",
"then": {
"en": "This dispenser give out bags for a fee.",
"cs": "Tento zásobník poskytuje sáčky za poplatek.",
"it": "Questo distributore fornisce sacchetti a pagamento."
}
},
{
"if": "fee=no",
"then": {
"en": "This dispenser gives out bags for free.",
"cs": "Tento zásobník poskytuje sáčky zdarma.",
"it": "Questo distributore fornisce sacchetti gratuitamente."
}
}
]
},
"check_date"
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": true
}
}