Re: [Qgis-user] Automatically force reload layer from source (geojson)

2019-11-22 Thread Olivier Dalang
Hah !! Indeed ! F5 works as you say... No idea how I missed this !

Thanks !! :-)

However, geojsons don't update here (win 10) without F5, even when panning.
It would be nice to be able to disable cache completely per layer, and/or
allow to have "refresh layer at interval" also reload from source. What do
you think? Should I open a feature request ?

Cheers,

Olivier



On Fri, 22 Nov 2019 at 23:32, Mike Flannigan  wrote:

>
> That is correct.  On Win7 I just zoomed in or out
> after the file was revised and it updated to the
> new geoj immediately.  I did not try F5, but that
> should work also.
>
> I am now on Linux Mint.  Let me know if you want
> me to check it on this system.
>
>
> Mike
>
>
> On 11/22/19 2:00 PM, qgis-user-requ...@lists.osgeo.org wrote:
>
> Date: Fri, 22 Nov 2019 14:38:33 +0100
> From: Richard Duivenvoorde  
> To: Olivier Dalang  , 
> qgis-user
>
> Subject: Re: [Qgis-user] Automatically force reload layer from source
>   (geojson)
>
>
> Hi Olivier,
>
> Does F5 (refresh, from menu 'View/Refresh') not work?
>
> I thought that when I had an (live changing) online geojson source, (and
> added as url), I could easily 'reload' fresh data via F5
>
> Not working for you?
>
> Regards,
>
> Richard Duivenvoorde
>
>
>
> On 22/11/2019 14.12, Olivier Dalang wrote:
>
> Dear list,
>
> Currently, when I load a geojson into QGIS, and modify the geojson file
> using an other software, the change isn't reflected in QGIS. The only
> way to reflect the change is to re-add the layer, or to run
> `iface.activeLayer().dataProvider().forceReload()` in the python console.
>
> I see could find neither a button or menu to trigger a reload manually,
> nor the option to do it automatically, nor a way to disable caching of
> such layers (which anyway would be suitable for very small layers only).
>
> Ideally, I was looking for an option like the "refresh layer at
> interval" options from the layer properties>rendering dialog (that
> option seems to just re-render the file, without reloading it, so that
> it doesn't work for my purpose).
>
> Thanks !
>
> Olivier
>
>
> ___
> 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] Automatically force reload layer from source (geojson)

2019-11-22 Thread Mike Flannigan


That is correct.  On Win7 I just zoomed in or out
after the file was revised and it updated to the
new geoj immediately.  I did not try F5, but that
should work also.

I am now on Linux Mint.  Let me know if you want
me to check it on this system.


Mike


On 11/22/19 2:00 PM, qgis-user-requ...@lists.osgeo.org wrote:

Date: Fri, 22 Nov 2019 14:38:33 +0100
From: Richard Duivenvoorde
To: Olivier Dalang, qgis-user

Subject: Re: [Qgis-user] Automatically force reload layer from source
(geojson)


Hi Olivier,

Does F5 (refresh, from menu 'View/Refresh') not work?

I thought that when I had an (live changing) online geojson source, (and
added as url), I could easily 'reload' fresh data via F5

Not working for you?

Regards,

Richard Duivenvoorde



On 22/11/2019 14.12, Olivier Dalang wrote:

Dear list,

Currently, when I load a geojson into QGIS, and modify the geojson file
using an other software, the change isn't reflected in QGIS. The only
way to reflect the change is to re-add the layer, or to run
`iface.activeLayer().dataProvider().forceReload()` in the python console.

I see could find neither a button or menu to trigger a reload manually,
nor the option to do it automatically, nor a way to disable caching of
such layers (which anyway would be suitable for very small layers only).

Ideally, I was looking for an option like the "refresh layer at
interval" options from the layer properties>rendering dialog (that
option seems to just re-render the file, without reloading it, so that
it doesn't work for my purpose).

Thanks !

Olivier


___
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-it-user] QGIS 3.10 (v. GDAL 3) e pannello "Select Transformation"

2019-11-22 Thread Luca Bellani
Certamente Andre. Avevi ragione.
Ieri ho messo il mio commento nel issue.
https://github.com/qgis/QGIS/issues/32795

Grazie!



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Automatically force reload layer from source (geojson)

2019-11-22 Thread Richard Duivenvoorde
Hi Olivier,

Does F5 (refresh, from menu 'View/Refresh') not work?

I thought that when I had an (live changing) online geojson source, (and
added as url), I could easily 'reload' fresh data via F5

Not working for you?

Regards,

Richard Duivenvoorde



On 22/11/2019 14.12, Olivier Dalang wrote:
> Dear list,
> 
> Currently, when I load a geojson into QGIS, and modify the geojson file
> using an other software, the change isn't reflected in QGIS. The only
> way to reflect the change is to re-add the layer, or to run
> `iface.activeLayer().dataProvider().forceReload()` in the python console.
> 
> I see could find neither a button or menu to trigger a reload manually,
> nor the option to do it automatically, nor a way to disable caching of
> such layers (which anyway would be suitable for very small layers only).
> 
> Ideally, I was looking for an option like the "refresh layer at
> interval" options from the layer properties>rendering dialog (that
> option seems to just re-render the file, without reloading it, so that
> it doesn't work for my purpose).
> 
> Thanks !
> 
> Olivier
> 
> ___
> 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

[Qgis-user] Automatically force reload layer from source (geojson)

2019-11-22 Thread Olivier Dalang
Dear list,

Currently, when I load a geojson into QGIS, and modify the geojson file
using an other software, the change isn't reflected in QGIS. The only way
to reflect the change is to re-add the layer, or to run
`iface.activeLayer().dataProvider().forceReload()` in the python console.

I see could find neither a button or menu to trigger a reload manually, nor
the option to do it automatically, nor a way to disable caching of such
layers (which anyway would be suitable for very small layers only).

Ideally, I was looking for an option like the "refresh layer at interval"
options from the layer properties>rendering dialog (that option seems to
just re-render the file, without reloading it, so that it doesn't work for
my purpose).

Thanks !

Olivier
___
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-it-user] QGIS 3.10 (v. GDAL 3) e pannello "Select Transformation"

2019-11-22 Thread andreaerdna
Giovanni Pasini wrote
> Buongiorno,
> ho appena aggiornato qgis alla versione 3.10 su debian testing e
> durante il log dell'installazione compare questo messaggio:
> 
> [...]
>> Configurazione di qgis-providers (1:3.10.0+99unstable)...
>> Could not execute: INSERT INTO tbl_srs(srs_id,
>> description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated)

Questo particolare problema è stato segnalato da altri utenti anche nella
mailing list degli sviluppatori:

http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-QGIS-install-after-compile-120-CRS-could-not-be-updated-td5422511.html

Non dovrebbe essere la causa dei problemi riportati in questo thread, ma
probabilmente entrambi hanno una causa comune: il passaggio a
PROJ.6/GDAL3...

A presto.

Andrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] GFOSS Italia Sustaining members di QGIS.org

2019-11-22 Thread Giacomo Fontanelli
Ottimo, grazie Totò

Giacomo

Il giorno mer 13 nov 2019 alle ore 16:42 Studio Multiservice s.s. <
studio.multiservice.mant...@gmail.com> ha scritto:

>
> OK, grazie Salvatore.
>
> Attendo le news allora.
>
> A presto
>
> Alberto
>
>
> Il giorno mer 13 nov 2019 alle ore 09:00 Totò 
> ha scritto:
>
>> Ciao,
>> a breve, tramite gfoss.it, faremo delle campagne per raccogliere fondi da
>> destinare allo sviluppo di plugin o aggiunta di nuove feature nel core di
>> QGIS.
>>
>> Purtroppo solo gfoss.it puo' raccogliere fondi in italia, quindi se vuoi
>> destinare il tuo contributo per sviluppi italiani aspetta l'avvio delle
>> campagna, altrimenti fai una donazione libera all'indirizzo che hai
>> trovato.
>>
>> Per favore Stefano Campus correggimi se ho scritto fesserie.
>>
>> ciao
>>
>>
>>
>> -
>> https://pigrecoinfinito.wordpress.com/
>> --
>> Sent from:
>> http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
>> ___
>> QGIS-it-user mailing list
>> QGIS-it-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>>
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] QGIS 3.10 (v. GDAL 3) e pannello "Select Transformation"

2019-11-22 Thread Giovanni
Buongiorno,
ho appena aggiornato qgis alla versione 3.10 su debian testing e
durante il log dell'installazione compare questo messaggio:

[...]
> Configurazione di qgis-providers (1:3.10.0+99unstable)...
> Could not execute: INSERT INTO tbl_srs(srs_id,
> description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated)
> VALUES (6, 'Camacupa 2015','longlat','','+proj=longlat
> +a=6378249.145 +rf=293.465
> +towgs84=-93.799,-132.737,-219.073,-1.844,0.648,-6.37,-0.169
> +no_defs',52000,'EPSG','8694',1,0) [UNIQUE constraint failed:
> tbl_srs.srs_id/UNIQUE constraint failed: tbl_srs.srs_id]
> 
> Could not execute: INSERT INTO tbl_srs(srs_id,
> description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated)
> VALUES (60001, 'RSAO13','geocent','GRS80','+proj=geocent +ellps=GRS80
> +units=m +no_defs',52001,'EPSG','8697',0,0) [UNIQUE constraint
> failed: tbl_srs.srs_id/UNIQUE constraint failed: tbl_srs.srs_id]
> 
> [...]
> 
> Could not execute: INSERT INTO tbl_srs(srs_id,
> description,projection_acronym,ellipsoid_acronym,parameters,srid,auth_name,auth_id,is_geo,deprecated)
> VALUES (60119, 'Hartebeesthoek94 / ZAF BSU Albers
> 44E','aea','WGS84','+proj=aea +lat_0=-42 +lon_0=44 +lat_1=-34
> +lat_2=-50 +x_0=120 +y_0=130 +ellps=WGS84
> +towgs84=0,0,0,0,0,0,0 +units=m
> +no_defs',52119,'EPSG','9222',0,0) [UNIQUE constraint failed:
> tbl_srs.srs_id/UNIQUE constraint failed: tbl_srs.srs_id]
> 
> 120 CRSs could not be updated.

Non so se è correlato al problema che sollevi te oppure non c'entra
nulla.

Nonostante questi avvertimenti all'apertura di QGIS non ottengo nessun
errore e anche un progetto precedente si apre apparentemente senza
problemi. Probabilmente non ho problemi perché non vengono richieste
certe proiezioni...

Saluti,
Giovanni

Il giorno Thu, 21 Nov 2019 08:20:24 -0700 (MST)
andreaerdna  ha scritto:

> Luca Bellani wrote
> > non trova la trasformazione tra 6372 e 4326  
> 
> Ciao Luca,
> Questo è un altro problema, rispetto a quello segnalato inizialmente.
> 
> Relativamente a questo problema mi pare ci siano già varie
> segnalazioni su GitHub:
> 
> https://github.com/qgis/QGIS/issues/32795
> https://github.com/qgis/QGIS/issues/32919
> https://github.com/qgis/QGIS/issues/32973
> https://github.com/qgis/QGIS/issues/30569
> ...
> 
> Nel frattempo che venga trovata una soluzione, potresti aggiungere il
> tuo problema come commento al primo bugreport...
> 
> A presto.
> 
> Andrea
> 
> 
> 
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___ QGIS-it-user mailing
> list QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user