MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
167 stars 24 forks source link

use Proj.bounds to compute bounds #132

Closed simonbyrne closed 1 year ago

simonbyrne commented 1 year ago

requires https://github.com/JuliaGeo/Proj.jl/pull/72

SimonDanisch commented 1 year ago

Needs: https://github.com/MakieOrg/Makie.jl/pull/2352

simonbyrne commented 1 year ago

I fixed it by adding the conversion functions

SimonDanisch commented 1 year ago

I fixed it by adding the conversion functions

Yeah, that's certainly a quicker fix, just wanted to make sure that Makie's internal are resilient against something like that. Good to have both now, I think :)