I was wondering if there is a way to make an update to a map without having to reload it. Specifically, I want to change the colour of an object on the map as events happen in real life.
I see that there is the following function for refreshing a map (though I have not looked into updating the data on the map yet):
$("#container").ejMap("refresh");
But that seems to reset the position of the map if it is zoomed in. I would like the map to remain at the current zoom-level and position when it updates so it doesn't cause any issues for someone viewing it.
Any help would be appreciated