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
awitherspoon
changed the title
[Bug] maxRequests set to -1 does not request tiles
[Bug] MVTLayer in GoogleMapsOverlay with maxRequests set to -1 does not request tiles
Nov 30, 2024
Description
When setting maxRequests on an MVT layer to -1, the layer will not make any tile requests. Of note, the load balancer is upgrading all requests to h3
Flavors
Expected Behavior
Expected behavior would be an unlimited flow of requests, per the documentation on maxRequests in TileLayer -
https://deck.gl/docs/api-reference/geo-layers/tile-layer#maxrequests
Steps to Reproduce
Make a TileLayer (or any layer that inherits from TileLayer) and set maxRequests to -1, loaded on to a google map using GoogleMapOverlay
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: