-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix(deckgl): Revert "feat(deckgl): add support for OpenStreetMap as our new default and make "tile-providers" more configurable" #34123
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
Conversation
…t and ma…" This reverts commit d951158.
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.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
| Category | Issue | Status |
|---|---|---|
| Unconditional StaticMap Rendering Without Token Check ▹ view | 🧠 Incorrect | |
| Redundant String Trimming ▹ view | 🧠 Incorrect |
Files scanned
| File Path | Reviewed |
|---|---|
| superset-frontend/packages/superset-ui-core/src/validator/validateMapboxStylesUrl.ts | ✅ |
| superset/examples/misc_dashboard.py | ✅ |
| superset/examples/long_lat.py | ✅ |
| superset-frontend/plugins/legacy-preset-chart-deckgl/src/DeckGLContainer.tsx | ✅ |
| superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.ts | ✅ |
| superset-frontend/plugins/legacy-preset-chart-deckgl/src/utilities/Shared_DeckGL.jsx | ✅ |
| superset/views/base.py | ✅ |
| superset/examples/deck.py | ✅ |
| superset/config.py | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
| v.trim().length > 0 && | ||
| v.trim().startsWith('mapbox://styles/') |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| <StaticMap | ||
| preserveDrawingBuffer | ||
| mapStyle={props.mapStyle || 'light'} | ||
| mapboxApiAccessToken={props.mapboxApiAccessToken} | ||
| /> |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #34123 +/- ##
===========================================
+ Coverage 0 72.98% +72.98%
===========================================
Files 0 559 +559
Lines 0 40516 +40516
Branches 0 4267 +4267
===========================================
+ Hits 0 29571 +29571
- Misses 0 9836 +9836
- Partials 0 1109 +1109
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
As I mentioned, let's try and push forward if we can. Seems there's another issue around attribution we need to handle as well. |
|
Hi @DamianPendrak working on it to find out what's wong |
|
@plavacquery I had to revert the feature #33603 on my PR #34017 to allow for QA, and I didn't manage to bring it back before merging to master. Sorry about that! Let me know if I can help |
|
I have not found a solution yet. It seems that deckgl version changes have broken my feature cause of luma librairy. Nonetheless I tried to go back to last working deckgl version and I still have the problem, have you any idea or which changes can provok that ? |
|
Not sure what the best place to hold this conversation is, but if indeed the 2 PRs are mutually exclusive, as a maintainer I have to vouch for #33603 as it adds a great feature and bumps the If this is related to colors - I have to admit I know nothing about the core issue - but I wonder if you could use tinycolor2 that's already a lib in the repo (?) |
Reverts #33603
As mentioned in #34017 :
It looks like the PR broke all deck.gl Charts, at least on the local environment. Updating the deck.gl packages break the Charts alone, but it seems like the implemented features from the PR require the packages to be updated.
I couldn't find a fix, but maybe you can @plavacquery?