Themes: show toilets only from zoomlevel >= 15

This commit is contained in:
Pieter Vander Vennet 2023-10-05 14:00:12 +02:00
parent 44c57cc647
commit 6760897a6f
2 changed files with 7 additions and 10 deletions

View file

@ -461,8 +461,12 @@
]
}
},
"drinking_water",
"toilet"
{
"builtin": ["toilet","drinking_water"],
"override": {
"minzoom": 15
}
}
],
"credits": "Christian Neumann <christian@utopicode.de>"
}
}