Skip to content

Commit 1ce6d0a

Browse files
committed
use FileIO in the basemap.jl file
1 parent a8f9b49 commit 1ce6d0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/basemap.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ You do still have to provide the extent and image size, but this is substantiall
1616
1717
=#
1818

19+
using Makie: FileIO
20+
1921
"""
2022
basemap(provider::TileProviders.Provider, bbox::Extent; size, res, min_zoom_level = 0, max_zoom_level = 16)::(xs, ys, img)
2123
"""

0 commit comments

Comments
 (0)