You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "jqvmap.py", line 575, in
processor.process()
File "jqvmap.py", line 478, in process
getattr(self, action['name'])( action, self.data_sources.get(".") )
File "jqvmap.py", line 482, in read_data
self.data_sources["."].load_data()
File "jqvmap.py", line 247, in load_data
self.layer = self.source.GetLayer(0)
AttributeError: 'NoneType' object has no attribute 'GetLayer'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "jqvmap.py", line 575, in
processor.process()
File "jqvmap.py", line 478, in process
getattr(self, action['name'])( action, self.data_sources.get(".") )
File "jqvmap.py", line 482, in read_data
self.data_sources["."].load_data()
File "jqvmap.py", line 247, in load_data
self.layer = self.source.GetLayer(0)
AttributeError: 'NoneType' object has no attribute 'GetLayer'
The text was updated successfully, but these errors were encountered: