We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bug is reproduced with using GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1]); limits!(ax, (2,3),(3,4)) and results in the following error message
using GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1]); limits!(ax, (2,3),(3,4))
ERROR: MethodError: no method matching convert_limit_attribute(::Rect2{Float64}) Closest candidates are: convert_limit_attribute(::Tuple{Any, Any}) @ Makie C:\Users\jonv\.julia\packages\Makie\fyNiH\src\makielayout\blocks\axis.jl:650 convert_limit_attribute(::Tuple{Any, Any, Any}) @ Makie C:\Users\jonv\.julia\packages\Makie\fyNiH\src\makielayout\blocks\axis3d.jl:794 convert_limit_attribute(::NTuple{4, Any}) @ Makie C:\Users\jonv\.julia\packages\Makie\fyNiH\src\makielayout\blocks\axis.jl:646 ... Stacktrace: [1] xlims!(ax::GeoAxis, xlims::Tuple{Int64, Int64}) @ GeoMakie C:\Users\jonv\.julia\packages\GeoMakie\zPSZg\src\makie-axis.jl:446 [2] limits!(ax::GeoAxis, xlims::Tuple{Int64, Int64}, ylims::Tuple{Int64, Int64}) @ GeoMakie C:\Users\jonv\.julia\packages\GeoMakie\zPSZg\src\makie-axis.jl:471 [3] top-level scope @ REPL[1]:1
The text was updated successfully, but these errors were encountered:
Is there a workaround for this issue I could use?
Sorry, something went wrong.
fix #191 #196
fde9e7e
c408ece
No branches or pull requests
The bug is reproduced with
using GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1]); limits!(ax, (2,3),(3,4))
and results in the following error message
The text was updated successfully, but these errors were encountered: