Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] MVTLayer in GoogleMapsOverlay with maxRequests set to -1 does not request tiles #9272

Open
2 of 7 tasks
awitherspoon opened this issue Nov 30, 2024 · 0 comments
Open
2 of 7 tasks
Labels

Comments

@awitherspoon
Copy link

awitherspoon commented 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

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

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

  • Framework version: 9.0.35
  • Browser: Chrome
  • OS: Mac OSX

Logs

No response

@awitherspoon 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant