Wrong arguments for equals()
ggmuelle opened this issue · 1 comments
ggmuelle commented
In
a CRS is compared to a boolean. I guess it needs to be like this:return Objects.equals(crs, other.getCoordinateReferenceSystem())
desruisseaux commented
Indeed, thanks for spotting that! I just pushed the fix.