Wasn't it david oliva who wrote:
>Yes.. for South Korea it returns null bounds:
>GAddCopyright("p","13",5.6160,97.3389,20.4682,105.6281,4,"Tele
>Atlas",null,false);
>GAddCopyright("p","49",-8.9285,66.7090,56.1700,125.9033,4,"AND",null,true);
>GAddCopyright("p","64",1.2716,100.1239,6.7192,104.2822,4,"MapIT",null,true);
>GAddCopyright("p","47",-9.6332,33.3984,55.6776,125.1782,2,"Europa
>Technologies",null,true);
>window.GAppFeatures &&
>window.GAppFeatures({cb:{bounds:[{s:0,w:0,n:0,e:0,ix:-2}]}
>,transit_l:{bounds:[{s:0,w:0,n:0,e:0,ix:-2}]}
>,transit:{bounds:[{s:0,w:0,n:0,e:0,ix:-2}]}
>});
>
>So I was wrong thinking that the bounds are per tile.
>So what are these data used for?
That's the opposite of what I was expecting. I was expecting most places
to return null and South Korea to return four regions:
32.9890840,124.6055600,38.6930130,128.4960940
34.4646740,128.4960940,38.6930130,128.8476560
35.0277470,128.8476560,38.6930130,131.0531620
37.0277730,131.0531620,38.6930130,132.0034790
The South Korean government only permits their streetmap imagery to be
served from a server inside their country. So Google switches tileserver
when you zoom in within one of those rectangles. E.g. using
http://mt0.gmaptiles.co.kr/mt/v=kr1.9&hl=en&x=872&y=396&z=10
instead of
http://mt0.google.com/mt/v=ap.97&hl=en&x=872&y=396&z=10
I thought that GAppFeatures might be part of the system that controlled
the switch.
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---