Re: [Qgis-user] Referer

2020-02-21 Per discussione Jonathan Moules

Hi Christoph,

What do you mean by "where will this referer be displayed"? I'm guessing 
this is the HTTP referer in which case it's probably going to be sent as 
a HTTP Header with every request WMS/XYZ request that QGIS is making to 
the server (what I'd expect anyway). I guess this is useful because for 
"security" reasons some servers only respond to specific referers. The 
server operator will see it in their logs but otherwise it's going to be 
invisible.


Cheers,

Jonathan

On 18/02/2020 14:04, Christoph Jung wrote:

Hello everybody,

When configuring a new WMS or XYZ connection, I can insert a referer. Where 
will this referer be displayed?

Sincerely,
Christoph
___
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-it-user] Visibility analysis

2020-02-21 Per discussione Maria Teresa Masaniello
Grazie a tutti, lunedì vi farò sapere, non ho io file con me purtroppo

Il ven 21 feb 2020, 21:11 Studio Multiservice s.s. <
studio.multiservice.mant...@gmail.com> ha scritto:

> Controlla meglio il SR di genesi (nei metadati) del raster dtm, magari ti
> trasforma i quadrati in rombi per una riproiezione al volo errata (causa SR
> incorretto assegnato).
> Se ho capito bene
>
> Fai sapere e buon lavoro
> Alberto
>
> Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello <
> masaniello.mariater...@gmail.com> ha scritto:
>
>> Ciao,
>>
>> ho bisogno di fare la mappa di intervisibilità di un impianto eolico.
>>
>> Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
>> proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
>> stesso sistema di riferimento dello shapefile, come nella seguente figura:
>>
>>
>> [image: image.png]
>> Tuttavia l'algoritmo emette il seguente errore:
>>
>> **
>> ERROR!
>> Raster pixels are irregular in shape (probably due to incorrect
>> projection)!
>>
>> Traceback (most recent call last):
>> File "C:/Users/Ufficio
>> Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
>> line 213, in processAlgorithm
>> raise QgsProcessingException(err)
>> _core.QgsProcessingException:
>> **
>> ERROR!
>> Raster pixels are irregular in shape (probably due to incorrect
>> projection)!
>>
>>
>> Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
>> del raster sono uguali.
>> Può essere il file di origine del dtm?
>> Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che
>> mi interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
>> Può essere che non estraendolo da un vero e proprio raster, renda
>> incompatibile il dtm che utilizzo per la visibility analysis?
>> Se così è, potreste consigliarmi come risolvere il problema?
>> Grazie!!
>>
>>
>>
>> ___
>> 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] Visibility analysis

2020-02-21 Per discussione Studio Multiservice s.s.
Controlla meglio il SR di genesi (nei metadati) del raster dtm, magari ti
trasforma i quadrati in rombi per una riproiezione al volo errata (causa SR
incorretto assegnato).
Se ho capito bene

Fai sapere e buon lavoro
Alberto

Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello <
masaniello.mariater...@gmail.com> ha scritto:

> Ciao,
>
> ho bisogno di fare la mappa di intervisibilità di un impianto eolico.
>
> Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
> proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
> stesso sistema di riferimento dello shapefile, come nella seguente figura:
>
>
> [image: image.png]
> Tuttavia l'algoritmo emette il seguente errore:
>
> **
> ERROR!
> Raster pixels are irregular in shape (probably due to incorrect
> projection)!
>
> Traceback (most recent call last):
> File "C:/Users/Ufficio
> Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
> line 213, in processAlgorithm
> raise QgsProcessingException(err)
> _core.QgsProcessingException:
> **
> ERROR!
> Raster pixels are irregular in shape (probably due to incorrect
> projection)!
>
>
> Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
> del raster sono uguali.
> Può essere il file di origine del dtm?
> Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che
> mi interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
> Può essere che non estraendolo da un vero e proprio raster, renda
> incompatibile il dtm che utilizzo per la visibility analysis?
> Se così è, potreste consigliarmi come risolvere il problema?
> Grazie!!
>
>
>
> ___
> 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-user] QGIS Standard Out

2020-02-21 Per discussione Green, James Mitchell - green3jm
Hello,

I am working on Mac OS X with QGIS 3.4. I am building a plugin that uses unix 
piping to evoke an external program. Is there a method to capture the standard 
out (stdout) of the QGIS executable ? Thank you!



Regards,

Mitchell G.
green...@dukes.jmu.edu
___
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] Visibility analysis

