Skip to content

Commit 27d6bbb

Browse files
authored
Merge pull request #384 from FMassin/patch-1
Transparency support
2 parents 3c2e621 + 891717f commit 27d6bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4243,6 +4243,7 @@ def arcgisimage(self,server='http://server.arcgisonline.com/ArcGIS',\
42434243
size=%s,%s&\
42444244
dpi=%s&\
42454245
format=png32&\
4246+
transparent=true&\
42464247
f=image" %\
42474248
(server,service,xmin,ymin,xmax,ymax,self.epsg,self.epsg,xpixels,ypixels,dpi)
42484249
# print URL?

0 commit comments

Comments
 (0)