Michael Wittig
Michael Wittig
We have a class which inherits from XYLineAndShapeRenderer in order to override one of its methods. Snyk, our security scanner, is flagging that our class implements `equals()` but not `hashcode()`....
https://github.com/locationtech/spatial4j/blob/master/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java#L177 We are using the getBuffered method to find records that are near the record queried. It doesn't buffer across the dateline, though, so if the query record is next...
Start with this Geometry: `POLYGON ((-180 -24.5271348, -180 0.9447814, 180 0.9447814, 180 -24.5271348, -180 -24.5271348))` Pass it to a JtsGeometry, and when unwrapDateline is called during initialization, it modifies to...