2020-02-21 Per discussione Roberto Marzocchi
Forse puoi provare con un allineamento


 
https://docs.qgis.org/3.4/en/docs/user_manual/working_with_raster/raster_analysis.html#raster-alignment

R



Eng. Roberto Marzocchi, PhD

CTO - Chief Technology Officer

Gter srl (Unige spin-off)

Via Ruffini 9R - 16128 Genova

P.IVA/CF 01998770992

ph: 010-0899150 - mob: 349-8786575

E-mail: roberto.marzoc...@gter.it www.gter.it



--

Gter social

www.twitter.com/Gteronline - www.facebook.com/Gteronline

www.linkedin.com/company/gter-srl-innovazione-in-geomatica-gnss-e-gis



-

Please consider the environment before printing this email!




 On ven, 21 feb 2020 20:22:06 +0100 skam...@gmail.com wrote 


Metti i metadati del dtm scaricato


Il ven 21 feb 2020, 20:11 Maria Teresa Masaniello 
 ha scritto:

La risoluzione del wcs è 2x2 m 


Il ven 21 feb 2020, 14:40 Stefano Campus  ha scritto:

Magari la cella non è quadrata


Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello 
 ha scritto:


Ciao,


ho bisogno di fare la mappa di intervisibilità di un impianto eolico.

Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile 
proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo 
stesso sistema di riferimento dello shapefile, come nella seguente figura:










Tuttavia l'algoritmo emette il seguente errore:



** 
ERROR! 
Raster pixels are irregular in shape (probably due to incorrect projection)!




Traceback (most recent call last):
File "C:/Users/Ufficio 
Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
 line 213, in processAlgorithm
raise QgsProcessingException(err)
_core.QgsProcessingException: 
** 
ERROR! 
Raster pixels are irregular in shape (probably due to incorrect projection)!




Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e del 
raster sono uguali.


Può essere il file di origine del dtm? 
Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che mi 
interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
Può essere che non estraendolo da un vero e proprio raster, renda incompatibile 
il dtm che utilizzo per la visibility analysis?
Se così è, potreste consigliarmi come risolvere il problema?
Grazie!!











___
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] Visibility analysis

2020-02-21 Per discussione Stefano Campus
Metti i metadati del dtm scaricato

Il ven 21 feb 2020, 20:11 Maria Teresa Masaniello <
masaniello.mariater...@gmail.com> ha scritto:

> La risoluzione del wcs è 2x2 m
>
> Il ven 21 feb 2020, 14:40 Stefano Campus  ha scritto:
>
>> Magari la cella non è quadrata
>>
>> Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello <
>> masaniello.mariater...@gmail.com> ha scritto:
>>
>>> Ciao,
>>>
>>> ho bisogno di fare la mappa di intervisibilità di un impianto eolico.
>>>
>>> Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
>>> proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
>>> stesso sistema di riferimento dello shapefile, come nella seguente figura:
>>>
>>>
>>> [image: image.png]
>>> Tuttavia l'algoritmo emette il seguente errore:
>>>
>>> **
>>> ERROR!
>>> Raster pixels are irregular in shape (probably due to incorrect
>>> projection)!
>>>
>>> Traceback (most recent call last):
>>> File "C:/Users/Ufficio
>>> Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
>>> line 213, in processAlgorithm
>>> raise QgsProcessingException(err)
>>> _core.QgsProcessingException:
>>> **
>>> ERROR!
>>> Raster pixels are irregular in shape (probably due to incorrect
>>> projection)!
>>>
>>>
>>> Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
>>> del raster sono uguali.
>>> Può essere il file di origine del dtm?
>>> Per ottenere quello che ho usato nell'algoritmo ho esportato la parte
>>> che mi interessava dal dtm messo a disposizione dalla regione Sicilia come
>>> WCS.
>>> Può essere che non estraendolo da un vero e proprio raster, renda
>>> incompatibile il dtm che utilizzo per la visibility analysis?
>>> Se così è, potreste consigliarmi come risolvere il problema?
>>> Grazie!!
>>>
>>>
>>>
>>> ___
>>> 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] Visibility analysis

2020-02-21 Per discussione Maria Teresa Masaniello
La risoluzione del wcs è 2x2 m

Il ven 21 feb 2020, 14:40 Stefano Campus  ha scritto:

> Magari la cella non è quadrata
>
> Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello <
> masaniello.mariater...@gmail.com> ha scritto:
>
>> Ciao,
>>
>> ho bisogno di fare la mappa di intervisibilità di un impianto eolico.
>>
>> Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
>> proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
>> stesso sistema di riferimento dello shapefile, come nella seguente figura:
>>
>>
>> [image: image.png]
>> Tuttavia l'algoritmo emette il seguente errore:
>>
>> **
>> ERROR!
>> Raster pixels are irregular in shape (probably due to incorrect
>> projection)!
>>
>> Traceback (most recent call last):
>> File "C:/Users/Ufficio
>> Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
>> line 213, in processAlgorithm
>> raise QgsProcessingException(err)
>> _core.QgsProcessingException:
>> **
>> ERROR!
>> Raster pixels are irregular in shape (probably due to incorrect
>> projection)!
>>
>>
>> Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
>> del raster sono uguali.
>> Può essere il file di origine del dtm?
>> Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che
>> mi interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
>> Può essere che non estraendolo da un vero e proprio raster, renda
>> incompatibile il dtm che utilizzo per la visibility analysis?
>> Se così è, potreste consigliarmi come risolvere il problema?
>> Grazie!!
>>
>>
>>
>> ___
>> 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-user] [QGIS-Developer] Zoom to Scale Plugin - Should we include it on qgis.org?

2020-02-21 Per discussione C Hamilton
My idea and our needs are simply to lock the scale to certain resolutions
that precisely match the tiles from the map server. This is only useful if
the user is using a projection that is the same as the map server. The goal
is to avoid any transformations of the map server's image tiles. It has
nothing to do with displaying a scale bar like the "tile scale" panel.

Calvin

On Thu, Feb 20, 2020 at 5:48 PM Nyall Dawson  wrote:

> On Fri, 21 Feb 2020 at 05:37, C Hamilton  wrote:
> >
> > We have written a plugin that fixes the scale of the QGIS canvas to
> match the integral size of EPSG:3857 map server tiles. This way there is no
> degradation of the images by transformation. This has some similarities to
> the QGIS 2 plugin called Tile Map Scale Plugin which was never updated for
> QGIS 3.
>
> How is this different to the built-in "Tile Scale" panel? Can you clarify?
>
> Nyall
>
> >
> > This only works with EPSG:3857 projections. I wish I could figure out a
> way to also match an EPSG:4326 tile cache to the canvas scale size, but I
> cannot use the map scale to calculate this because it changes as you move
> around.
> >
> > Would you be interested in having this plugin added into the QGIS repo?
> Unlike the Tile Map Scale Plugin ours only has a single toggle button to
> lock or unlock the QGIS scale to one of the predefined scales.
> >
> > Let me know what you think?
> >
> > Thanks,
> >
> > Calvin
> > ___
> > QGIS-Developer mailing list
> > qgis-develo...@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
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] FOSS4GEU workshop

2020-02-21 Per discussione Zoltán Siki
Hi,

does anybody plan a QGIS workshop on FOSS4G Europe 2020?
I plan to submit one on QGIS Python programming.
Does it conflict with others plan?

-- 
Regards,
Zoltán Siki
___
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] Visibility analysis

2020-02-21 Per discussione Stefano Campus
Magari la cella non è quadrata

Il ven 21 feb 2020, 13:19 Maria Teresa Masaniello <
masaniello.mariater...@gmail.com> ha scritto:

> Ciao,
>
> ho bisogno di fare la mappa di intervisibilità di un impianto eolico.
>
> Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
> proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
> stesso sistema di riferimento dello shapefile, come nella seguente figura:
>
>
> [image: image.png]
> Tuttavia l'algoritmo emette il seguente errore:
>
> **
> ERROR!
> Raster pixels are irregular in shape (probably due to incorrect
> projection)!
>
> Traceback (most recent call last):
> File "C:/Users/Ufficio
> Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
> line 213, in processAlgorithm
> raise QgsProcessingException(err)
> _core.QgsProcessingException:
> **
> ERROR!
> Raster pixels are irregular in shape (probably due to incorrect
> projection)!
>
>
> Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
> del raster sono uguali.
> Può essere il file di origine del dtm?
> Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che
> mi interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
> Può essere che non estraendolo da un vero e proprio raster, renda
> incompatibile il dtm che utilizzo per la visibility analysis?
> Se così è, potreste consigliarmi come risolvere il problema?
> Grazie!!
>
>
>
> ___
> 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] Trasformazione layer vettoriale

2020-02-21 Per discussione nformica
Ciao Totò,

