opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

don't limit max zoom to 20 #125

Open stleusc opened 9 years ago

stleusc commented 9 years ago

In Viewport

public final static int MAX_ZOOMLEVEL = 20; // <--- was 22!

My users use the higher zoomlevels we had before. Please change back to 22 or make it somehow changeable.

Thanks!

hjanetzek commented 9 years ago

45