yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Set Tilt parameter for google arial view. #118

Open shayneoneill opened 10 years ago

shayneoneill commented 10 years ago

When using google maps sattelite view, if you zoom in close enough, the image flips to a 45 degree view ,completely throwing out the projection.

From research it seems goole maps api needs to be passed "tilt: 0" as a parameter to rectify this. However I dont know how to pass this to google maps.

Can this either be added to olwidget as an option, or alternatively some method for passing this to google maps?

Regards, Shayne.