jivan icon indicating copy to clipboard operation
jivan copied to clipboard

Error with geopackage file

Open dthib opened this issue 7 years ago • 0 comments

Hi,

Thanks for this repo which will be quite useful. I am trying to use it with my own geopackage data and I got some errors in the sql syntax to request the geopackage. Is the file supposed to have some specific constraints? I have built it using gdal/ogr. Everything works fine with the test data provided in the repo. I have attached the file with which I am facing issues.

The error I got is 2018-11-27 10:40:29 [ERROR] gpkg.go:132: err during query: SELECT coordRefSystem" ( "fid AS fid, geom AS geom, fid, kind FROM coordRefSystem l JOIN rtree_coordRefSystem_geom si ON l.coordRefSystem" ( "fid = si.id WHERE geom IS NOT NULL AND minx <= 179.99999997494382 AND maxx >= -179.99999997494382 AND miny <= 85.05112877764508 AND maxy >= -85.05112877764508 ORDER BY coordRefSystem" ( "fid - near "" ( "": syntax error

Thanks a lot for your help, Best,

Thibaut

dthib avatar Nov 27 '18 09:11 dthib