Mouse Wheel scales but I want to alter that behavior. How do I do that?
Mouse Wheel How to over ride the default behavior?
Bob,
Thanks for your post.
What are you trying to alter for? If it is completely different with current default behavior, I suggest you write your own ExtentInterativeOverlay and in it you can override the API MouseWheel. If it is only a minor change, I suggest you try the properties in the ExtentInterativeOverlay to see it can be achieved.
Let me know if any more questions just feel free to let me know.
Thanks.
Yale
The mouse wheel currently scales the WinFormsMap control but it does not scale using the defined zoomLevels. In my case, using a large raster image, it scales VERY slowly and mess up performance. So I want to scale using my predefined zoomLevels which I created Tiles for. This leads me to another question. Can I round off and create my own zoom levels ? I still find rounding erros/folders created with odd sizes like this.
4505.85533966527
4505.85777282715
Can I just use floor and round the ZoomLevels to 4505 and do this everytime the application starts up? This way the tiles are never regenerated.
Thanks,
Bob,
Thanks for your response.
Following post and sample show you how to create your own ZoomLevels instead of using the default ones.
gis.thinkgeo.com/Support/Dis...fault.aspx
code.thinkgeo.com/projects/show/zoomlevels
gis.thinkgeo.com/Support/Dis...fault.aspx
About the multiple folders found in your disk problem, I think it should be fixed in last public release (3.1.299), which version are you using now? If you still have problem with this, could you make a small application to show this problem, which would be much more convenient and helpful.
Any more questions just feel free to let me know.
Thanks.
Yale