chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

Add support to use https for google maps #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to use https rather than http for connection to google maps. 

Original issue reported on code.google.com by paul.edw...@contextspace.com on 17 Sep 2012 at 5:19

GoogleCodeExporter commented 8 years ago
Hi,

I tried this by uses attaching google maps api from the ssl version and 
everything seemed to work fine then. I didn't check with ssl test server, but 
everything seemed to come as encrypted from google. So I guess this needs no 
code changes?

So in your .gwt.xml file switch to use this url to include gmaps api:
https://maps-api-ssl.google.com/maps/api/js?v=3.2&sensor=false

Please re-open the issue if there is still a problem.

cheers,
matti

Original comment by ma...@vaadin.com on 5 Oct 2012 at 12:05