Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

category_icon_options failes #25

Open
jpenn727 opened this issue Mar 27, 2013 · 1 comment
Open

category_icon_options failes #25

jpenn727 opened this issue Mar 27, 2013 · 1 comment

Comments

@jpenn727
Copy link

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'}
}
});
});

@yellowsa
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants