<div dir="ltr"><br><br>On Wed, Jun 26, 2019 at 4:58 PM Micha Silver <<a href="mailto:tsvibar@gmail.com">tsvibar@gmail.com</a>> wrote:<br>><br>> I am trying to import some geopackage files. Some are polygons, and one is a points vector. The polygons import fine, but the point vector fails with:<br>><br>> ERROR: Detected different projections of input layers. Input layers must be<br>>        imported separately.<br>><br>><br>> Then if I convert the gpkg to a shapefile, it works fine.<br>><br>><br>> Any ideas what could be wrong? Here's the procedure, showing the problem.<br>><br><div>[...]<br></div><div>></div>> # Now The point gpkg vector:<br>><br>> ######################<br>><br>> micha@TP480:Ashalim$ ogrinfo ashalim_train_pts.gpkg ashalim_train_pts<br><div><br></div><div>are there any other layers in ashalim_train_pts.gpkg?</div><div>You can check with <br></div><div>ogrinfo -so ashalim_train_pts.gpkg</div><div><br></div>><br>> # Try import<br>><br>> micha@TP480:Ashalim$ v.import ashalim_train_pts.gpkg output=ashalim_pts --o<br>> ERROR: Detected different projections of input layers. Input layers must be<br>>        imported separately.<br>> ERROR: Detected different projections of input layers. Input layers must be<br>>        imported separately.<br>> ERROR: Unable to create location from OGR datasource<br>>        <ashalim_train_pts.gpkg><br><div><br></div><div>There must be more than one layer in ashalim_train_pts.gpkg, maybe an empty layer?<br></div><div><br></div>><br>> If anyone wants the point and polygon gpkg files to test, I can share it.<br><div><br></div><div>For testing, I would  only need the point gpkg file.<br></div><div><br></div><div>Markus M<br></div></div>