Skip to content

Commit

Permalink
Fix GeoMakie on latest released Makie
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jun 7, 2024
1 parent a522db4 commit 063a4eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GeoMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ import GeoFormatTypes
export GeoInterface

# bring in missing Makie methods required for block definition
using Makie: make_block_docstring
if hasproperty(Makie, :make_block_docstring )
using Makie: make_block_docstring
end
# fix conflicts
import Makie: rotate! # use LinearAlgebra.rotate! otherwise

Expand Down

0 comments on commit 063a4eb

Please sign in to comment.