jxmapviewer2
jxmapviewer2 copied to clipboard
Fix offset error with Graphics2D translate
Fixes the error when displaying elements at high zoom levels. It looks like a rounding error, but I don't think it is.
dx: -35180458 (int)
dx: -35180458,000000000000 (computed as double)
Unfortunately, this is a breaking change for WaypointRenderer
implementations.
Fixes #115