-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade to react-map-gl 7 to use maplibre to allow usage without mapb… #266
base: main
Are you sure you want to change the base?
Conversation
… gridstudy-app) Signed-off-by: Christian Biasuzzi <[email protected]>
Signed-off-by: Christian Biasuzzi <[email protected]>
Signed-off-by: Florent MILLOT <[email protected]>
Signed-off-by: Florent MILLOT <[email protected]>
…ox token and other tile sources deckgl needs 8.9.18+ according to react-map-gl docs https://visgl.github.io/react-map-gl/docs/upgrade-guide#upgrading-to-v71 "If you use the Map component as a child of the DeckGL component from deck.gl, upgrade deck.gl to >=8.9.18." Signed-off-by: HARPER Jon <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
@@ -28,6 +28,42 @@ module.exports = { | |||
] | |||
}, | |||
resolve: { | |||
//XXX why is this needed ? | |||
// ERROR in ./node_modules/react-map-gl/dist/esm/exports-mapbox.js 16:15-34 |
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.
Remove it ?
e35d3cd
to
ff65106
Compare
90b0859
to
58f6214
Compare
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
NO
What kind of change does this PR introduce?
feature
What is the current behavior?
network-map-viewer requires mapboxtoken
What is the new behavior (if this is a feature change)?
no more mapbox token: maplibre 3, react-map-gl 7, deckgl 8.9.18+
Does this PR introduce a breaking change or deprecate an API?
Breaks navigation control, didn't have time to fix it