add additional and higher resolution basemap types to Google Basemaps #688
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added two additional types of basemaps that can be rendered from Google: Hybrid (Satellite + Map) and Terrain.
there are some other more niche map types documented here - but these probably aren't useful for basemaps. a particularly interesting one, however, is the "Terrain Only" option which seems to provide a relief map of the terrain that might work in normal maps, but I haven't tried this out. I've left it out of this PR.
additionally, I've added support for higher resolution basemaps. Google's tile server will serve scaled-up map tiles in higher resolutions:
as you can see, these provide no additional detail, but are rendered at a higher resolution before they're rasterized. this is useful if you want the detail-level of a further-out zoom level, but you need higher resolutions for zooming into said rasterized map without loss of quality.
tested in Blender 3.1.2