Hello community. I have two questions related to zooming. My client needs more zoom levels than the default, so I’m trying to change the application.
- winformsMap1.ZoomIn(): this method is NOT working for some values. If I use the percentage in your demo app (60) it works. But if I try lower values (10, 20, 30) it DOESN’T work. The map just won’t zoom in. Zoom out seems to work though. I tried this in your demo app with the same results.
- I would need to overwrite the mouse wheel zoom in order to have it zooming in and out to a lower percentage, so it’s more “detailed”. How would you advise to do this?
Thanks!
Juan.