Quick and dirty temporary fix:

function fixTiles(){
        var tiles = document.getElementsByTagName('IMG');
        for (var n = 0 ; n < tiles.length ; n++ ) {
                if (tiles[n].src.match(/&src=api/)) {
                        tiles[n].src = tiles[n].src.replace(/&src=api/,'');
                }
        }
        window.setTimeout("fixTiles()",500);
}

fixTiles();

Just call it once and let it recurse...


--
Marcelo - http://maps.forum.nu
--



On Nov 17, 10:01 am, Marcelo <[email protected]> wrote:
> On Nov 17, 9:58 am, Emre Avsar <[email protected]> wrote:
>
> > Ok let us wait... How wonderful that I have a presentation today..
> > haha!
>
> Satellite tiles are still OK. Maybe you can use that for your
> presentation.
>
> --
> Marcelo -http://maps.forum.nu
> --
>
>
>
> > On 17 Nov., 09:52, Marcelo <[email protected]> wrote:
>
> > > On Nov 17, 9:42 am, Emre Avsar <[email protected]> wrote:
>
> > > > And what we have to do now?
>
> > > I believe they must be working on it already.
> > > It could also be that some proxy is failing, and people can or cannot
> > > see tiles depending on where they are in the world.
> > > I'm in Europe, and I get no tiles here.
>
> > > --
> > > Marcelo -http://maps.forum.nu
> > > --
>
> > > > On 17 Nov., 09:21, Marcelo <[email protected]> wrote:
>
> > > > > Confirm! Something is 
> > > > > broken:http://maps.forum.nu/gm_main.htmlhttp://econym.org.uk/gmap/example_ma...
>
> > > > > Pamela? Dann?
>
> > > > > --
> > > > > Marcelo -http://maps.forum.nu
> > > > > --
>
> > > > > On Nov 17, 9:18 am, John-Z80 <[email protected]> wrote:
>
> > > > > > Missing titles in my pages and other pages I've visited, some kind 
> > > > > > of
> > > > > > bug in a update from google maps?
> > > > > > Many pages using v2 are not working...

--

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=.


Reply via email to