I'm looking at only using custom zoom levels in the system as we want to work with specific scales. How can I set a CustomZoomLevel to apply until another custom zoom level?
i.e. MyCustomizedZoomLevel. ApplyUntilZoomLevel = MyOtherCustomizedZoomLevel?
ZoomLevel MyOutermostLevel = new ZoomLevel(100000d);
ZoomLevel MyInnermostLevel = new ZoomLevel(10000d);
//MyOutermostLevel.ApplyUntilZoomLevel = MyInnermostLevel;