Skip to content

[FEATURE] Adjustment to ShapefileReader  #559

Closed
@jbellander

Description

@jbellander

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    waitingwaiting for more information before proceeding

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions