Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Deprecate Requirement #69 #234

Closed
jyutzler opened this issue Aug 2, 2016 · 3 comments
Closed

Deprecate Requirement #69 #234

jyutzler opened this issue Aug 2, 2016 · 3 comments
Milestone

Comments

@jyutzler
Copy link
Contributor

jyutzler commented Aug 2, 2016

http://www.geopackage.org/spec/#_requirement-69

The SWG determined that it is not possible to comply with this requirement and that it needs to be deprecated.

@jyutzler jyutzler added this to the post-1.1 milestone Aug 2, 2016
@jyutzler jyutzler mentioned this issue Aug 2, 2016
4 tasks
@cclark1984
Copy link
Contributor

It is difficult, if not impossible, to comply with Req 69 "SQL functions that operate on GeoPackageBinary geometries as specified in other extensions SHALL operate correctly on the non-linear geometries specified in this extension." because the functions could have been loaded via an extension such SpatiaLite which cannot be changed, and does not support the non-linear geometries. The removal of this requirement will allow for interoperable storage and retrieval of the geometries, while not requiring but allowing existing functions to work with the geometries.

@pepijnve
Copy link
Contributor

Dropping that requirement may cause issues when using non-linear geometry in combination with the spatial index extension since that requires triggers that call ST_Min/MaxX/Y.
In other words, if you drop that requirement then interoperable reading will work; interoperable writing (insert/update of a non-linear geometry into a geopackage created by someone else) may not.

jyutzler added a commit to jyutzler/geopackage that referenced this issue Aug 23, 2016
@jyutzler jyutzler mentioned this issue Aug 23, 2016
@jyutzler
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants