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

cannot get buildings from Get OSM #892

Open
AbdelghaniTamort opened this issue May 13, 2024 · 0 comments
Open

cannot get buildings from Get OSM #892

AbdelghaniTamort opened this issue May 13, 2024 · 0 comments

Comments

@AbdelghaniTamort
Copy link

Blender and OS versions

Blender 4.1 Windows 10 Professional

BlenderGIS v2.2.10

Describe the bug

Getting the following error when trying to import buildings from Get OSM :
image

How to Reproduce

GIS -> Web Geodata -> Get OSM -> Selecting "Nodes" then "building" -> checking "Elevation from object" and "Building Extrusion"

Error message

Python: Traceback (most recent call last):
File "C:\Users\atamort\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-2210\operators\io_import_osm.py", line 647, in execute
if len(objs) == 1 and aObj.type == 'MESH':
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'type'

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

1 participant