You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Parent tiles that cover the viewport may be used for rendering if the tile for the requested zoom level are not yet available. mapbox/mapbox-gl-native#16347 adds an API that allows the developer to set a maxOverscaleFactor to limit how many times a parent tile can be overscaled, effectively setting a minimum zoom for parent tiles that can be used for this purpose. This API is useful for raster sources which can look blurry if overscaled excessively.
cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered:
chloekraw
changed the title
Platform bindings for source::setMaxOverscaleFactorForParentTiles
Expose source::setMaxOverscaleFactorForParentTiles
Apr 22, 2020
mappy-mobile
pushed a commit
to Mappy/mapbox-gl-native-ios
that referenced
this issue
Sep 17, 2020
Parent tiles that cover the viewport may be used for rendering if the tile for the requested zoom level are not yet available. mapbox/mapbox-gl-native#16347 adds an API that allows the developer to set a
maxOverscaleFactor
to limit how many times a parent tile can be overscaled, effectively setting a minimum zoom for parent tiles that can be used for this purpose. This API is useful for raster sources which can look blurry if overscaled excessively.cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: