Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Nov 19:39
· 2 commits to main since this release
49e7015

Patch Changes

  • e3a42c9: Fix GeoSPARQL-flavored WKT support

    In 1.1.0, the GeoSPARQL support would parse the IRI-style SRS
    identifiers, but did not flip coordinates according to the spec.
    This update does swap coordinates for 4326, and relies on the user
    to handle non 4326-projections. This will require some custom code
    because proj4 does not support the GeoSPARQL style, or a non-proj4
    projection library that does support IRIs (which I have not found).