-
Notifications
You must be signed in to change notification settings - Fork 41
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
[BUG] WMS version 1.3 #332
Comments
@spasquet Thanks for pointing that out. I will put that on my list for the next release which I started working on now |
Thanks @AlexanderJuestel ! |
Since I have not been active lately due to completing (successfully) my PhD, I was planning on including a lot of fixes in the next release as GemGIS is also up for being accepted in the PyOpenSci community and I have some stuff to fix there. This may take a month or so. However, I have already pushed the changes to the |
Congrats on the PhD ! And thanks for the feedback. |
Hi,
there is a bug when using WMS 1.3 in
load_as_array
with the following code :I get the following error :
I found a workaround by modifying line 91 of
gemgis/web.py
, but there is probably a better way to generalize it.wms = owslib.wms.WebMapService(url,version='1.3.0')
I'm using gemgis 1.1.8
The text was updated successfully, but these errors were encountered: