Geographics placements working again.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user