-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Remove access token #298
Remove access token #298
Conversation
Bundle size report: Size Change: -3.25 kB
ℹ️ View Details
|
@wipfli @lseelenbinder @fredj @nyurik @petr-pokorny-1 any chance for a review? There're not much here besides removing telemetry and mapbox access token... |
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.
I havent found any issues. Great job!
Looks good to me as well. Removing code that talks to mapbox servers is really a relief. Thanks for the cleanup Harel. One thing that can be improved is renaming of files. GitHub tells me for example that $ mv util/mapbox util/request_manager
$ git add util/request_manager If instead you run only $ git mv util_mapbox util/request_manager GitHub will probably show that the file was renamed and which parts were then deleted. This would make reviewing easier. Let me know if I got something wrong. |
Regarding migrating from Mapbox v1 to MapLibre v2: We recently came up with the idea that |
I think it's better this way - take a look at the top of the file of mapbox. It says that if you change it you violate their terms and conditions. So I decided to delete it and add a file instead. |
@wipfli git does not really track file moves but detects them based on similarities, so |
Beautiful, I didn't know that. |
This PR is for removing access token from the code.
This will replace #21 but the code changes are very similar.
This also fixes #216.
Replaces #293 due to merge conflicts...
maplibre-gl-js
changelog:<changelog></changelog>