Google maps not working in https://

后端 未结 6 1387
刺人心
刺人心 2020-12-10 17:02

I am using google maps on http, it is working perfectly fine. But when i installed ssl certificates over the same, it stopped working. It is giving me errors

6条回答
  •  一个人的身影
    2020-12-10 17:23

    I faced this problem today for Marker cluster library, so I had to update the images directory manually from the js source file, open markercluster.js

    and replace:

    https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer

    With the directory in github:

    https://googlemaps.github.io/js-marker-clusterer

    And you should be fine..

提交回复
热议问题