Added a settings bar
- Toggle Zoom button: Allows to toggle map zoom in
This commit is contained in:
@@ -414,3 +414,7 @@ addEventListener("DOMContentLoaded", (e) => {
|
||||
console.log(`[radarflow] connecting to ${websocketAddr}`)
|
||||
connect()
|
||||
});
|
||||
|
||||
function toggleZoom() {
|
||||
shouldZoom = !shouldZoom
|
||||
}
|
||||
Reference in New Issue
Block a user