-
Notifications
You must be signed in to change notification settings - Fork 195
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
Shrink plots when zoomed in all the way #256
Comments
Helloo @kennethpb , I answered here : #253 Give me a feedback :). I think I will bring this feature in the next release. (feel free to contribute if you have time !). |
Hi @nveldo! Thanks for your help as I try to wrap my head around this issue. I am looking at your jsfiddle solution: http://jsfiddle.net/neveldo/ebxnu6b8/ Does this require to change the jquery.mapael.js file? If not, which file do I need to modify? Please advise. Kenny |
Hi, This is an updated example compatible with jQuery 2.0.0 , you don't have to change the jquery.mapael.js file if you are already using the latest version. All you need is to add the following event listener : You can take a look at this thread : #253 where we discuss the same issue. |
Discussion will continue on #253 |
When the map is zoomed in all the way, there are plots that overlap which makes them almost inaccessible. Is there a way to shrink the plots when zoomed in all the way? Please advise. Thank you! Example: https://storage.googleapis.com/cf-pathways-assets/interactive_map/pathways_map.html
Kenny
The text was updated successfully, but these errors were encountered: