Skip to content

Commit

Permalink
CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…129)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Anshul Singhvi <[email protected]>
  • Loading branch information
3 people authored Jan 21, 2025
1 parent 298bbbc commit 253c679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 253c679

Please sign in to comment.