Commit b2fa579
committed
Corrects the following error:
.7/site-packages/mpl_toolkits/basemap/__init__.py", line 4358, in wmsimage
return self.imshow(imread(io.BytesIO(urllib2.urlopen(img.url).read()),
AttributeError: 'ResponseWrapper' object has no attribute 'url'
It might have something to do with an owslib update1 parent 89508c8 commit b2fa579
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4409 | 4409 | | |
4410 | 4410 | | |
4411 | 4411 | | |
4412 | | - | |
| 4412 | + | |
4413 | 4413 | | |
4414 | 4414 | | |
4415 | 4415 | | |
| |||
0 commit comments