forked from MapComplete/MapComplete
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:
parent
d7083131a1
commit
ca5b4297b3
6 changed files with 265 additions and 167 deletions
1
index.ts
1
index.ts
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue