0

I use Google Maps on my project through https, but it will cause this problem above, other browsers will work fine. I have searched it for a long time, but no solution, someone said that this problem caused by using free Google Maps key (according to Google's FAQ).

I am not sure for it.

the main code are as below:

<script id="mapLink1" type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.3&sensor=false&region=hk&language=<%= MapLanguage %>"></script>
<script id="mapLink2" type="text/javascript" src="http://www.geocodezip.com/scripts/v3_epoly.js"></script>

any idea would be appreciated.

sg3s
  • 9,411
  • 3
  • 36
  • 52
Fisea
  • 21
  • 1
  • 4

1 Answers1

0

Have you ensured that any marker images are loaded with a HTTPS URL?

Darren

dscammell
  • 36
  • 3