domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.75k stars 1.35k forks source link

Load the geopackage data already downloaded #884

Open samstommy opened 6 months ago

samstommy commented 6 months ago

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.

domlysz commented 6 months ago

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