Skip to content

Commit 4c638c0

Browse files
authored
Fix: use full resolution map (#11)
1 parent f38661f commit 4c638c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def main(
225225
llcrnrlon=LON_MIN,
226226
urcrnrlat=LAT_MAX,
227227
urcrnrlon=LON_MAX,
228-
resolution="h",
228+
resolution="f",
229229
ax=ax,
230230
)
231231
map.drawcoastlines()

0 commit comments

Comments
 (0)