Skip to content

Commit

Permalink
Merge branch 'main' into polygon_performance
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Apr 2, 2024
2 parents a7e0489 + ab5286b commit 84a2939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ for test in test_tuples
# missing and MultiPatch are not covered by the GeoInterface
if !(test.geomtype <: Union{Missing,Shapefile.MultiPatch})
@test GeoInterface.coordinates.(shp.shapes) == test.coordinates
# Run this a second time to test caching
@test GeoInterface.coordinates.(shp.shapes) == test.coordinates
end
ext = test.extent
@test shp.header.MBR == Shapefile.Rect(ext.X[1], ext.Y[1], ext.X[2], ext.Y[2])
Expand Down

0 comments on commit 84a2939

Please sign in to comment.