Add fruit tree theme prototype; cleanup and split of the mobile layout (fix #120), allow overzoom on baselayers (fix #97)

This commit is contained in:
Pieter Vander Vennet 2020-09-24 00:33:23 +02:00
parent d7083131a1
commit ca5b4297b3
6 changed files with 265 additions and 167 deletions

View file

@ -18,7 +18,6 @@ if (location.href.startsWith("http://buurtnatuur.be")) {
window.location.replace("https://buurtnatuur.be");
}
let defaultLayout = "bookcases"
if (location.href.indexOf("buurtnatuur.be") >= 0) {
// Reload the https version. This is important for the 'locate me' button
defaultLayout = "buurtnatuur"