diff --git a/Project.toml b/Project.toml index dec56d8..ae9e037 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ HTTP = "1" ImageIO = "0.6" LRUCache = "1" LinearAlgebra = "1" -Makie = "0.21.6" +Makie = "0.21.6, 0.22" MapTiles = "1" OrderedCollections = "1" PointClouds = "0.3" diff --git a/test/runtests.jl b/test/runtests.jl index a054cad..ceeac47 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -35,7 +35,7 @@ display(m) # Tyler.MapTiles.project(b, from, to) # end ≈ Extents.extent(london) @test Extents.extent(m) isa Extents.Extent - @test GeoInterface.crs(m) == Tyler.MapTiles.WebMercator() + @test GeoInterface.crs(m) isa Tyler.MapTiles.WebMercator end @testset "NamedTuple axis syntax" begin