-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Google map tiles * Remove googlemaps dependency * Fix name and attribution * Add name variations * Add Google map tiles to basemap list * Add support for returning all map types as a dict * Use Google Roadmap by default if API Key is available * Make gmap tiles available in core module * Fix docs build error * Remove Google Traffic and Streetview * Set line wrap for docstrings * Improve google_maps_api_key function * Add GoogleMapsTileProvider class * Add backward compatibility for map alias * Fix add_basemap Google tiles issue * Reduce dependencies on hardcoded map name prefixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Allow basemap as a string --------- Co-authored-by: Nathaniel Schmitz <schmitznathaniel@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b115dfb
commit 500c7b7
Showing
5 changed files
with
217 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,3 +125,4 @@ ENV/ | |
# IDE settings | ||
.vscode/ | ||
docs/changelog_update.py | ||
oryx-build-commands.txt |
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