nicolas wrote:
> Hi,
>
> Is there any possibility to replace by a custom url the image
> "transparent.png" used by default when <IMG> elements that represent
> Tiles are created? (Both, base map tiles and tiles created from
> GTileLayerOverlay)
>
> Doing so will be very helpful if we replace that original image by
> other semi-transparent 256x256 image that indicates the user that that
> specific tile is still being loaded.
>
> I�ve looked for something similar to this, but couldn�t. I�ll try to
> do that from outside the API using DOM, but meanwhile, I�ve created a
> feature request here: 
> http://code.google.com/p/gmaps-api-issues/issues/detail?id=657
> If anyone is interested you can star it.
>
> Regards
> Nicolas

During tile loading, the "style.display" property is set to "none" or
the "style.visibility" property is set to "hidden.  I do not remember
which.  It is to prevent the "broken link" icon from appearing.  It
also suppresses pregressive rendering.

If the "onload" event handler fires, the corresponding property is
cleared.  If the "onerror" event handler fires, an error message
appears.  I believe Google is retrying failed tiles at least once
following a fair amount of criticism for poor reliability.

Internet Explorer does things differently.  Progressive rendering can
be seen.  It may be related to the use of "alphaImageLoader".

Which means, changing the blank tile image will have no impact.

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