You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My site, which has been using this JS for the past 6 months, stopped updating the color of the markers. Even the EXAMPLE 5 on the demo site also stopped working. I hope this will get fixed soon.
I too am having the same experience, i assume that google have changed some of the api. Alas it looks as if this plugin hasnt been updated for some time and as google api v2 will be dropped shortly im guessing we will either have to adapt it ourselves or move to a newer v3 compatible plugin. Alas i liked the way this worked and the colored icons as i was using it for a local weather website.
My site, which has been using this JS for the past 6 months, stopped updating the color of the markers. Even the EXAMPLE 5 on the demo site also stopped working. I hope this will get fixed soon.
Thanks
The issue is in this section of the code.
$(document).ready(function(){
$('#map').jMapping({
category_icon_options: {
'restaurant': {color: '#E8413A'},
'museum': {color: '#465AE0'},
'default': {color: '#7CDF65'}
}
});
});
The text was updated successfully, but these errors were encountered: