-
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
how to keep plots size unchanged when zoom in? #219
Comments
Hello, Indeed this is the normal behaviour. If you want to update the plot size at zoom, you will need to play with the 'update' event. Here is a similar thread : #16 in which you can find this example that works with mapael 1.1.0 : http://jsfiddle.net/neveldo/WRGsD/ . It's a good starting point but I think the formula is wrong as the size of the circle change a bit when zooming. |
Thank you!
|
hello, |
Hello @piyusha7 , There is a work in progress available in this PR from @Indigo744 : #352 (original issue : #253). However, there are still some bug to be fixed in order to ble able to merge the PR into the master branch. maybe you can take a look to this similar issue too : #253 , in which some solutions have been provided (some JSFiddle examples may be broken but the code is still readable). |
i set plot size is 10,
but when zoom in,
the plot will grow larger .
is there any way to make sure it not grow ?
The text was updated successfully, but these errors were encountered: