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
I am using the .Load() method to load some new locations via ajax. This works fine, but, upon the new locations being loaded, the map screen zooms back to 0 then zooms into to the zoom level I specify for a location. Is there a way to load new locations without any affect to the current zoom?
You can see this fiddle which shows a similar process.
Just wondering if there is another way to update a location without the entire map redrawing. I just need to update the radius and fill color of my loaded locations without the map being redrawn. Is this possible?
I am using the .Load() method to load some new locations via ajax. This works fine, but, upon the new locations being loaded, the map screen zooms back to 0 then zooms into to the zoom level I specify for a location. Is there a way to load new locations without any affect to the current zoom?
You can see this fiddle which shows a similar process.
https://jsfiddle.net/r85tfm83/2/
If you zoom on the map and then click the Add New Locations button you will see the map zoom back out.
The text was updated successfully, but these errors were encountered: