I'm trying to show different layers at different zoomlevels.
For this I'm using CustomZoomLevels. First question is what value do you pass to the ZoomLevel? The value in MapUnit I would expect? In my case this is meter.
When I set the map to the extend of GetBoundingBox() of my country layer I see the whole country but the scale seems to have a weird value (more then 500 million?)
What should I do if I want my first CustomZoomLevel (of all layers) to be the extend of my first layer and the second CustomZoomLevel to be 100000m?
I need all of this because I have to show different ZedGraphStyles (in different layers) depending on the zoomlevel.
Any ideas?
Thanks!