-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix TileLayer unauthorized error due to breaking changes in deck.gl #519
Conversation
Pull Request Test Coverage Report for Build 3378935863
💛 - Coveralls |
Authorization
header to fetch requests
@@ -157,12 +157,12 @@ export default function useTileFeatures({ | |||
} | |||
|
|||
// WORKAROUND: To read headers and know if the tile is dropping features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the condition to finally remove this work-around in the future? Can we better describe it @Josmorsot ?
Ping @felixpalmer if required, to have the next step 100% clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have no condition to remove this. For now it's the only way to do it.
Authorization
header to fetch requests Co-authored-by: Víctor Velarde <victor.velarde@gmail.com>
Description
Shortcut: (link)
TileLayer cause
unauthorized
error due to breaking changes indeck.gl
.Type of change