OpenMap-java / openmap

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.
http://openmap-java.org
Other
73 stars 43 forks source link

Extracted the min and max zoom levels to protected methods. #34

Closed kevinator56 closed 8 years ago

kevinator56 commented 8 years ago

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.

dfdietrick commented 8 years ago

Thanks!