Skip to content

Commit

Permalink
use FileIO in the basemap.jl file
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jul 9, 2024
1 parent a8f9b49 commit 1ce6d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/basemap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You do still have to provide the extent and image size, but this is substantiall
=#

using Makie: FileIO

"""
basemap(provider::TileProviders.Provider, bbox::Extent; size, res, min_zoom_level = 0, max_zoom_level = 16)::(xs, ys, img)
"""
Expand Down

0 comments on commit 1ce6d0a

Please sign in to comment.