@TomSlavkovsky Could there be a setting to change this? Mine starts showing almost whole east coast of US, and I have to spend several seconds zooming every time. Pretty annoying.
Best posts made by scandium
-
RE: App has no way to set Home screen Start-up zoom
-
RE: Zoom in to favorites by default
@Copenhagen said in Zoom in to favorites by default:
Hey again. Just figured out how to center the map. Just add this under JS:
const maps = W.maps;
maps.setView([55.34, 11.99])
maps.setZoom([8]);Change the numbers to where you need to focus and select your zoom level. Please note the second digit after the comma is not fully used. Hence it is difficult to set the view exactly where you would like it to be when zoomed to levels 12+.
sorry, what? where do I add this?
I need to set a default zoom level! Starting up on the whole US east coast is not helpful, and quite annoying..
Latest posts made by scandium
-
RE: App has no way to set Home screen Start-up zoom
@TomSlavkovsky Could there be a setting to change this? Mine starts showing almost whole east coast of US, and I have to spend several seconds zooming every time. Pretty annoying.
-
RE: Save/Remember last session settings as a default (on/off) as user defined default? Ex. SAVE session as login default (Y/N)
yes please! I need a default zoom level setting, otherwise this app is getting almost too annoying to use
-
RE: Zoom in to favorites by default
@Copenhagen said in Zoom in to favorites by default:
Hey again. Just figured out how to center the map. Just add this under JS:
const maps = W.maps;
maps.setView([55.34, 11.99])
maps.setZoom([8]);Change the numbers to where you need to focus and select your zoom level. Please note the second digit after the comma is not fully used. Hence it is difficult to set the view exactly where you would like it to be when zoomed to levels 12+.
sorry, what? where do I add this?
I need to set a default zoom level! Starting up on the whole US east coast is not helpful, and quite annoying..