You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 errorThanks a lot for your help,
Best,
Thibaut
The text was updated successfully, but these errors were encountered: