Skip to content
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

add additional and higher resolution basemap types to Google Basemaps #688

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lemonjesus
Copy link

@lemonjesus lemonjesus commented Jul 15, 2022

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:

Normal
2x Scale
4x Scale

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.

GIS Scale Example

tested in Blender 3.1.2

@lemonjesus lemonjesus changed the title add additional basemap types to Google Basemaps add additional and higher resolution basemap types to Google Basemaps Jul 15, 2022
it doesn't work anyway, my map tiles are still in French for some reason.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant