@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..