bene, appena esce la 3.12 lo proverò !
Se funziona altrettanto bene come il vecchio plugin "vector transformation"
non c'è più bisogno di fare il porting.

Cari saluti
Nino



--
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] AUTOMATING MAP DRAWING

2020-02-21 Per discussione Raymond Nijssen

Hi Bernard,

Sounds exactly like what you can do with QGIS Atlas generation:

https://docs.qgis.org/testing/en/docs/training_manual/forestry/forest_maps.html

Good luck!
Raymond

On 21-02-2020 13:02, Bernard wrote:

Hello.

I draw a lot of maps with points and polygons, of different areas in the 
country.


I there a way of automating this, instead of me always drawing a 
separate map(s), specific to an area (but with the same features as the 
previous ones)?



*Bernard K. Ngoruse,*
*MSc.,Reg. Geologist, Lead Expert, EIA & EA
Cell: +254723153469
email: bkngor...@yahoo.com, ngoruse07.2...@gmail.com*


___
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-it-user] Visibility analysis

2020-02-21 Per discussione Maria Teresa Masaniello
Ciao,

ho bisogno di fare la mappa di intervisibilità di un impianto eolico.

Ho usato la "Visibiliyi analysis" di qgis, dando in input uno shapefile
proiettato con sistema di riferimento EPSG 3004, e un dtm proiettato con lo
stesso sistema di riferimento dello shapefile, come nella seguente figura:


[image: image.png]
Tuttavia l'algoritmo emette il seguente errore:

**
ERROR!
Raster pixels are irregular in shape (probably due to incorrect projection)!

Traceback (most recent call last):
File "C:/Users/Ufficio
Tecnico/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ViewshedAnalysis\algorithms\viewshed_points.py",
line 213, in processAlgorithm
raise QgsProcessingException(err)
_core.QgsProcessingException:
**
ERROR!
Raster pixels are irregular in shape (probably due to incorrect projection)!


Mi chiedo il perchè visto che il sistema di proiezione dello shapefile e
del raster sono uguali.
Può essere il file di origine del dtm?
Per ottenere quello che ho usato nell'algoritmo ho esportato la parte che
mi interessava dal dtm messo a disposizione dalla regione Sicilia come WCS.
Può essere che non estraendolo da un vero e proprio raster, renda
incompatibile il dtm che utilizzo per la visibility analysis?
Se così è, potreste consigliarmi come risolvere il problema?
Grazie!!
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] AUTOMATING MAP DRAWING

2020-02-21 Per discussione Bernard
Hello.
I draw a lot of maps with points and polygons, of different areas in the 
country.
I there a way of automating this, instead of me always drawing a separate 
map(s), specific to an area (but with the same features as the previous ones)? 

Bernard K. Ngoruse,MSc.,Reg. Geologist, Lead Expert, EIA & EA
Cell: +254723153469
email: bkngor...@yahoo.com, ngoruse07.2...@gmail.com
___
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] Trasformazione layer vettoriale

2020-02-21 Per discussione Totò
nformica wrote
> Salve,
> 
> C'è questo utilissimo (... almeno per me) plugin:
> https://plugins.qgis.org/plugins/VectorTranformation/
> che eseguiva in modo semplice e rapido: la traslazione, la rotazione, 
> l'ingrandimento, ...etc di un intero layer vettoriale, ma purtroppo non è
> stato fatto il porting per QGIS 3.
> 
> Non ho trovato soluzioni alternative (plugin o altro)  altrettanto
> semplici
> per fare le stesse cose in QGIS 3.0.
> Si, ci sarebbe "vector bender" ma oltre ad essere basato sulla scelta di
> "n"
> punti , è anche molto lento su layer grossi!
> 
> Suggerimenti ??

Ciao Nino,
in strumenti di processing trovi tutto,
in particolare dalla 3.12, che esce oggi, ma sarà disponibile da lunedì,
trovi un algoritmo creato da Nyall (ma ancora non presente nei changelog)
dal nome:
Affine transform
che dovrebbe fare al caso tuo

saluti



-
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] Aggiornamento QGis

2020-02-21 Per discussione ChiccoG
Sul mio pc con Windows 10, ho installato la versione standalone 3.4.4 di Qgis
tramite Repository della versione a lungo supporto.
Vorrei sapere qual'è la migliore scelta per aggiornare e non perdere le
impostazioni (plugin installati etc.) e quale versione mi convenga
installare. 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-it-user] Trasformazione layer vettoriale

2020-02-21 Per discussione Giuliano Curti
On 2/21/20, Paolo Cavallini  wrote:
> Olà
>
> Il 2020-02-21 10:51 nformica ha scritto:
>
>> C'è questo utilissimo (... almeno per me) plugin:
>> https://plugins.qgis.org/plugins/VectorTranformation/
>> 
>> Suggerimenti ??
>
> se non ci sono alternative, facciamo il porting!
> saluti
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html

solo per ricordare che con alcuni amici avevamo messo a punto un
plugin (vectorGeoRef o vectGeoRef) per la georeferenziazione (quindi
traslazione, scalatura, rotazione) di layer vettoriali basato su >=3
punti.

É però anch'esso obsoleto ed il mio passaggio allo stato
laico-pensionistico mi ha un pò allontanato dall'argomento (continuo
però a lurkare in lista :-) ).

Nel caso forse potrei essere ancora in grado di dare qualche
ragguaglio utile :-)

buon lavoro, saluti,
giuliano curti
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Trasformazione layer vettoriale

2020-02-21 Per discussione Paolo Cavallini

Olà

Il 2020-02-21 10:51 nformica ha scritto:


C'è questo utilissimo (... almeno per me) plugin:
https://plugins.qgis.org/plugins/VectorTranformation/
che eseguiva in modo semplice e rapido: la traslazione, la rotazione,
l'ingrandimento, ...etc di un intero layer vettoriale, ma purtroppo non 
è

stato fatto il porting per QGIS 3.

Non ho trovato soluzioni alternative (plugin o altro)  altrettanto 
semplici

per fare le stesse cose in QGIS 3.0.
Si, ci sarebbe "vector bender" ma oltre ad essere basato sulla scelta 
di "n"

punti , è anche molto lento su layer grossi!

Suggerimenti ??


se non ci sono alternative, facciamo il porting!
saluti
--
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Trasformazione layer vettoriale

2020-02-21 Per discussione nformica
Salve,

C'è questo utilissimo (... almeno per me) plugin:
https://plugins.qgis.org/plugins/VectorTranformation/
che eseguiva in modo semplice e rapido: la traslazione, la rotazione, 
l'ingrandimento, ...etc di un intero layer vettoriale, ma purtroppo non è
stato fatto il porting per QGIS 3.

Non ho trovato soluzioni alternative (plugin o altro)  altrettanto semplici
per fare le stesse cose in QGIS 3.0.
Si, ci sarebbe "vector bender" ma oltre ad essere basato sulla scelta di "n"
punti , è anche molto lento su layer grossi!

Suggerimenti ??

Saluti
N.F.



--
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] [QGIS-Developer] Zoom to Scale Plugin - Should we include it on qgis.org?

2020-02-21 Per discussione Richard Duivenvoorde
On 2/21/20 7:00 AM, Alexander Bruy wrote:
> Also QGIS allows to create custom scale lists and switch between scales
> by selecting desired value from the scale combobox in the main window
> statusbar.

Hi Alex,

As a argument against using the custom scale switch: in my country we
have a local tile-scheme [0] with a 'strange' set of scales.

So adding them means you cannot use it anymore for other scale-set's
(like Google Mercator scheme).

My little treewidget would make it possible to have a layer with 2
base/reference layers in different tile-schemes, and still make it
possible to always have a crisp scale (by making the corresponding layer
active).

@Nyall, in my case you can choose to ALWAYS zoom to the given scales
with a checkbox.

Regards,

Richard Duivenvoorde

http://www.qgis.nl/2015/06/14/change-predefined-scales/?lang=en
___
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] [QGIS-Developer] Zoom to Scale Plugin - Should we include it on qgis.org?

2020-02-21 Per discussione Richard Duivenvoorde
Hi Keith,

It's better to start a new 'thread' on a mailing list if you want to ask
something not related to this original thread (about a specific plugin).

But to answer your question: just download the
QuickMapServices plugin

And after that read:
https://nextgis.com/blog/quickmapservices/
on how to add other services to it (including Bing and Google Maps)

Regards,

Richard Duivenvoorde

