Re: [QGIS-it-user] Layers del catasto Agenzia delle Entrate non allineati con mappa

2018-09-20 Thread Valentina Coscia
È un problema di sistema di coordinate. Devi settare quello giusto  per la
basemap e Qgis ti riproietterà il layer catastale nella posizione giusta.

Il 21 set 2018 07:17, "Alessandro Sarretta" 
ha scritto:

> Appena testato su QGIS 3.3.0 Master e non mi dà nessun problema, con
> EPSG:25833
>
> Questi sono gli EPSG disponibili per il servizio WMS:
>
> EPSG:6706 EPSG:4258 EPSG:25832 EPSG:25833 EPSG:25834
>
> Ale
>
> On 20/09/2018 21:57, jackjack wrote:
>
> Oggi ho deciso di aggiornare QGIS all'ultima versione ma si è subito
> presentato un problema:
> le mappe del catasto che ottengo tramite WMS dal link fornito dall'Agenzia
> delle Entrate
> (https://wms.cartografia.agenziaentrate.gov.it/inspire/wms/ows01.php) non
> sono per nulla allineate con la mappa (sia quella di OSM che quella di
> Google Maps): sono tutte traslate verso sud est... nel deserto del Sahara!
>
> Con la vecchia non avevo problemi quindi penso sia un problema da parte del
> programma... il punto è che non ho modificato nessun parametro rispetto a
> quelli di default post installazione.
>
> Consigli? Grazie
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___
> QGIS-it-user mailing 
> listQGIS-it-user@lists.osgeo.orghttps://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
>
> --
> --
>
> Alessandro Sarretta
>
> skype/twitter: alesarrett Web: ilsarrett.wordpress.com
>
> Research information:
>
>- Google scholar profile
>
>- ORCID 
>- Research Gate
>
>- Impactstory 
>
>
> ___
> 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] Layers del catasto Agenzia delle Entrate non allineati con mappa

2018-09-20 Thread Alessandro Sarretta
Appena testato su QGIS 3.3.0 Master e non mi dà nessun problema, con 
EPSG:25833


Questi sono gli EPSG disponibili per il servizio WMS:

EPSG:6706 EPSG:4258 EPSG:25832 EPSG:25833 EPSG:25834

Ale


On 20/09/2018 21:57, jackjack wrote:

Oggi ho deciso di aggiornare QGIS all'ultima versione ma si è subito
presentato un problema:
le mappe del catasto che ottengo tramite WMS dal link fornito dall'Agenzia
delle Entrate
(https://wms.cartografia.agenziaentrate.gov.it/inspire/wms/ows01.php) non
sono per nulla allineate con la mappa (sia quella di OSM che quella di
Google Maps): sono tutte traslate verso sud est... nel deserto del Sahara!

Con la vecchia non avevo problemi quindi penso sia un problema da parte del
programma... il punto è che non ho modificato nessun parametro rispetto a
quelli di default post installazione.

Consigli? 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


--
--

Alessandro Sarretta

skype/twitter: alesarrett Web: ilsarrett.wordpress.com 



Research information:

 * Google scholar profile
   
 * ORCID 
 * Research Gate 
 * Impactstory 

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


Re: [QGIS-it-user] Layers del catasto Agenzia delle Entrate non allineati con mappa

2018-09-20 Thread andreaerdna
Non riscontro problemi con QGIS 3.3.0 master.

Se stai usando QGIS 3.2, quando aggiungi un layer catastale connettendoti al
WMS dell'Agenzia delle Entrate tramite il Data Source Manager, dovresti
cambiare il sistema di riferimento da RDN2008 ad uno degli ETRS89.

Spero possa risolvere il problema.

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-user] QGIS Local XYZ Tiles

2018-09-20 Thread Nyall Dawson
On Thu, 20 Sep 2018 at 06:31, Justin Robinson  wrote:
>
> Hi Kyle,
>
> It looks like that's not currently possible, it still has an open request in 
> the tracker as well: https://issues.qgis.org/issues/16587
>
> It probably does boil down to lack of status/content-type for file:// 
> locations. A work around seems to be hosting with a web server of some kind 
> (I'm guessing even Python's http module would suffice: "python3 -m 
> http.server" or in python2 "python -m SimpleHTTPServer" and then 
> localhost:8000 by default).

If someone has a build environment available to test this, I think the
fix might be changing the condition in qgswmsprovider.cpp line 3887 to

if ( !contentType.isEmpty() && !contentType.startsWith(
QLatin1String( "image/" ), Qt::CaseInsensitive ) &&
 contentType.compare( QLatin1String(
"application/octet-stream" ), Qt::CaseInsensitive ) != 0 )
{ ...

(i.e. insert the "!contentType.isEmpty()" check)

I've no local xyz tiles available to test this with.

Nyall


>
> Cheers,
> Justin
>
> On Tue, Sep 18, 2018 at 8:43 AM Kyle  wrote:
>>
>> I am struggling to get file urls to work with the QGIS tiles layer. I have 
>> followed the instructions here:
>>
>> https://www.spatialbias.com/2018/02/qgis-3.0-xyz-tile-layers/
>>
>> Under the URL field, I put 
>> "file:///home/kyle/Documents/tiles/{z}/{x}/{y}.png" (without quotes)
>>
>> I also set the min and max zoom levels to 3 and 8 respectively. It is worth 
>> noting that the tile set that I am pointing at is not complete and only 
>> covers North America.
>>
>> My problem is that nothing shows up on the screen after I add the layer. Am 
>> I missing something? Everything works correctly when I point to a online 
>> tile server (i.e openstreetmaps).
>>
>> It appears that I'm not the only one to have this issue:
>> https://gis.stackexchange.com/questions/219118/how-to-use-qgis-tile-server-provider-with-local-tms-folder
>>
>> ___
>> 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 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] point pattern analysis in West Africa

2018-09-20 Thread Nicolas Cadieux

Hi,

Thanks for sending me the files. I will respond to the mailing list so 
everyone can see. This is very easy to fix. The files are in WGS84/UTM 
ZONE 31N (epsg: 32631) (the unit for this is meters).  The files 
_should_ be in WGS84 longitude latitude EPSG 4326.   I am working in 
QGIS 2.18 for this example.


1) Start with an empty project.  Make sure it's in epsg: 32631. Load 
your point file (Final modified CV locations after Akom (UTM31N).shp) 
and zoom to the file extent.  Look at the Coordinates at the bottom of 
the screen.  You will see values such as 6.70, 5.79.  These are 
latitudes  and longitude values but you project CRS and file CRS are in 
meters.  Values should be in the thousand and millions like 
(-252932,449628).  Look at the file database.  You will see Longitude 
and Latitude.


2) Install QuickMapServices plugin.  You will now have a Web menu.  Go 
to Web>QuickMapServices>Settings>More services>Get Contributed pack.  
Now load a Map Background like google earth.  This background will help 
you see the error.  Your project EPSG) code will probably change to 
EPSG: 3857.  Change that to 4326 (WGS84 Latitude/Longitude.)


3) Zoom to both file extents. (layer panel>zoom to layer)  You will see 
that you points are in the ocean.  Unless Ghana has moved recently, this 
is the wrong place for you points. (sometimes, Qgis or the plugin will 
crash or send an error message when flipping to erroneous coordinates.  
Don't worry.


4)You will need rewrite the file projection.  Select the point file 
(Final modified CV locations after Akom (UTM31N).shp) and in the layer 
panel right click to "Set layer SRC" and select EPSG 4326.  Zoom to the 
layer and you will now be in Ghana.  You then need to save the file in 
the correct EPSG code.  (save as).  Do NOT use gdal_warp or change the 
CRS in the save menu.  This will reproject the file but keep it in the 
wrong place.


5) Do this with all your files.  You can batch process this if you have 
too many files.


If you want to create a grid that is exactly 100kmX100Km, you will need 
to create that file in EPSG 32631 as that CRS is in meters.  If you need 
to figure out your file extent, take a corrected file in EPSG 4326 and 
reproject it in 32631 and use that file to find the grid extent.


Hope this helps!

Nicolas



On 2018-09-17 10:27 PM, RMG wrote:

Hi,
I have a species localities over four countries in West Africa, mostly 
straddling Ghana. I have set the layers' CRS to WGS84 UTM31N. I want 
to do point pattern analysis by overlaying a grid system over the 
species range. I created a 100 km x 100 km grid layer (MMQGIS), but 
when I measure each length of the grid using the measurement tool, it 
shows up as 1 km. What am I doing wrong? If I change the project CRS 
to Clark 1880, the distance unit correctly shows up, but it measures 
180 km. What is the remedy to this problem?


Thanks for your attention.

Reiko M. Goodwin
facebook.com/GuenonConservationCommunity/ 






___
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] Problemi di connessione tra QGis su ubuntu e Microsoft SqlServer

2018-09-20 Thread Giuseppe D'Amico
Ciao a tutti,

ho problemi nel connettermi a un DB SqlServer con QGis installato su Ubuntu, ho 
seguito diverse strade che mi indicavano di installare i driver odbc per linux 
(https://docs.microsoft.com/it-it/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017),
 ma ho sempre questo messaggio di errore:

"Error opening connection: Driver not loaded Driver not loaded".

Ho provato sia con le seguenti versioni di QGis: 2.18 e 3.22.

Qualcuno di voi può aiutarmi a risolvere il problema?

Grazie
Giuseppe D'Amico



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


[Qgis-user] Item Browser Plugin (or something like it) for QGIS 3?

2018-09-20 Thread Jeffrey Durrence
One of my favorite plugins for previous versions of QGIS is the "Item Browser." 
This allows you to step through (automatically panning and zooming the map 
canvas) a list of selected objects using side panel controls. These controls 
included a shortcut to open the attribute form for the current object in view. 

The latest attribute table has pan/zoom/flash/open form, but right-clicking 
each selected row is very tedious compared to the item browser. Also, it's 
quite difficult to "keep your place in the list" when reviewing records this 
way. In the past I've seen a plugin disappear when its features were 
incorporated into QGIS itself. 

So has this capability (efficient review of selected records) found its way to 
core without me noticing it, or is there another plugin (available for QGIS 3) 
that might satisfy my longing for the Item Browser in QGIS 3? 

Thanks! 

Jeffrey 

-- 
Jeffrey Durrence 
jeffrey.durre...@mcleanengineering.com 
McLean Engineering Company 
815 South Main Street 
Moultrie, GA 31768 
___
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] DB Manager e geometrie

2018-09-20 Thread Giulio Fattori

Il 20/09/2018 11:50, Ludovico ha scritto:

Ciao a tutti,
ho creato una view in spatialite gui, registrato la geometria che risulta
visibile in spatial gui, e ho tentato di carcala in qgis con il dbmanager,
ma viene sempre vista come semplice tabella (nonstante il campo geoemtria
sia presente).
Se invece carico la view dal browser, la geometria è riconosciuta.

Ho trovato qualcosa di simile  qui    e
sembra un bug, ma di qualche anno fa.

Uso QGIS 3.2

Capitato anche a voi?



-
Dott. For. Ludovico Frate, PhD

--
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


Ciao, si capita se generi una view e non una spatial view, devi generare 
la seconda che distingue la colonna della geometria.


Saluti

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


Re: [Qgis-user] Problem updating QGIS under debian stretch.

2018-09-20 Thread Andre Joost

Am 20.09.18 um 12:23 schrieb Torbjorn Wictorin:

Hello,

I have QGIS (1:3.3.0+git20180912+d7fb5f) under Debian stretch (stable).
It is installed from
deb http://qgis.org/debian-nightly stretch main

When I to apt dist-upgrade, apt suggests removing qgis.

qgis depends on qgis-common (= 1:3.3.0+git20180918+d99d506+14stretch) but
this depends on qml-module-qtcharts. It seems to be no packet
qml-module-qtcharts under stretch. It is, however, in Buster (testing) and Sid
(unstable).

