Skip to content
Snippets Groups Projects
Commit 82f5bfdd authored by Rudolf, Michael's avatar Rudolf, Michael
Browse files

"really fixed"

parent 4244d61c
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ def wms_in_gdf_boundary(
] # use only a reduced set where the bounds are supplied
elif hasattr(lyr, "crsOptions"):
lyr_crsopts = [
v[-1] for v in lyr.crs_list if v[-1].startswith("EPSG:")
v[-1] for v in lyr.crsOptions if v[-1].startswith("EPSG:")
]
else:
raise AttributeError("Check the WMS layer crs attribute!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment