Re: [Qgis-user] Convert .shp to CAD, with attribute values as different layers

2024-02-13 Thread Namotec, Eberbach am Neckar via QGIS-User
Maybe direct conversion with GDAL/OGR is easier.Please refer: https://gis.stackexchange.com/questions/431277/how-to-create-a-3d-dxf-from-arcgen-with-gdal-ogr2ogr ogr2ogr -dialect sqlite -sql "SELECT ID as Layer, geometry from import_polz" ^ -f "DXF" export_lin.dxf -nlt LINESTRING -dim 3 import_pol

[Qgis-user] MBTiles have wrong georeferencing

2023-04-06 Thread Namotec, Eberbach am Neckar via QGIS-User
Hi, I want to georeference a very large SQlite file (MBTiles) and include it in QGIS3. The tiles can be displayed with QGIS, but the location is not correct. What is the best strategy to georeference MBTiles? According to manual MBTiles does not accept worldfile (wld). Reference: https://gdal.