You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Having a great experience with svgMap so far, just wondering if there is an option i can pass when I initialize the map that would move the little menu with the zoom controls to a different corner or position? or would I have to wait for the map to load then move it with JS.
The text was updated successfully, but these errors were encountered:
Here's a very rudimentary JS method to do this. On my project, the map is loaded on DOM load, so if you're seeing this and your map doesn't do that you'll need a mutation observer or call the function after your map is created.
Hello! Having a great experience with svgMap so far, just wondering if there is an option i can pass when I initialize the map that would move the little menu with the zoom controls to a different corner or position? or would I have to wait for the map to load then move it with JS.
The text was updated successfully, but these errors were encountered: