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

Load the geopackage data already downloaded #884

Open
samstommy opened this issue May 3, 2024 · 1 comment
Open

Load the geopackage data already downloaded #884

samstommy opened this issue May 3, 2024 · 1 comment

Comments

@samstommy
Copy link

samstommy commented May 3, 2024

Im trying to load an island, so i zoom to fit the screen with the island and press "L";
Then i zoom to 18 for the supposed highiest quality and tilling of the area

However the downloading size is 238000 "around that size" so it takes quite a while, and the blender freezes towards the end.
I look at the bing BING_SAT_WM.gpkg and it increased about 500mb.

How could i use the geopackage file, if everytime i load the basemap for the same area i need to re-download the details or whatever it is its downloading?

Also im using the latest release of GIS with blender 3.0 when starting the basemap button, i can use/set the lat and long just cant set the zoom because its uneditable, only after its loaded i need to zoom manualy to size.

@samstommy samstommy changed the title Load the geopackacke data already downloaded Load the geopackage data already downloaded May 3, 2024
@domlysz
Copy link
Owner

domlysz commented May 3, 2024

downloaded map tiles are putted into the geopackage and reused if needed, there is no re-download.

The tiles were then assembled into a single image loaded in Blender. The image you trying to build will be composed of 238000 tiles of 256x256px, it's about 15 billons of pixels, don't be surprised if it crashes

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

No branches or pull requests

2 participants