Hi there, I would have a question if you don't mind. I am working with cemetery data, and it's a bit of problem because I need to go over google's maximum zoom. My question is how to get rid of message, that google's data are not available.
I have two examples at: www.jasecko.com/hroby_polygons.html - an array based polygon. Good performance in Firefox/XP. Really bad performance in IE7/XP www.jasecko.com/hroby_tiles.html - this is tiles based version, but I have problem to show custom map - because its overriden with googles message about data not available. I am trying to use blank layer, but somehow does not work. I am after solution how to get rid of google's mesasge at hroby_polygons.html. Thanks a milion. Jan On 17. Júl, 21:23 h., Mike Williams <[EMAIL PROTECTED]> wrote: > Since your CustomGetTileUrl() returns the G_NORMAL_MAP tile when outside > the region covered by your tiles, you don't need to use > tilelayers[0] = G_NORMAL_MAP.getTileLayers()[0]; > to put a copy of G_NORMAL_MAP underneath your custom map layer. > > Try creating a map type with a single tile layer. > > The API thinks that an upper layer is a partially transparent layer, > like the upper layer of the Hybrid maptype, which wouldn't be sensible > to display if the underlying tile is absent. > > --http://econym.googlepages.com/index.htm > The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