I guess that qgis.org/debian-nightly:stretch needs a
qml-module-qtcharts, or, maybe, qgis-common should not refer to it (?).



See 
https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054547.html


and wait for the next nightly.

HTH,
Andre Joost


___
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] Problem updating QGIS under debian stretch.

2018-09-20 Thread Jürgen E . Fischer
Hi Torbjörn,

On Thu, 20. Sep 2018 at 12:23:17 +0200, Torbjorn Wictorin wrote:
> I guess that qgis.org/debian-nightly:stretch needs a 
> qml-module-qtcharts, or, maybe, qgis-common should not refer to it (?).

Try again…


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 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
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] Problem updating QGIS under debian stretch.

2018-09-20 Thread Torbjorn Wictorin
Hello,

I have QGIS (1:3.3.0+git20180912+d7fb5f) under Debian stretch (stable).
It is installed from
deb http://qgis.org/debian-nightly stretch main

When I to apt dist-upgrade, apt suggests removing qgis. 

qgis depends on qgis-common (= 1:3.3.0+git20180918+d99d506+14stretch) but 
this depends on qml-module-qtcharts. It seems to be no packet 
qml-module-qtcharts under stretch. It is, however, in Buster (testing) and Sid 
(unstable).

I guess that qgis.org/debian-nightly:stretch needs a 
qml-module-qtcharts, or, maybe, qgis-common should not refer to it (?).

Torbjörn Wictorin___
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] DB Manager e geometrie

2018-09-20 Thread Ludovico
Ciao a tutti,
ho creato una view in spatialite gui, registrato la geometria che risulta
visibile in spatial gui, e ho tentato di carcala in qgis con il dbmanager,
ma viene sempre vista come semplice tabella (nonstante il campo geoemtria
sia presente).
Se invece carico la view dal browser, la geometria è riconosciuta. 

Ho trovato qualcosa di simile  qui    e
sembra un bug, ma di qualche anno fa.

Uso QGIS 3.2

Capitato anche a voi?



-
Dott. For. Ludovico Frate, PhD

--
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] [Possible bug] Qgis treating uuid as text in db views

2018-09-20 Thread delazj
Hi, 

Rémi, there won't be 3.2.4 The next 3.x release will be 3.4.0 (3.2 is no longer 
maintained). The fix will then be in 3.4


HarrissouLe 20 sept. 2018 8:37 AM, Rémi Desgrange  a 
écrit :
>
> Oh, I didn’t saw it thank you!! So, for our end user, we can expect this fix 
> to be present in qgis 3.2.4? 
>
> This is a super great news 
>
> Cheers, Rémi Desgrange 
>
>
> Le 19/09/2018 18:35, « Qgis-user au nom de Jürgen E. Fischer » 
>  a écrit : 
>
>     Hi Rémi, 
>     
>     On Wed, 19. Sep 2018 at 14:55:01 +, Rémi Desgrange wrote: 
>     > I’m on mac so, not so easy, but I’ll definitely try on 3.2.3. 
>     
>     That won't help - the fix is in master (also referenced in the ticket). 
>     
>     
>     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 Norden 
> http://www.norbit.de 
>     QGIS release manager (PSC)  Germany    IRC: jef on 
> FreeNode 
>     
>
> ___
> 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] [Possible bug] Qgis treating uuid as text in db views

2018-09-20 Thread Rémi Desgrange
Oh, I didn’t saw it thank you!! So, for our end user, we can expect this fix to 
be present in qgis 3.2.4?

This is a super great news

Cheers, Rémi Desgrange
 

Le 19/09/2018 18:35, « Qgis-user au nom de Jürgen E. Fischer » 
 a écrit :

Hi Rémi,

On Wed, 19. Sep 2018 at 14:55:01 +, Rémi Desgrange wrote:
> I’m on mac so, not so easy, but I’ll definitely try on 3.2.3.

That won't help - the fix is in master (also referenced in the ticket).


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 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


___
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