maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
186 stars 106 forks source link

Housekeeping: Improve docs and update outdated references to point to MapLibre #330

Closed m0nac0 closed 7 months ago

m0nac0 commented 7 months ago

This PR does quite some housekeeping in updating outdated references from mapbox to maplibre, mostly in doc comments in the web sub-package.

This obviously seems like a quite huge PR, but I think for the review it is sufficient to take a short look at the simple renamings (they are in separate commits and were done with IDE tooling) and maybe a cursory look at the doc comments. The web documentation changes are quite unspectacular and probably barely anyone ever looks at the web-plugin docs, but I think we needed to do this housekeeping at some point.

All renamings were done only with the IDE renaming function. There are no functional changes and no changes in the public API, only some internal renamings and updated doc comments. (This can also be seen by the fact that the example app needs no updates, only two internal variables were renamed).

Nearly all remaining references to mapbox are in the android or ios directories.