Closed andreasneumann closed 5 years ago
Facade layers cannot be loaded yet.
Example: search for "Grundnutzung (Richtplan)". I get the following error/warning message:
2019-09-25T14:52:06 WARNING Traceback (most recent call last): File "/home/bjsvwneu/.local/share/QGIS/QGIS3/profiles/default/python/plugins/solocator/core/solocator_filter.py", line 396, in parse_data_product_response self.load_layer(data, insertion_point) File "/home/bjsvwneu/.local/share/QGIS/QGIS3/profiles/default/python/plugins/solocator/core/solocator_filter.py", line 421, in load_layer crs=data['crs'], layer=ds['name'], url=ds['service_url'] KeyError: 'crs'
fixed, the CRS is actually missing for this layer type, while it is present for others. Assuming EPSG:2056, if CRS missing
Facade layers cannot be loaded yet.
Example: search for "Grundnutzung (Richtplan)". I get the following error/warning message:
2019-09-25T14:52:06 WARNING Traceback (most recent call last): File "/home/bjsvwneu/.local/share/QGIS/QGIS3/profiles/default/python/plugins/solocator/core/solocator_filter.py", line 396, in parse_data_product_response self.load_layer(data, insertion_point) File "/home/bjsvwneu/.local/share/QGIS/QGIS3/profiles/default/python/plugins/solocator/core/solocator_filter.py", line 421, in load_layer crs=data['crs'], layer=ds['name'], url=ds['service_url'] KeyError: 'crs'