Hi All

Below is how I am rendering Google Map on my site:

1) On my website I need to show various hotels located in the world
depending on search criteria and filter criterias.
1) I prepare the Google Map XML on server side in a Ajax enabled web
service depending the search criteria and filter criteria.
2) On success of ajax call I call the function that renders the map.
This function obviously use GMap API functions.
3) I also show the neighborhood areas in a colored overlay on the map.
On first time load there is no problem with the overlay , it is
transparent enough and the map below it is visible.
4) But as I start to use filters over and over (which make call to the
web service that returns the new Gmap XML) and render the map, the
color of the neighborhood overlay gets darker and after few calls the
color becomes dark enough that it stops the display of the map below
it.

Is it because I am not posting back and not using 'Cache-Control' on
the page when I bring the Gmap XML?

My reason to use Ajax Enabled Web Service to prepare the Gmap XML is
as below:

The merchant data for hotels comes from another web service hosted on
a remote site and response from the service is slow. So to gain some
performance I used Ajax to bring the XML and avoided post back.

I am using jQuery Ajax and the web site is being developed in ASP.Net
3.5 with Ajax Enabled Web Services.

Please help me resolve the issue.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to