Geographics placements working again.

This commit is contained in:
2019-11-05 11:07:36 +01:00
parent ff0606d0a7
commit 87727d28b9
8 changed files with 297 additions and 222 deletions
+3 -4
View File
@@ -88,9 +88,8 @@
function enableSwitch(button, app) {
button.addEventListener("click", () => {
let next = (app.activeMapKey == "osm") ? "wiki" : "osm"
console.log("CLICKED")
let next = app.mapList.next()
console.log(app.mapList)
app.selectMap(next)
})
}
@@ -292,4 +291,4 @@
</section>-->
</body>
</html>
</html>