ThinkGeo.com    |     Documentation    |     Premium Support

Google Maps satellite view 45° photos

Hi all,

I have an application running with MapSuite and Google Maps as a background Map.


When I zoom in a lot Google images automatically switch to a view with an angle of 45° which is beautyfull but not convenient for my mapping application which need top view even when zoomed in.


Is there a way to disable this rotation please ?


Thanks for your help.



Hi Gautier,


I can't see any rotation, in satellite mode, here is the screenshot,



but I can see the buidings with fake 3D under normal mode, is your scenario like this? If so, sorry to tell you we can't do anything on the images cause google made it, but you can remove the last zoomlevels if you don't want to see the 45° images. 


Regards,


Edgar


 



I looked at Google Maps and they call it 45° Imagery, it is available only in some areas and it can be disabled. 
  
 Please take a look at: developers.google.com/maps/documentation/javascript/maptypes?hl=fr#45DegreeImagery 
  
 Thank you.

Gautier,


Thanks for your infomation, there is a workaround for you to disable the 45 degrees map, here is the code,



    (script language =javascript type="text/javascript")
        OnMapCreated = function (map) {
            var layer = map.getLayersByName('Google Map')[0];
            layer.mapObject.setTilt(0);
        }
    (/script)

Hope it helps,


PS, I have to replace the "< >" with "( )" to make them show on the form.


Edgar



Works like a charm ! 
 Thanks.

You’re welcome, glad to hear that your issue’s gone. 
  
 Regards, 
 Edgar