Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Reetz, Michael (NLPV) via Qgis-user
Hello all,

it seems that nobody has an idea. I've found some tips (some of them really 
old) to install the latest ODBC-Driver from Microsoft or the SQL Server Native 
Client. First is installed, second is not supported in SQL Server 2019. Another 
tip was to rename or delete ogr_MSSPATIAL.dll but this dll isn't installed on 
my system (obviously not part of the QGIS installation package).

So, it looks as if ogr2ogr is not really helpful for me and I have to look for 
another tool.

Best regard
Michael

Von: Qgis-user  Im Auftrag von Reetz, 
Michael (NLPV) via Qgis-user
Gesendet: Mittwoch, 19. Oktober 2022 12:50
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server


ACHTUNG!! Diese E-Mail erreicht Sie von einem Absender außerhalb der 
niedersächsischen Landesverwaltungs-Infrastruktur mit TLS-Verschlüsselung. 
Bitte klicken Sie auf keine Links oder öffnen Sie keine E-Mail-Anhänge, falls 
Sie den Absender nicht kennen und nicht wissen, ob der Inhalt sicher ist.
Dear QGIS users,

we are using MS SQL Server 2019 as basis for Geoserver and GIS software. There 
are a lot of tables that have attributes of the types geometry and/or 
geography. I can load these tables into QGIS (3.22.8) projects without any 
problems.

Now I'm asked to add an geography attribute to one table that has already an 
geometry attribute and populate it with coordinates by transforming the 
geometry values. I've found code how to do this with ogr2ogr but when I run it 
I receive the error message "Unable to open datasource 'MSSQL:server=;database=;trusted_connection=yes;' with the following 
drivers". MSSQLSpatial is not listed but should be part of the ODBC driver. Any 
idea? Which driver QGIS is using?

Best regards

Michael



*
Michael Reetz
Datenbanken und Anwendungsentwicklung
Nationalpark-Verwaltung Niedersächsisches Wattenmeer
Virchowstr. 1 | 26382 Wilhelmshaven
Tel.: +49 (0) 4421 911 291
e-mail: 
michael.re...@nlpvw.niedersachsen.de
Web: https://www.nationalpark-wattenmeer.de
[cid:image001.png@01D8E46E.DFA7EF10]

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Ian Turton via Qgis-user
On Thu, 20 Oct 2022 at 09:39, Reetz, Michael (NLPV) via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> Hello all,
>
>
>
> it seems that nobody has an idea. I’ve found some tips (some of them
> really old) to install the latest ODBC-Driver from Microsoft or the SQL
> Server Native Client. First is installed, second is not supported in SQL
> Server 2019. Another tip was to rename or delete ogr_MSSPATIAL.dll but this
> dll isn’t installed on my system (obviously not part of the QGIS
> installation package).
>
>
>

To be honest many of us have been bitten by Microsoft randomly changing
things between versions and have given up on MSSQL and moved to PostGIS if
at all possible. However I have had it working in the past so keep trying,
the trick is usually to make sure you have the latest driver and are naming
it in the connection string.

Ian
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Andrea Giudiceandrea via Qgis-user

*Reetz, Michael (NLPV)*
/Thu Oct 20 01:39:42 PDT 2022/

So, it looks as if ogr2ogr is not really helpful for me and I have to look for 
another tool.


Hi Michael,
AFIAK QGIS has its own MSSQL provider since 2012, while ogr2ogr relies 
on the GDAL/OGR library to connect to an MSSQL server: have you already 
read the documentation at [1]?


I suggest you to also ask the gdal-dev mailing list [2] for help.

Best regards.

Andrea Giudiceandrea

[1] https://gdal.org/drivers/vector/mssqlspatial.html
[2] https://lists.osgeo.org/mailman/listinfo/gdal-dev___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Reetz, Michael (NLPV) via Qgis-user
Hi Andrea and Ian,

yes, I’ve read the documentation and a lot of other tips. I’ve signed in to the 
gdal-dev mailing list and will post my problem there as soon as the 
registration is done. I will post the result here if there is a solution.

Thanks and best regards

Michael

Von: Qgis-user  Im Auftrag von Andrea 
Giudiceandrea via Qgis-user
Gesendet: Donnerstag, 20. Oktober 2022 11:14
An: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server


ACHTUNG!! Diese E-Mail erreicht Sie von einem Absender außerhalb der 
niedersächsischen Landesverwaltungs-Infrastruktur mit TLS-Verschlüsselung. 
Bitte klicken Sie auf keine Links oder öffnen Sie keine E-Mail-Anhänge, falls 
Sie den Absender nicht kennen und nicht wissen, ob der Inhalt sicher ist.
Reetz, Michael (NLPV)
Thu Oct 20 01:39:42 PDT 2022


So, it looks as if ogr2ogr is not really helpful for me and I have to look for 
another tool.

Hi Michael,
AFIAK QGIS has its own MSSQL provider since 2012, while ogr2ogr relies on the 
GDAL/OGR library to connect to an MSSQL server: have you already read the 
documentation at [1]?

I suggest you to also ask the gdal-dev mailing list [2] for help.

Best regards.

Andrea Giudiceandrea

[1] https://gdal.org/drivers/vector/mssqlspatial.html
[2] https://lists.osgeo.org/mailman/listinfo/gdal-dev
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Bo Victor Thomsen via Qgis-user

Hi Michael -

1) You can get a complete windows GDAL/OGR setup from 
https://www.gisinternals.com/


2) Have you read this article : 
https://alastaira.wordpress.com/ogr2ogr-patterns-for-sql-server/


Especially the chapter about exporting data from SQL-Server.

An example:

|ogr2ogr|
|-f ||"KML"|
|"C:\temp\precincts.kml"|
|"MSSQL:server=localhost\denali;database=tempdb;trusted_connection=yes;"|
|-sql ||"SELECT prcnts_id, geog4326.STAsBinary() FROM 
precincts_reprojected"|

|-overwrite|

I have a hunch, that your problem stems from the use of both a geometry 
and a geography column in the same table. The -sql "select a,b..." might 
eliminate this problem by only including one of the geometry columns in 
the field lidst.




Med venlig hilsen / Best regards

Bo Victor Thomsen

Den 20-10-2022 kl. 13:59 skrev Reetz, Michael (NLPV) via Qgis-user:


Hi Andrea and Ian,

yes, I’ve read the documentation and a lot of other tips. I’ve signed 
in to the gdal-dev mailing list and will post my problem there as soon 
as the registration is done. I will post the result here if there is a 
solution.


Thanks and best regards

Michael

*Von:* Qgis-user  *Im Auftrag von 
*Andrea Giudiceandrea via Qgis-user

*Gesendet:* Donnerstag, 20. Oktober 2022 11:14
*An:* qgis-user@lists.osgeo.org
*Betreff:* Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

ACHTUNG!!Diese E-Mail erreicht Sie von einem Absender außerhalb der 
niedersächsischen Landesverwaltungs-Infrastruktur mit 
TLS-Verschlüsselung. Bitte klicken Sie auf keine Links oder öffnen Sie 
keine E-Mail-Anhänge, falls Sie den Absender nicht kennen und nicht 
wissen, ob der Inhalt sicher ist.


*Reetz, Michael (NLPV)*
/Thu Oct 20 01:39:42 PDT 2022/



So, it looks as if ogr2ogr is not really helpful for me and I have
to look for another tool.


Hi Michael,
AFIAK QGIS has its own MSSQL provider since 2012, while ogr2ogr relies 
on the GDAL/OGR library to connect to an MSSQL server: have you 
already read the documentation at [1]?


I suggest you to also ask the gdal-dev mailing list [2] for help.

Best regards.

Andrea Giudiceandrea

[1] https://gdal.org/drivers/vector/mssqlspatial.html 

[2] https://lists.osgeo.org/mailman/listinfo/gdal-dev 




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info:https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe:https://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Reetz, Michael (NLPV) via Qgis-user
Hi Bo,

thank you for the links. I’ve tried some examples from 
https://alastaira.wordpress.com/ogr2ogr-patterns-for-sql-server/ and others but 
all tests starting with MSSQL throw an error, even if I just query a simple 
table with only one geometry attribute. The pattern that I’ve used is from this 
page: 
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/335d3f6b-11f4-4e02-8d6d-b49cb59ed98d/using-ogr2ogr-to-reproject-within-a-sql-table?forum=sqlspatial.
 It is from 2012 but should still work.

One of my problems with software is that I’m not allowed to install anything. 
We have a central department that cares for thousands of computers with the 
focus on standardization and security issues. If I want to have installed 
something, I have to order it, than a package will be produced and tested and 
after weeks or months it will be provided in the software center of my 
computer. So I was happy to have QGIS installed that brings some GDAL features 
with it.

Maybe the GDAL-DEV group will tell me that I’ll have to make a complete 
install. Than it will take some time.

Best regards
Michael



Von: Qgis-user  Im Auftrag von Bo Victor 
Thomsen via Qgis-user
Gesendet: Donnerstag, 20. Oktober 2022 14:36
An: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server


ACHTUNG!! Diese E-Mail erreicht Sie von einem Absender außerhalb der 
niedersächsischen Landesverwaltungs-Infrastruktur mit TLS-Verschlüsselung. 
Bitte klicken Sie auf keine Links oder öffnen Sie keine E-Mail-Anhänge, falls 
Sie den Absender nicht kennen und nicht wissen, ob der Inhalt sicher ist.

Hi Michael -

1) You can get a complete windows GDAL/OGR setup from 
https://www.gisinternals.com/

2) Have you read this article : 
https://alastaira.wordpress.com/ogr2ogr-patterns-for-sql-server/

Especially the chapter about exporting data from SQL-Server.

An example:

ogr2ogr

-f "KML"

"C:\temp\precincts.kml"

"MSSQL:server=localhost\denali;database=tempdb;trusted_connection=yes;"

-sql "SELECT prcnts_id, geog4326.STAsBinary() FROM precincts_reprojected"

-overwrite

I have a hunch, that your problem stems from the use of both a geometry and a 
geography column in the same table. The -sql "select a,b..." might eliminate 
this problem by only including one of the geometry columns in the field lidst.





Med venlig hilsen / Best regards



Bo Victor Thomsen


Den 20-10-2022 kl. 13:59 skrev Reetz, Michael (NLPV) via Qgis-user:
Hi Andrea and Ian,

yes, I’ve read the documentation and a lot of other tips. I’ve signed in to the 
gdal-dev mailing list and will post my problem there as soon as the 
registration is done. I will post the result here if there is a solution.

Thanks and best regards

Michael

Von: Qgis-user 
 
Im Auftrag von Andrea Giudiceandrea via Qgis-user
Gesendet: Donnerstag, 20. Oktober 2022 11:14
An: qgis-user@lists.osgeo.org
Betreff: Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server


ACHTUNG!! Diese E-Mail erreicht Sie von einem Absender außerhalb der 
niedersächsischen Landesverwaltungs-Infrastruktur mit TLS-Verschlüsselung. 
Bitte klicken Sie auf keine Links oder öffnen Sie keine E-Mail-Anhänge, falls 
Sie den Absender nicht kennen und nicht wissen, ob der Inhalt sicher ist.
Reetz, Michael (NLPV)
Thu Oct 20 01:39:42 PDT 2022


So, it looks as if ogr2ogr is not really helpful for me and I have to look for 
another tool.

Hi Michael,
AFIAK QGIS has its own MSSQL provider since 2012, while ogr2ogr relies on the 
GDAL/OGR library to connect to an MSSQL server: have you already read the 
documentation at [1]?

I suggest you to also ask the gdal-dev mailing list [2] for help.

Best regards.

Andrea Giudiceandrea

[1] https://gdal.org/drivers/vector/mssqlspatial.html
[2] https://lists.osgeo.org/mailman/listinfo/gdal-dev



___

Qgis-user mailing list

Qgis-user@lists.osgeo.org

List info: https://lists.osgeo.org/mailman/listinfo/qgis-user

Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Jürgen E . Fischer via Qgis-user
Hi Michael,

On Wed, 19. Oct 2022 at 10:49:35 +, Reetz, Michael (NLPV) via Qgis-user 
wrote:
> we are using MS SQL Server 2019 as basis for Geoserver and GIS software.
> There are a lot of tables that have attributes of the types geometry and/or
> geography. I can load these tables into QGIS (3.22.8) projects without any
> problems.

QGIS has a native MSSQL provider and doesn't need GDAL/OGR with MSSQL support.
But you can install gdal-mss (from OSGeo4W setup; also included in the
standalone) to add that.

> Now I'm asked to add an geography attribute to one table that has already an
> geometry attribute and populate it with coordinates by transforming the
> geometry values

I would have thought that would be a two liner in SQL.  But I wasn't awar that
MSSQL doesn't have st_transform - if that's still the case.  But you can also
do the second step in QGIS.

Suppose you have a table foo with a geometry column, via browser add a
geography column using execute SQL:

ALTER TABLE foo ADD geog geography

Add the layer with the original geometry column and execute in field calculator 
to the
geog field:

geom_to_wkt(transform($geometry, 'EPSG:25832', 'EPSG:4326'))


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread Jürgen E . Fischer via Qgis-user
Hi,

On Thu, 20. Oct 2022 at 16:29:02 +0200, Jürgen E. Fischer wrote:
> QGIS has a native MSSQL provider and doesn't need GDAL/OGR with MSSQL support.
> But you can install gdal-mss (from OSGeo4W setup; also included in the
> standalone) to add that.

BTW that's probably new in OSGeo4W since the switch to GDAL 3.5.  Earlier
MSSQL support was also built in and the plugin would just add support for bulk
copy.


Jürgen
 
-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  Germany IRC: jef on Libera|OFTC


signature.asc
Description: PGP signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ogr2ogr doesn't connect to MS SQL Server

2022-10-20 Thread chris hermansen via Qgis-user
Michael and list,

I don't use Microsoft SQL Server, so not speaking from experience here but
this doesn't help?

https://gdal.org/drivers/vector/mssqlspatial.html

On Thu, Oct 20, 2022 at 1:40 AM Reetz, Michael (NLPV) via Qgis-user <
qgis-user@lists.osgeo.org> wrote:

> Hello all,
>
>
>
> it seems that nobody has an idea. I’ve found some tips (some of them
> really old) to install the latest ODBC-Driver from Microsoft or the SQL
> Server Native Client. First is installed, second is not supported in SQL
> Server 2019. Another tip was to rename or delete ogr_MSSPATIAL.dll but this
> dll isn’t installed on my system (obviously not part of the QGIS
> installation package).
>
>
>
> So, it looks as if ogr2ogr is not really helpful for me and I have to look
> for another tool.
>
>
>
> Best regard
>
> Michael
>
>
>
> *Von:* Qgis-user  *Im Auftrag von *Reetz,
> Michael (NLPV) via Qgis-user
> *Gesendet:* Mittwoch, 19. Oktober 2022 12:50
> *An:* qgis-user@lists.osgeo.org
> *Betreff:* [Qgis-user] ogr2ogr doesn't connect to MS SQL Server
>
>
>
> ACHTUNG!! Diese E-Mail erreicht Sie von einem Absender außerhalb der
> niedersächsischen Landesverwaltungs-Infrastruktur mit TLS-Verschlüsselung.
> Bitte klicken Sie auf keine Links oder öffnen Sie keine E-Mail-Anhänge,
> falls Sie den Absender nicht kennen und nicht wissen, ob der Inhalt sicher
> ist.
>
> Dear QGIS users,
>
>
>
> we are using MS SQL Server 2019 as basis for Geoserver and GIS software.
> There are a lot of tables that have attributes of the types geometry and/or
> geography. I can load these tables into QGIS (3.22.8) projects without any
> problems.
>
>
>
> Now I’m asked to add an geography attribute to one table that has already
> an geometry attribute and populate it with coordinates by transforming the
> geometry values. I’ve found code how to do this with ogr2ogr but when I run
> it I receive the error message “Unable to open datasource ‘MSSQL:server= server IP>;database=;trusted_connection=yes;' with the
> following drivers”. MSSQLSpatial is not listed but should be part of the
> ODBC driver. Any idea? Which driver QGIS is using?
>
>
>
> Best regards
>
>
>
> Michael
>
>
>
>
>
>
>
> *
>
> Michael Reetz
>
> Datenbanken und Anwendungsentwicklung
> Nationalpark-Verwaltung Niedersächsisches Wattenmeer
> Virchowstr. 1 | 26382 Wilhelmshaven
> Tel.: +49 (0) 4421 911 291
> e-mail: michael.re...@nlpvw.niedersachsen.de
> 
> Web: https://www.*nationalpark-wattenmeer.de
> *
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>


