Those servers have acces to the internet. In other words we give the permission to google server's to read kml and images in two directory.
That is not the problem. The problem about the images. Is there a solution for me to create a tile listener or marker listener that would give me the right to replace a tile if it is badly generated or to replace a marker. Can I detect these problem by looping in the tiles' DOM elements? or maybe could i know the delay before it time out? Maybe someone have made a tutorial to work with tiles and detect this kind of problem?? Thank so much for your help by the way! On 10 fév, 14:31, "[email protected]" <[email protected]> wrote: > On Feb 10, 11:19 am, Tremblay <[email protected]> wrote: > > > My next question is the following one. > > > Is there a fix for this except the one to replace servers? cuz It's > > damn complex. We have 3 machine serving one intranet > > The intranet side is not relevant. It is the publicly available > server that serves the kml and the markers to Google (and your map > page unless you have a premier license). > > -- Larry > > > > > > > > > with load balancing solutions. > > > Is there another way to fix this problem ? I throw idea but maybe it's > > wrong, but maybe I could listen to each marker and check if its > > cached? Can i detect this in the code with listener or other tools? > > > On 10 fév, 11:38, Andrew Leach <[email protected]> wrote: > > > > On 10 February 2012 16:21, Tremblay <[email protected]> wrote: > > > > > Here's two images of the problem. > > > > >http://jftremblay.site88.net/pub/imgpost1.PNG > > > >http://jftremblay.site88.net/pub/imgpost2.PNG > > > > > On 10 fév, 08:19, Tremblay <[email protected]> wrote: > > > >> Google tiles (the map itself) is loaded correctly. > > > > >> Our "guess" is that images (marker's images) take to long to load and > > > >> the lag result in a replacment of the marker's image by the default > > > >> blue icon. > > > > I think your guess is probably accurate, and you need to speed up your > > > server's delivery (or use a different, faster, server). > > > > Even if a number of markers use the same image (as your second > > > screenshot), if each marker is constructed individually then that URL > > > may be accessed for each marker. There's no guarantee it will be > > > cached. -- 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.
