Skip to content

Lock zoom level #1028

Answered by devemux86
demiantres asked this question in Q&A
Apr 1, 2023 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Overzoom was created mainly for vector maps where rendering at large zoom can be done with content from upper levels.

Bitmap maps display images. Setting zoomMax in their builder, they show zoomed / blurry the tiles from upper zoom levels.

public static Builder<?> OPENSTREETMAP = BitmapTileSource.builder()
        .url("https://tile.openstreetmap.org")
        .zoomMax(14);

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@demiantres
Comment options

@devemux86
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@demiantres
Comment options

Answer selected by demiantres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants