Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat!: output WKT geometry in original SRSs #20

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

redmer
Copy link
Owner

@redmer redmer commented Oct 27, 2023

Originally, WKT geometries were derived from the (WGS84) GeoJSON geometries. After finding #21, this update fixes #14 and now rdf-geopackage outputs the geometry in the original CRS.

The tool also now warns if feature geometries are not convertible to GeoJSON or WKT: these are due to unsupported types of non-linear geometries in the used libraries.

Fixes #14

@redmer redmer merged commit cc803fb into main Oct 27, 2023
@redmer redmer deleted the support-other-srss branch October 27, 2023 14:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WGS84 is the only CRS supported at output
1 participant