jasper07 / openui5-googlemaps

Openui5 Googlemaps library
MIT License
65 stars 43 forks source link

https problem #1

Closed DerGuteWolf closed 8 years ago

DerGuteWolf commented 10 years ago

When the application page is loaded via https, google stuff needs also be loaded from https, otherwise the browsers won't load it because of mixed content prohibition.

Please change the line in loadScripts to Loader.defaultUrl = location.protocol.replace('file', 'https')+'//maps.google.com/maps/api/js?'; and the line in markerclusterer to MarkerClusterer.IMAGE_PATH = location.protocol.replace('file', 'https')+"//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererplus/images/m";

jasper07 commented 8 years ago

i believe this was fixed

DerGuteWolf commented 8 years ago

Yes, indeed, this is fixed, sorry, forgot to close the issue when I noticed this.