-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping: Improve docs and update outdated references to point to…
… MapLibre (#330) This PR does quite some housekeeping in updating outdated references from mapbox to maplibre, mostly in doc comments in the web sub-package. - updated documentation: - especially added new docs for the maplibre_gl library and MaplibreMapControler and MaplibreMap, as well as removing outdated comments in many places and adding some new ones to help new users better understand the plugin - the updates for the web documentation comments were also mostly done with a series of replace-all, sometimes manually updated to reflect the online API reference of MapLibre JS - the only "code changes" are a couple of (simple) renamings: - main plugin: renamed src/mapbox_map.dart to src/maplibre_map.dart - main plugin: renamed MapboxColorConversion to MapLibreColorConversion - main plugin: maplibreGlPlatform variable (the class was already renamed in the past) in controller.dart - main plugin: _MaplibreMapOptions class - web: "library maplibre" at the top of most files - web: MapboxMapJsImpl to MapLibreMapJsImpl - web: MapboxMapOptionsSink to MapLibreMapOptionsSink 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).
- Loading branch information
Showing
79 changed files
with
980 additions
and
1,037 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.