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
Your issue is the same as #253 in which you can find some information.
FYI, there is a work in progress from @Indigo744 in order to add an option that enable plots scaling, here is the pull-request : #352 , it should be included within the next release of jQuery Mapael.
Dear Neveldo,
i set plot size is 7,
but when zoom in,
the plot will grow larger .
I tried this for make the the plots smaller when zoom in
` $('#world-map').on('afterZoom', function()
{
var newSize = defaultPlotSize * Math.pow(0.95, $(this).data('mapael').zoomData.zoomLevel);
What is wrong in my code?
The text was updated successfully, but these errors were encountered: