We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673525 commit 7d086e1Copy full SHA for 7d086e1
Runtime/Mapbox/VectorModule/VectorLayerModule.cs
@@ -230,7 +230,7 @@ private void UpdateRetainedTiles(HashSet<CanonicalTileId> retainedTiles)
230
231
private CanonicalTileId GetTargetTileId(CanonicalTileId tileId)
232
{
233
- var maxZoom = (int)_vectorModuleSettings.RejectTilesOutsideZoom.y;
+ var maxZoom = _vectorModuleSettings.DataSettings.ClampDataLevelToMax;
234
if (tileId.Z >= maxZoom)
235
236
return tileId.Z > maxZoom
0 commit comments