On 2/21/20 9:21 AM, Keith Smith wrote:
> Hi all
> I am a very new user of QGIS and am doing an online tutorial for our
> wild honeybee conservation work in Africa. I am using version 3.10 but
> the tutorial calls for us to load the Opelayers Plugin, I cannot locate
> that for this version?
> How do I solve this as I need to bring in Google maps to help show
> landmarks in the bush in Malawi
> I would appreciate a heads on thios
> Thanks
> Keith Smith
> Beeparks Trust
> 
> 
>> On 21 Feb 2020, at 09:00, Alexander Bruy > > wrote:
>>
>> Also QGIS allows to create custom scale lists and switch between scales
>> by selecting desired value from the scale combobox in the main window
>> statusbar.
>>
>> пт, 21 лют. 2020 о 00:48 Nyall Dawson > > пише:
>>>
>>> On Fri, 21 Feb 2020 at 05:37, C Hamilton >> > wrote:

 We have written a plugin that fixes the scale of the QGIS canvas to
 match the integral size of EPSG:3857 map server tiles. This way
 there is no degradation of the images by transformation. This has
 some similarities to the QGIS 2 plugin called Tile Map Scale Plugin
 which was never updated for QGIS 3.
>>>
>>> How is this different to the built-in "Tile Scale" panel? Can you
>>> clarify?
>>>
>>> Nyall
>>>

 This only works with EPSG:3857 projections. I wish I could figure
 out a way to also match an EPSG:4326 tile cache to the canvas scale
 size, but I cannot use the map scale to calculate this because it
 changes as you move around.

 Would you be interested in having this plugin added into the QGIS
 repo? Unlike the Tile Map Scale Plugin ours only has a single toggle
 button to lock or unlock the QGIS scale to one of the predefined scales.

 Let me know what you think?

 Thanks,

 Calvin
 ___
 QGIS-Developer mailing list
 qgis-develo...@lists.osgeo.org 
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> ___
>>> QGIS-Developer mailing list
>>> qgis-develo...@lists.osgeo.org 
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>>
>>
>> -- 
>> Alexander Bruy
>> ___
>> 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
> 
> KEITH SMITH
> Hillsmiths 
> “Our Planet Matters” 
> +44 7818 864 390
> ke...@hillsmiths.co.uk  
> 
> 
> 
> 
> 
> ___
> 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] [QGIS-Developer] Zoom to Scale Plugin - Should we include it on qgis.org?

2020-02-21 Per discussione Keith Smith
Hi all
I am a very new user of QGIS and am doing an online tutorial for our wild 
honeybee conservation work in Africa. I am using version 3.10 but the tutorial 
calls for us to load the Opelayers Plugin, I cannot locate that for this 
version?
How do I solve this as I need to bring in Google maps to help show landmarks in 
the bush in Malawi
I would appreciate a heads on thios
Thanks
Keith Smith
Beeparks Trust


> On 21 Feb 2020, at 09:00, Alexander Bruy  wrote:
> 
> Also QGIS allows to create custom scale lists and switch between scales
> by selecting desired value from the scale combobox in the main window
> statusbar.
> 
> пт, 21 лют. 2020 о 00:48 Nyall Dawson  > пише:
>> 
>> On Fri, 21 Feb 2020 at 05:37, C Hamilton  wrote:
>>> 
>>> We have written a plugin that fixes the scale of the QGIS canvas to match 
>>> the integral size of EPSG:3857 map server tiles. This way there is no 
>>> degradation of the images by transformation. This has some similarities to 
>>> the QGIS 2 plugin called Tile Map Scale Plugin which was never updated for 
>>> QGIS 3.
>> 
>> How is this different to the built-in "Tile Scale" panel? Can you clarify?
>> 
>> Nyall
>> 
>>> 
>>> This only works with EPSG:3857 projections. I wish I could figure out a way 
>>> to also match an EPSG:4326 tile cache to the canvas scale size, but I 
>>> cannot use the map scale to calculate this because it changes as you move 
>>> around.
>>> 
>>> Would you be interested in having this plugin added into the QGIS repo? 
>>> Unlike the Tile Map Scale Plugin ours only has a single toggle button to 
>>> lock or unlock the QGIS scale to one of the predefined scales.
>>> 
>>> Let me know what you think?
>>> 
>>> Thanks,
>>> 
>>> Calvin
>>> ___
>>> QGIS-Developer mailing list
>>> qgis-develo...@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> ___
>> QGIS-Developer mailing list
>> qgis-develo...@lists.osgeo.org 
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
>> 
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer 
>> 
> 
> 
> 
> -- 
> Alexander Bruy
> ___
> 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 
> 
KEITH SMITH
Hillsmiths 
“Our Planet Matters” 
+44 7818 864 390
ke...@hillsmiths.co.uk 




___
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