Hi,

I have a web application that uses google maps to graphically
represent water locations using polygons, points and polylines.  On
the page I have a search bar that does a geocoding lookup and
navigates the map to the best pick location.  For instance if you type
in 'boston' the map will navigate you over boston.

Now here is where the problem comes in, when I click the search
button, I take the text in the field and do the geocoding to find the
location and call the setCenter() function then I take the text and
make a jQuery ajax call to a php page of my own that does a database
search for water bodies with the name 'boston' in it.  What happens is
when my ajax call finishes, I populate a "pane" on the side of the
page next to the map.  After the data appears, the map reverts back to
it's inital starting position.

It works ok when I run it in Chrome, but reverts in IE and actually
fails completely in Firefox,  I don't know if it is something that I
am doing that is causing the map to refresh or not.

You can view the page here: http://vgi.unl.edu.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to