Hi, I'm trying to get the MouseWheel Event to fire for a map and it's not working. I'm not sure what I might be missing. I'm trying to disable the application from zooming to a scale less than 1:500, but I still want the service to be able to zoom closer for another application.
Most generally for limiting the zoom in or zoom out scale you have to set the MinimumResolution and or the MaximumResolution of the map. Though not sure if this can help in your use case.
Also take care that setting SnapToLevels to true limits as well the map resolution to the resolutions of the tiled layer. This might also explain your issue.
Most generally for limiting the zoom in or zoom out scale you have to set the MinimumResolution and or the MaximumResolution of the map. Though not sure if this can help in your use case.
Also take care that setting SnapToLevels to true limits as well the map resolution to the resolutions of the tiled layer. This might also explain your issue.