I have some significant server-side processing which takes a few seconds to process whenever a map update occurs. I'd like to disable zoom while this is occurring, and re-enable zoom when the processing completes and the map is updated. Otherwise, the user can continually click on "zoom in" and have a bunch of server-side queries piling up.
I looked at the code here: http://econym.googlepages.com/range.htm ...however this only seems to work statically - i.e. it works when the map is constructed, but it doesn't work as I'd hope dynamically (the getMinimumResolution/getMaximumResolution functions aren't being called when I re-enable zoom). Any ideas? This seems like it should be so simple.... -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
