When using Google Maps on my project through an https connection, I encountered a problem. Interestingly, the issue only arises in certain browsers while others work fine. Despite searching for a solution extensively, I have not been able to find one. Some suggest that this problem may be attributed to using a free Google Maps key (as mentioned in Google's FAQ).
However, I remain uncertain about this explanation.
The main code snippet is provided below:
<script id="mapLink1" type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.3&sensor=false®ion=hk&language=<%= MapLanguage %>"></script>
<script id="mapLink2" type="text/javascript" src="http://www.geocodezip.com/scripts/v3_epoly.js"></script>
Any insights or suggestions would be greatly appreciated.