MerginMaps/geodiff

API to extract WKB from geometry value

wonder-sk opened this issue · 0 comments

In diffs, values of geometry columns have geometry encoded according to GPKG spec: http://www.geopackage.org/spec/#gpb_format - the actual WKB is wrapped with some extra information.

When working with diffs in clients, it would be useful to have API call that would extract WKB from the geometry value so that the clients do not need to implement the conversion themselves.