Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2020-08-21 Thread baswein
I too am struggling with how to use geopackages with a team. And am wondering if anyone has figured out how to keep them from being marked as changed when opened for viewing in QGIS. This is fine with small geopackages but with large ones it uses up a lot of bandwidth.

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-19 Thread Borys Jurgiel
> Hi Borys, > > Are you sure that this is also a problem with 2.x? > > If I remember correctly 2.x browser panel does not open gpkg for scanning > contents, this feature was added for 3.x. Ok, the problem with 2.18 is a bit different. It is limited to concurrent use of two QGIS instances, and

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Borys Jurgiel
Me wrote: > Bingo! Seems it's exactly the 2.18 issue. I'll backport it this afternoon > (unless you guys are faster) and ensure it helps. Ooops, not today, as I just realized I don't have GDAL 2 in my ld QGIS2 dev environment (and Qt4 in my current one). I'll sort it out before the 2.18.19

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Even Rouault
On mardi 10 avril 2018 08:11:30 CEST Richard Duivenvoorde wrote: > On 09-04-18 22:22, Even Rouault wrote: > > Or perhaps have some option in a dialog box somewhere! "I promise that I > > will not edit this file in any concurrent session, or in this session, so > > you can safely open it in DELETE

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Borys Jurgiel
Thanks a lot! Dnia wtorek, 10 kwietnia 2018 09:01:56 CEST Alessandro Pasotti pisze: > See: > > https://github.com/qgis/QGIS/commit/ 1d4c6061a8a5512092041aafea14a8a32247d046 > #diff-e89106528fe0226767dfccab355e44dc > > but I'm afraid this wasn't all of it. Bingo! Seems it's exactly the 2.18

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Borys Jurgiel
Dnia wtorek, 10 kwietnia 2018 08:11:48 CEST Alessandro Pasotti pisze: > Hi, I also faced this problem when Implementing gpkg support in the QGIS > browser panel: when the file browser scanned the folder, it opened the > gpkg, which in turn changed its file stats and made the directory watcher >

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Borys Jurgiel
> Hi Borys, > > Are you sure that this is also a problem with 2.x? > > If I remember correctly 2.x browser panel does not open gpkg for scanning > contents, this feature was added for 3.x. It doesn't show the GPKG contents, but it starts the loop (sometimes?) when scanning a directory

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Alessandro Pasotti
See: https://github.com/qgis/QGIS/commit/1d4c6061a8a5512092041aafea14a8a32247d046#diff-e89106528fe0226767dfccab355e44dc but I'm afraid this wasn't all of it. See also: https://github.com/qgis/QGIS/commit/bcb48f2bdc8f274cbc68f376489430f45e0b17d1#diff-e89106528fe0226767dfccab355e44dc On Tue,

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Nyall Dawson
On 10 April 2018 at 16:47, Alessandro Pasotti wrote: > On Tue, Apr 10, 2018 at 8:33 AM, Borys Jurgiel > wrote: >> >> Dnia wtorek, 10 kwietnia 2018 08:11:48 CEST Alessandro Pasotti pisze: >> >> >> >> > Hi, I also faced this problem when Implementing gpkg

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Alessandro Pasotti
On Tue, Apr 10, 2018 at 8:33 AM, Borys Jurgiel wrote: > Dnia wtorek, 10 kwietnia 2018 08:11:48 CEST Alessandro Pasotti pisze: > > > > > Hi, I also faced this problem when Implementing gpkg support in the QGIS > > > browser panel: when the file browser scanned the folder,

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Alessandro Pasotti
On Tue, Apr 10, 2018 at 12:07 AM, rjwillson wrote: > Thanks Even, > > It definitely doesn't sound like an easy solution. > > I wonder how others deal with it and maybe someone in the developers list > will have some ideas > > I have just been applying band aid fixes for the

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-10 Thread Richard Duivenvoorde
On 09-04-18 22:22, Even Rouault wrote: > Or perhaps have some option in a dialog box somewhere! "I promise that I will > not edit this file in any concurrent session, or in this session, so you can > safely open it in DELETE mode" ? Or spend more time digging again into the > details of sqlite

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-09 Thread rjwillson
Thanks Even, It definitely doesn't sound like an easy solution.  I wonder how others deal with it and maybe someone in the developers list will have some ideas I have just been applying band aid fixes for the last year to prevent the gpkgs from updating themselves but yesterday I discovered the

Re: [Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-09 Thread Even Rouault
On lundi 9 avril 2018 15:24:41 CEST rjwill...@gmail.com wrote: > I would really like to use and promote GeoPackage as the go to data format > in my organization but I am having the following problem that I haven't been > able to solve. > > > > When ever someone opens a Q template project that

[Qgis-user] How to Prevent GeoPackage file from updating modified date when viewed in a Qgis project when it is not being edited

2018-04-09 Thread rjwillson
I would really like to use and promote GeoPackage as the go to data format in my organization but I am having the following problem that I haven't been able to solve. When ever someone opens a Q template project that has a layer with a GeoPackage data source, the GeoPackage file (not its