Skip to content

Commit 68f7260

Browse files
committed
moved location of epsg file to pyproj
1 parent c45b048 commit 68f7260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
}
139139

140140
# create dictionary that maps epsg codes to Basemap kwargs.
141-
epsgf = open(os.path.join(basemap_datadir,'epsg'))
141+
epsgf = open(os.path.join(pyproj.pyproj_datadir,'epsg'))
142142
epsg_dict={}
143143
for line in epsgf:
144144
if line.startswith("#"):

0 commit comments

Comments
 (0)