Chartjs-Google maps marker is not showing up with the error chart.apis.google.com/chart 502

0๐Ÿ‘

I had this same issue. I was using something like this below to set an different colored image for the Marker.

var pinImage = new google.maps.MarkerImage(โ€œhttp://www.googlemapsmarkers.com/v1/โ€ข/โ€ + โ€œd3d3d3โ€ + โ€œ/โ€);

This was reliant on googlemapsmarkers.com and is no longer working. As soon as I do not use this site to help with the MarkerImage then all is fine

0๐Ÿ‘

0๐Ÿ‘

Please note that this issue has been recognized in the Issue Tracker via Issue #128905669, there is also an alternative solution offered by one of the support from Google which is to use https://www.image-charts.com/

Leave a comment