Open paulushub opened 5 years ago
I think at this point Proj4j doesn't support Z
coords at all. Right now it has a non used Z
ordinate and probably some day it would be implemented. Actually I think it is related to https://github.com/locationtech/proj4j/issues/20 as well.
In
ProjCoordinate
, the Z-value is not used in theequals
andhashCode
methods.