jywarren / mapknitter

Use Public Lab's MapKnitter to turn your aerial images into projected maps for print and web
http://mapknitter.org
GNU General Public License v3.0
45 stars 0 forks source link

45 degree imagery baseman gmaps data rather than vertical #154

Closed gonzoearth closed 10 years ago

gonzoearth commented 10 years ago

My guess is that the Gmaps API has evolved to automatically switch to 45 imagery when you dive deep enough on z in this example if you zoom out 2 levels the map reverts back to vertical. I think the preference here would be to stay with vertical and just have browser/digital zoom rather than allowing to to jump to different map type at the lowest levels http://mapknitter.org/maps/ftmchenry

jywarren commented 10 years ago
googleMapsLayer.mapObject.setTilt(0);

from http://www.fargeo.com/blog/google-maps-v3-45-degree-imagery-in-openlayers/