Closed
Description
Is your feature request related to a problem? Please describe.
I'm using the shape file linked below. But the reader as it is now does not accept the file as ShapefileReader currently is implemented.
https://geodata.naturvardsverket.se/nedladdning/friluftsliv/Anordningar_shp.zip
Just as FYI that shape originates from Sweden's Environmental Protection Agencys open data.
Describe the solution you'd like
ShapefileReader:56 changed from transformToLatLon = CRS.findMathTransform(src, dest);
to transformToLatLon = CRS.findMathTransform(src, dest, true);
solves the issue. However not everyone will want to have it this so and option is probably needed.
Describe alternatives you've considered
n/a
Additional context
n/a