BlenderGIS 2.2.8 and Blender 4.02 not loading any of the maps #867
amitchaudhary82
started this conversation in
General
Replies: 2 comments 2 replies
-
I have a very similar problem. A map appears but the system just hangs. I can scroll it around but I can't get anything to work, no tools or menus are useable in Blender as a whole once I do. The only different between our usage cases is that I am on Windows 10 and no Swagger UI. This sadly just seems like a very buggy plug-in! |
Beta Was this translation helpful? Give feedback.
1 reply
-
This will solve your problem (at least it did for me): #655 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have newly installed Blender 4.02 on my Macbook Pro (M2 version) and have installed Blender GIS pluging
Have also created the OpenTopography API key, tested with Swagger UI and connection is OK.
Now whenever I try in Blender the below steps
Create New Flle
Click on "GIS" => "Web Geodata" => "Basemap" => Google + Sattelite
now the software hangs, no layers are loaded, have to press "Esc" key to make the system come back
Have checked the Blender Logs file and it keeps saying the below
ERROR:BlenderGIS-master.core.basemaps.mapservice:885:Corrupted tile on cache
Traceback (most recent call last):
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/basemaps/mapservice.py", line 883, in getImage
img = NpImage(data)
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/georaster/npimg.py", line 122, in init
self.data = self._npFromBLOB(data)
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/georaster/npimg.py", line 242, in _npFromBLOB
data = self._npFromImgIO(img)
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/georaster/npimg.py", line 258, in _npFromImgIO
data = imageio.imread(img)
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/lib/imageio/core/functions.py", line 181, in imread
reader = read(uri, format, 'i', **kwargs)
File "/Users/amitchaudhary/Library/Application Support/Blender/4.0/scripts/addons/BlenderGIS-master/core/lib/imageio/core/functions.py", line 107, in get_reader
raise ValueError('Could not find a format to read the specified file '
ValueError: Could not find a format to read the specified file in mode 'i'
Could someone please support here as I thought it should be "plug and play" kind of a thing
Beta Was this translation helpful? Give feedback.
All reactions