OpenMap is an Open Source JavaBeans-based programmer's toolkit. Using OpenMap, you can quickly build applications and applets that access data from legacy databases and applications.
We needed the ability to allow for higher zoom levels at least down to 22. AbstractMapTileCoordinateTransform had the limitation on max zoom level to 20, this change allows me to define my custom Coordinate Transform class and override the max zoom level as needed.
We needed the ability to allow for higher zoom levels at least down to 22. AbstractMapTileCoordinateTransform had the limitation on max zoom level to 20, this change allows me to define my custom Coordinate Transform class and override the max zoom level as needed.