-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] graduated symbology classes update

2022-10-20 Thread Hugh Kelley via Qgis-user
Hi all,

Just wondering if anyone has a fix for a minor annoyance.

When using graduated symbology, if I want to change the number of classes
from the default 5 to something else, there's an easy field to update. If
I'm changing it to a double digit number, or changing a double digit number
to a different double digit number, the number of classes is updated as
soon as I make the first key stroke.

for example to turn 10 into 15, QGIS calculates 10 -> 1 -> 15.

I can turn off automatic updating of the map which saves some time, but it
still needs to calculate the class breaks.

Just wondering whether there's a fix I'm not seeing or whether it's worth
logging an issue about.

This is on 3.22.

image of the graduated symbology interface in case it clarifies what I'm
talking about.

thanks
Hugh
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Georeferencer issue

2022-10-20 Thread Lester Anderson via Qgis-user
Hello all,

I have been trying to georeference a ~20Mb image but it will not process to
completion, progress stalls at 4%. Is there a size limit for a file? Or is
this a bug?

QGIS 3.24.3 Tisler

Lester
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] graduated symbology classes update

2022-10-20 Thread Hugh Kelley via Qgis-user
oops here's the image.

https://imgur.com/a/cKBIRSF

On Thu, Oct 20, 2022 at 11:53 AM Hugh Kelley  wrote:

> Hi all,
>
> Just wondering if anyone has a fix for a minor annoyance.
>
> When using graduated symbology, if I want to change the number of classes
> from the default 5 to something else, there's an easy field to update. If
> I'm changing it to a double digit number, or changing a double digit number
> to a different double digit number, the number of classes is updated as
> soon as I make the first key stroke.
>
> for example to turn 10 into 15, QGIS calculates 10 -> 1 -> 15.
>
> I can turn off automatic updating of the map which saves some time, but it
> still needs to calculate the class breaks.
>
> Just wondering whether there's a fix I'm not seeing or whether it's worth
> logging an issue about.
>
> This is on 3.22.
>
> image of the graduated symbology interface in case it clarifies what I'm
> talking about.
>
> thanks
> Hugh
>
>

-- 
Hugh Kelley
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Georeferencer issue

2022-10-20 Thread Andrea Giudiceandrea via Qgis-user

*Lester Anderson*
/Thu Oct 20 08:55:50 PDT 2022/

I have been trying to georeference a ~20Mb image but it will not process to
completion, progress stalls at 4%. Is there a size limit for a file? Or is
this a bug?
QGIS 3.24.3 Tisler


Hi Lester.
QGIS 3.24 is an old version no longer supported.
Anyway, have you tried if the georeferencing procedure also fails using 
a new QGIS user profile?
What are the properties of the the image to georeference (dimension in 
pixels, resolution, extent, CRS) and what are the Georeferencer option 
used for the output?
Could you share the image file, the GCPs and the georeferencing option 
used, in order to check if the issue also occurs on other systems?


Best regards.

Andrea Giudiceandrea___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user