Re: [Qgis-user] How to get Spyder IDE working with QGIS

2018-10-17 Per discussione John Walker
Thanks Luca,

That script is actually similar to the script contained
in C:\OSGeo4W64\bin\python-qgis.bat which I have been testing. When I open
a OSGeo4W Shell and execute that script and type 'import qgis.core' into
the python console, it has no issues. When I exit the python console
(pressing ctrl-z) and start spyder3 (which I pip installed previously) it
have no issues with 'import qgis', but it complains when I 'import
qgis.core', giving me the error:

ImportError: DLL load failed: The specified procedure could not be found.

I read on
https://nathanw.net/2014/05/10/setting-up-pycharm-for-pyqgis-and-qt/ that
when you want to get PyCharm working with qgis, you need to change the
python interpreter in PyCharm. So I changed the python interpreter in
spyder to C:\OSGeo4W64\bin\python3.exe, and restarted the kernel. I now get
the following error in spyder's python console:

An error ocurred while starting the kernel
File "C:\OSGeo4W64\apps\Python36\lib\site.py", line 177
file=sys.stderr)

If however I execute PyCharm after running the
C:\OSGeo4W64\bin\python-qgis.bat script, and setting the PyCharm python
interpreter to C:\OSGeo4W64\bin\python3.exe, it works flawlessly. I guess
at this stage I will use PyCharm and abandon my efforts with getting things
working in Spyder, which will be a pain for me as I really love spyder.
Thanks again for your help.

Cheers.



On Thu, 4 Oct 2018 at 22:50, Nicolas Cadieux 
wrote:

> Hi John,
>
> If you figure this one out, can you poste the solution?  I would like to
> do the same thing.
>
> Thanks
> Nicolas
>
> Le 2 oct. 2018 à 20:51, John Walker  a écrit :
>
> Hi, would anyone know how to configure Spyder to work with the QGIS
> library? I am finding the python editor in QGIS difficult to work with
> because it has no debugger and I cannot run highlighted code. I have tried
> a few things:
>
> 1. created a new conda environment and installed QGIS via conda using: conda
> install -c conda-forge qgis. However I get errors when trying to import
> qgis.core
>
> 2. installed Spyder within OSGeo4W QGIS python instance i.e.
>
> py3-env
> python -m pip install spyder
>
> But this gives errors in the IPython console i.e.
>
> SyntaxError: invalid syntaxFile "C:\OSGEO4~1\apps\Python36\lib\site.py", line 
> 177
> file=sys.stderr)
>
> Thanks for any help.
>
> ___
> 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] topological editing don't works as expected

2018-10-17 Per discussione Antongeo76
Alexandre Neto wrote
> I can confirm that adding a new vertex to a polygon does not create
> vertexes on other other polygons.
> 
> You need to create a node on the other polygon, and then snap it to the
> first. Only then the topological node move work on both polygons.
> 
> Not sure how it worked on 2.18, may be considered a regression.
> 
> Alexandre Neto
> 
> A qua, 17/10/2018, 10:30, Antongeo76 

> antoviscomi@

>  escreveu:
> 
>> Hi all,
>>
>> in QGIS 3.2.3 as in MASTER
>> I need to edit a polygon shapefile with topological editing active
>> -I set snap options with tolerance 1m to my layer
>> -I active topologica editing an spapping on intersection
>> -I try  to add a vertex on a polygon and move it for adjust boundary
>>
>> well
>> -the vertex is added only on one of two coincident polygon boundary
>> -then when I try to move the added vertex this reshape only one of two
>> polygon...
>>   I expected that topological editing still works as in QGIS 2,
>>   where when I add a vertex and move it the reshaping acts on both
>> polygon who share the boundary I
>>   want to reshape
>>
>> there is someone else that has noticed the same anomaly
>>
>> Regards
>>
>> Antonio
>>
>>
>>
>> -
>> Antonio
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> -- 
> Alexandre Neto
> -
> @AlexNetoGeo
> http://sigsemgrilhetas.wordpress.com
> http://gisunchained.wordpress.com
> 
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

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

In 2.18 adding a vertex on a shared boundary, 
This vertex becomes automatically shared too
There is a ticked on qgis issues

https://issues.qgis.org/issues/18046

Regards



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Find local minima?

2018-10-17 Per discussione Georg Hörmann

Dear all,

I have two files: a polygon shape file with gullies (big holes in the 
landscape) and a DEM. I want to combine the two files and I want to find 
now the lowest point of *each* polygon, i.e.

the point where the water flows out of each gully.
I know I can program a loop through the list of polygons, but I just 
wanted to know if there is already a more elegant solution...


Thanks a lot,
Georg


--
Georg Hoermann, Dep. of Hydrology, Ecology, Kiel University, Germany
+49/431/2190916, mo: +49/176/64335754, icq:348340729, skype: ghoermann
___
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] topological editing don't works as expected

2018-10-17 Per discussione Alexandre Neto
I can confirm that adding a new vertex to a polygon does not create
vertexes on other other polygons.

You need to create a node on the other polygon, and then snap it to the
first. Only then the topological node move work on both polygons.

Not sure how it worked on 2.18, may be considered a regression.

Alexandre Neto

A qua, 17/10/2018, 10:30, Antongeo76  escreveu:

> Hi all,
>
> in QGIS 3.2.3 as in MASTER
> I need to edit a polygon shapefile with topological editing active
> -I set snap options with tolerance 1m to my layer
> -I active topologica editing an spapping on intersection
> -I try  to add a vertex on a polygon and move it for adjust boundary
>
> well
> -the vertex is added only on one of two coincident polygon boundary
> -then when I try to move the added vertex this reshape only one of two
> polygon...
>   I expected that topological editing still works as in QGIS 2,
>   where when I add a vertex and move it the reshaping acts on both
> polygon who share the boundary I
>   want to reshape
>
> there is someone else that has noticed the same anomaly
>
> Regards
>
> Antonio
>
>
>
> -
> Antonio
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.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-user] Process images to generate the median

2018-10-17 Per discussione Nikos Alexandris

* Eddison Araya  [2018-10-17 13:21:16 -0600]:


Hello!! a question:

If I have 5 satellite  (Image 1, 2, 3, 4 and image 5) images of the same
area but from different times and I want to make an image 6 that represents
the median, how can I do that with the QGIS tools?


Dear Eddison,

GRASS GIS' `r.series` module can do that. After opening a GRASS GIS
Mapset, it's available under
"GRASS MODULES > Raster > Spatial analysis > Overlay maps > r.series".

It's available under "Processing" too.

Nikos


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] feature request: Please make vertex panel to be able to delete a vertex in QGIS 3

2018-10-17 Per discussione Antongeo76
ginetto wrote
> feature requests have to proposed via or a Pull Request to the code or a
> PR
> to the QEP repo https://github.com/qgis/QGIS-Enhancement-Proposals/issues
> discussion generally follow there or in dev list. btw is useful to have a
> feedback in this user list.
> 
> Luigi Pirelli
> 
> **
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS 2nd Edition:
> *
> https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
> * Hire me: http://goo.gl/BYRQKg
> **
> 
> 
> On Wed, 17 Oct 2018 at 17:09, Antongeo76 

> antoviscomi@

>  wrote:
> 
>> Hi all,
>>
>> Using the new vertex editor I often find it difficult to locate the
>> vertex
>> in map canvas.
>> So I need to propose a feature request:
>>
>> It is it possible to make 'vertex panel' able to delete vertex?
>> If it is possible this would work both for a vertex at a time
>> as for a series of vertices selected directly in the vertex panel
>>
>> Thanks for your attention
>>
>> Antonio
>>
>>
>>
>> -
>> Antonio
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> 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@.osgeo

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

Hi Luigi, 
Thanks for you're explanation 

My request seems to be changed toa bug with regression flag in ages issues

https://issues.qgis.org/issues/20139

Regards



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] feature request: Please make vertex panel to be able to delete a vertex in QGIS 3

2018-10-17 Per discussione Luigi Pirelli
feature requests have to proposed via or a Pull Request to the code or a PR
to the QEP repo https://github.com/qgis/QGIS-Enhancement-Proposals/issues
discussion generally follow there or in dev list. btw is useful to have a
feedback in this user list.

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Wed, 17 Oct 2018 at 17:09, Antongeo76  wrote:

> Hi all,
>
> Using the new vertex editor I often find it difficult to locate the vertex
> in map canvas.
> So I need to propose a feature request:
>
> It is it possible to make 'vertex panel' able to delete vertex?
> If it is possible this would work both for a vertex at a time
> as for a series of vertices selected directly in the vertex panel
>
> Thanks for your attention
>
> Antonio
>
>
>
> -
> Antonio
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Antongeo76
You're welcome Hugo
However you've choose the stand-alone  package 

Regards, Antonio


hugonbg wrote
> Thank you, Antonio!
> 
> I found another solution:
> 
> I installed "QGIS-OSGeo4W-3.2.3-1-Setup-x86_64.exe" to see if it was not a
> problem in Windows 10, it installed and worked perfectly. I checked that
> in
> the bin/ folder there was the zip.dll.
> 
> So I installed QGIS 3.2.3 via OSGeo4W and I marked all the packages that
> 'ZIP' in the name, this way it installed normally and did not display any
> errors. Now in Osgeo4w bin folder has a zip.dll.
> 
> Regards, Hugo
> 
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

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





-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Problemi con l'interfaccia (finestra mappa)

2018-10-17 Per discussione Luigi Pirelli
se cerchi tra i tiket, trovi il workaround... per ora impossibile soluzione
dovuta a bug di qt... pero per lo meno esiste il workaround
fai prima a cercarlo che io a descrivertelo
Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Tue, 16 Oct 2018 at 18:18, Road2k  wrote:

> Buongiorno, ho cercato nel gruppo ma non ho trovato niente su questo
> argomento, mi scuso anticipatamente se non avessi cercato bene, vi espongo:
>
> ho dei problemi con l'interfaccia, l'ultima versione di qgis che funziona
> regolarmente è la 2.14, nelle successive la finestra della mappa è solo una
> porzione della finestra disponibile, allego un'immagine
>
> 
>
> è mai capitato a nessuno? qualcuno è a conoscenza di questa cosa?
>
> Ho un MacBook pro con OSX El Capitan 10.11.6
>
> Grazie
> Stefano
>
>
>
> --
> 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


Re: [Qgis-user] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Antongeo76
You're welcome Hugo
However you've choose the stand-alone  package 



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Process images to generate the median

2018-10-17 Per discussione Eddison Araya
Hello Kirk thank you very much, maybe my email was not clear, what I want
to calculate is the median (https://en.wikipedia.org/wiki/Median) and not
the average, I do not know if it is clear, but what I want to calculate
it's the median and not the average between the images.

Then how can I calculate an image 6 that represents the median?

Thank you

Eddison



El mié., 17 oct. 2018 a las 13:57, Kirk Schmidt ()
escribió:

> Hi Eddison
>
> Use the processing toolbox, SAGA>Raster Calculus>Raster Calculator.
> Select the raster (grid) layers you require and use the formula
> (a+b+c+d+e/5).  This assumes the values for each grid is a single band.
>
> Kirk
>
> On 10/17/2018 4:21 PM, Eddison Araya wrote:
>
> Hello!! a question:
>
> If I have 5 satellite  (Image 1, 2, 3, 4 and image 5) images of the same
> area but from different times and I want to make an image 6 that represents
> the median, how can I do that with the QGIS tools?
>
> Thank you
>
> Eddison
>
>
> ___
> Qgis-user mailing listqgis-u...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> --
> Kirk Schmidt, MScF, BScF, RPF
> General Manager
> Nortek Resource Solutions Inc.
> RR # 1
> Thorburn, NS
> B0K 1W0
> Tel (902) 922.3607
> Email: k...@nortekresources.com
> Web: www.nortekresources.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

Re: [Qgis-user] Process images to generate the median

2018-10-17 Per discussione Kirk Schmidt

Hi Eddison

Use the processing toolbox, SAGA>Raster Calculus>Raster Calculator.  
Select the raster (grid) layers you require and use the formula 
(a+b+c+d+e/5).  This assumes the values for each grid is a single band.


Kirk

On 10/17/2018 4:21 PM, Eddison Araya wrote:

Hello!! a question:

If I have 5 satellite  (Image 1, 2, 3, 4 and image 5) images of the 
same area but from different times and I want to make an image 6 that 
represents the median, how can I do that with the QGIS tools?


Thank you

Eddison


___
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


--
Kirk Schmidt, MScF, BScF, RPF
General Manager
Nortek Resource Solutions Inc.
RR # 1
Thorburn, NS
B0K 1W0
Tel (902) 922.3607
Email: k...@nortekresources.com
Web: www.nortekresources.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] Process images to generate the median

2018-10-17 Per discussione Eddison Araya
Hello!! a question:

If I have 5 satellite  (Image 1, 2, 3, 4 and image 5) images of the same
area but from different times and I want to make an image 6 that represents
the median, how can I do that with the QGIS tools?

Thank you

Eddison
___
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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione hugonbg
Thank you, Antonio!

I found another solution:

I installed "QGIS-OSGeo4W-3.2.3-1-Setup-x86_64.exe" to see if it was not a
problem in Windows 10, it installed and worked perfectly. I checked that in
the bin/ folder there was the zip.dll.

So I installed QGIS 3.2.3 via OSGeo4W and I marked all the packages that
'ZIP' in the name, this way it installed normally and did not display any
errors. Now in Osgeo4w bin folder has a zip.dll.

Regards, Hugo




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Antongeo76
hugonbg wrote
> Hi, I'm having the same problem but I have a question, how do I unlock
> msvcr
> and msvcp dlls?
> 
> Thank you!
> 
> Hugo
> 
> 
> 
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

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

Hi Hugo, 
You can install a free software like 'unlock it' 

Regards
Antonio



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione hugonbg
Hi, I'm having the same problem but I have a question, how do I unlock msvcr
and msvcp dlls?

Thank you!

Hugo



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] R: QGIS - Esportazione file

2018-10-17 Per discussione Martina Savarese
Il giorno mer 17 ott 2018 alle ore 17:00 giorgio cucco <
giorgio.cu...@outlook.it> ha scritto:

> Con la versione 3.2.0 di QGIS è possibile esportare il PDF in  vettoriale,
> fleggango nel pannello opzioni di esportazione su "Always export as
> vectors" esportandolo in vettoriale a 300dpi si ottiene un file
> ottimale da un punto di vista qualitativo ma il peso del pdf resta elevato.
>

Attenzione a spuntare quella casella se usi la trasparenza o altri effetti
sui layer vettoriali, perché te li perdi (gli effetti, ovviamente): tipo se
hai poligoni riempiti con sotto una base raster ottieni un pdf con i
vettori che copriranno la base. Puoi comunque ovviare o mettendo il raster
sopra e dando la trasparenza a quello o usando il canale alpha

Martina
___
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 un po' di pubblicità su Repubblica Palermo

2018-10-17 Per discussione Gabriela Osaci-Costache
Totò = un mago di QGIS! Complimenti!
Grazie,Gabriela

  Da: Paolo Cavallini 
 A: qgis-it-user@lists.osgeo.org 
 Inviato: Mercoledì 17 Ottobre 2018 11:48
 Oggetto: Re: [QGIS-it-user] QGIS un po' di pubblicità su Repubblica Palermo
   
Il 10/17/2018 10:06 AM, Totò ha scritto:
> Ciao a tutti,
> la settimana scorsa ho scritto un blog post [0] sul mio blog
> Pigrecoinfinito.
>
> Il post ha suscitato parecchia curiosità a Palermo e anche nel Gruppo Open
> Data Sicilia, da dove è partito tutto, e per questo ringrazio Andrea Borruso
> che ha condiviso il mio blog post.
>
> Sono stato contattato e intervistato da un giornalista di Repubblica Palermo
> e quindi ho avuto la possibilità di pubblicizzare QGIS.
>
> Nel blog post ho realizzato delle mappe con QGIS  e alla fine del post ho
> messo l'articolo di Repubblica.
>
> SALUTI
>
> [0]
> https://pigrecoinfinito.wordpress.com/2018/10/13/animare-la-munnizza-di-palermo-con-qgis/
>
ottimo, grazie!

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/

___
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] R: QGIS - Esportazione file

2018-10-17 Per discussione Amedeo Fadini
Ciao

Il giorno mer 17 ott 2018 alle ore 17:00 giorgio cucco <
giorgio.cu...@outlook.it> ha scritto:

> [...]  Dopo procedo con la compressione del pdf con un programma di
> compressione, anche di quelli opensource disponibili on-line e ottengo un
> file di dimensioni contenute che essendo di derivazione vettoriale
>  mantiene una buona qualità grafica , migliore del corrispettivo raster,
> che se viene compresso perde di definizione.
>
Procedura interessante, magari in futuro si potrà integrare la
compressione: cosa hai usato di open source?


> L'esportazione di file pdf resta però una carenza intrinseca a QGIS. Nel
> tuo messaggio dicevi che è un problema noto che dipende da "Qt". Scusa
> l'ignoranza, cos'è "Qt"?
>
> Un insieme di librerie utilizzate da QGIS
https://it.wikipedia.org/wiki/Qt_(toolkit)

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


[Qgis-user] FW: WMS Layer Proxy Denied Connection

2018-10-17 Per discussione GILLEN Finbar
https://gis.epa.ie/geoserver/EPA/wms?version=1.1.0=EPA:MINES_SiteBoundaries==57652.03627792839,23353.690503410995,323404.7175865341,437955.31026253663=492=768=EPSG:29902

This is the URL

From: Qgis-user  On Behalf Of GILLEN Finbar
Sent: 17 October 2018 16:50
To: qgis-user 
Subject: [Qgis-user] WMS Layer Proxy Denied Connection

Hi,

I am trying to connect to a WMS layer. It seems to connect fine, but when I add 
the layer to the canvas is says 'proxy denied connection' and does not allow me 
to view it.

Has anyone came across this before and know a work around?

Regards
Finbar

Finbar GILLEN
Underwriting Performance Analyst
Pricing & Underwriting Department
AXA Insurance dac
Wolfe Tone St, Dublin 1
T: +353 1 471 1377
E: finbar.gil...@axa.ie

*

The contents and any attachments of this electronic mail message are 
confidential and intended only for the named addressees. Dissemination, 
forwarding, publication or other use of the message or attachments by any 
unauthorised person is strictly prohibited.

Unless stated to the contrary, any opinions expressed in this message are 
personal and may not be attributed to AXA Insurance dac or any member of the 
AXA Group of Companies.

AXA Insurance dac is regulated by the Central Bank of Ireland. For business in 
Northern Ireland, AXA Insurance dac is authorised by the Central Bank of 
Ireland and subject to limited regulation by the Financial Conduct Authority. 
Details about the extent of our regulation by the Financial Conduct Authority 
are available from us on request. AXA Insurance dac is a private company 
limited by shares, registered in Ireland number 136155. Registered Office Wolfe 
Tone House, Wolfe Tone Street, Dublin 1.

"AXA Supporting Road Safety in Ireland"

Internet e-mails are not necessarily secure. AXA Group does not accept 
responsibility for changes made to this message after it was sent. To help 
promote the use of electronic documents and to be kinder to the environment, 
please consider whether you really need to print this
email.

*

*

The contents and any attachments of this electronic mail message are 
confidential and intended only for the named addressees. Dissemination, 
forwarding, publication or other use of the message or attachments by any 
unauthorised person is strictly prohibited.

Unless stated to the contrary, any opinions expressed in this message are 
personal and may not be attributed to AXA Insurance dac or any member of the 
AXA Group of Companies.

AXA Insurance dac is regulated by the Central Bank of Ireland. For business in 
Northern Ireland, AXA Insurance dac is authorised by the Central Bank of 
Ireland and subject to limited regulation by the Financial Conduct Authority. 
Details about the extent of our regulation by the Financial Conduct Authority 
are available from us on request. AXA Insurance dac is a private company 
limited by shares, registered in Ireland number 136155. Registered Office Wolfe 
Tone House, Wolfe Tone Street, Dublin 1.

"AXA Supporting Road Safety in Ireland"

Internet e-mails are not necessarily secure. AXA Group does not accept 
responsibility for changes made to this message after it was sent. To help 
promote the use of electronic documents and to be kinder to the environment, 
please consider whether you really need to print this
email.

*
___
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] WMS Layer Proxy Denied Connection

2018-10-17 Per discussione GILLEN Finbar
Hi,

I am trying to connect to a WMS layer. It seems to connect fine, but when I add 
the layer to the canvas is says 'proxy denied connection' and does not allow me 
to view it.

Has anyone came across this before and know a work around?

Regards
Finbar

Finbar GILLEN
Underwriting Performance Analyst
Pricing & Underwriting Department
AXA Insurance dac
Wolfe Tone St, Dublin 1
T: +353 1 471 1377
E: finbar.gil...@axa.ie

*

The contents and any attachments of this electronic mail message are 
confidential and intended only for the named addressees. Dissemination, 
forwarding, publication or other use of the message or attachments by any 
unauthorised person is strictly prohibited.

Unless stated to the contrary, any opinions expressed in this message are 
personal and may not be attributed to AXA Insurance dac or any member of the 
AXA Group of Companies.

AXA Insurance dac is regulated by the Central Bank of Ireland. For business in 
Northern Ireland, AXA Insurance dac is authorised by the Central Bank of 
Ireland and subject to limited regulation by the Financial Conduct Authority. 
Details about the extent of our regulation by the Financial Conduct Authority 
are available from us on request. AXA Insurance dac is a private company 
limited by shares, registered in Ireland number 136155. Registered Office Wolfe 
Tone House, Wolfe Tone Street, Dublin 1.

"AXA Supporting Road Safety in Ireland"

Internet e-mails are not necessarily secure. AXA Group does not accept 
responsibility for changes made to this message after it was sent. To help 
promote the use of electronic documents and to be kinder to the environment, 
please consider whether you really need to print this
email.

*
___
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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Antongeo76
you're welcome!

Tyler Veinot-2 wrote
> All;
> Thanks it is working now
> Tyler
> 
> On Wed, Oct 17, 2018 at 7:11 AM Antongeo76 

> antoviscomi@

>  wrote:
> 
>> Winiwarter, Lukas wrote
>> > Hi Tyler, Antonio,
>> >
>> > I run into the same issue with "zip.dll" when trying to install QGIS
>> > 3.2.3-1 or 3.2.3-2 from the network installer on Win10. The error
>> > message reads (in German):
>> >
>> > ---
>> > crssync.exe - Systemfehler
>> > ---
>> > Die Ausführung des Codes kann nicht fortgesetzt werden, da zip.dll
>> nicht
>> > gefunden wurde. Durch eine Neuinstallation des Programms kann das
>> > Problem möglicherweise behoben werden.
>> > ---
>> >
>> > And after pressing ok on the popup, in the Setup window:
>> qgis-common.bat
>> > exit code -1073741515
>> >
>> > However, installing qgis-ltr (2.18) works fine.
>> >
>> > best,
>> > Lukas
>> >
>> > On 17.10.2018 07:42, Antongeo76 wrote:
>> >> Hi Tyler,
>> >> I'd yesterday I'd trouble with install on windows 7
>> >>
>> >> Well I find that something wrong QGIS 3.2.3 as QGIS Master
>> >> don't start an come out with a Windows error message referred to
>> absence
>> >> of
>> >> qgis.dll…
>> >>
>> >> Well,
>> >>
>> >> I identified that the conflict were whit
>> >>
>> >> msvcr110.dll
>> >> msvcp110.dll
>> >>
>> >> I've unlocked this two dlls and erased them
>> >> Then I've restored them from trash
>> >> I've re-run osgeo setup and all works fine
>> >>
>> >> I hope this can help you
>> >> Tyler Veinot-2 wrote
>> >>> All;
>> >>> Trying to install QGIS and QGIS Server using Osgeo4W installer on a
>> >>> virtual
>> >>> server running Windows Server 2012R2 and I keep getting an error
>> "This
>> >>> program can't start because zip.dll is missing from your computer.
>> Try
>> >>> reinstalling the program to fix this problem."
>> >>> I don't have a zip.dll anywhere but I cannot find out what package
>> >>> installs
>> >>> it.
>> >>> Anyone else run into this? Any solutions?
>> >>> Thanks;
>> >>> Tyler
>> >>>
>> >>> ___
>> >>> Qgis-user mailing list
>> >>> Qgis-user@.osgeo
>> >>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> >>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> >>
>> >>
>> >>
>> >>
>> >> -
>> >> Antonio
>> >> --
>> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> >> ___
>> >> Qgis-user mailing list
>> >>
>>
>> > Qgis-user@.osgeo
>>
>> >> 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@.osgeo
>>
>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>> Hi Lukas,
>> It is the same error I read in my insallation Yesterday,
>> If you unlock and Erase-restore the files msvcr and msvcp from
>> c:/Windows/system32, then you reinstall from osgeo all works fine
>>
>> Regards
>>
>> Antonio
>>
>>
>>
>> -
>> Antonio
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> 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@.osgeo

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





-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Custom forms with subform

2018-10-17 Per discussione Tyler Veinot
Glad you got it working, I didn't realize that you were trying to view an
image through the reference but it is nice to know that can be done with
the externalresourcewidget. Will it also work for videos? Is there a use
tutorial or does it work like the other 2?
Tyler

On Tue, Oct 16, 2018 at 5:40 PM Carlos Dávila 
wrote:

> QgsExternalResourceWidget worked, the other two not, they show the path to
> the image file, but not the image. Thanks.
>
> El 16/10/18 a las 8:53, Matthias Kuhn escribió:
>
> Can you try with a QLineEdit, a QLabel or a QgsExternalResourceWidget and
> configure it as attachment?
> On 10/15/18 9:03 PM, Carlos Dávila wrote:
>
> And one more question. Adding an image widget as you describe in [1]
> doesn't seem to work. I guess it's due to "Photo" type no longer available
> in QGIS 3. Should it work the same with "Attachment" type or must I do
> something different?
>
> [1]
> https://gis.stackexchange.com/questions/144427/how-to-display-a-picture-in-qgis-custom-form
>
> El 15/10/18 a las 18:34, Carlos Dávila escribió:
>
> Hi Matthias
>
> Yes, that did the trick, thanks a lot
>
> El 15/10/18 a las 16:58, Matthias Kuhn escribió:
>
> Hi Carlos,
>
> something like this?
>
> https://gis.stackexchange.com/a/92001/9839
>
> On 10/15/18 4:21 PM, Carlos Dávila wrote:
>
> I have created a custom form using Qt Designer for one layer, which
> works like a charm. Now I want to add a subform to display features of
> another layer linked by a relation, but I can't find the way to do it.
> Is it possible to accomplish this?
>
>
> --
> Matthias Kuhn
> matth...@opengis.ch
> +41 (0)76 435 67 63 <+41764356763>
> [image: OPENGIS.ch Logo] 
>
>
> ___
> 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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Tyler Veinot
All;
Thanks it is working now
Tyler

On Wed, Oct 17, 2018 at 7:11 AM Antongeo76  wrote:

> Winiwarter, Lukas wrote
> > Hi Tyler, Antonio,
> >
> > I run into the same issue with "zip.dll" when trying to install QGIS
> > 3.2.3-1 or 3.2.3-2 from the network installer on Win10. The error
> > message reads (in German):
> >
> > ---
> > crssync.exe - Systemfehler
> > ---
> > Die Ausführung des Codes kann nicht fortgesetzt werden, da zip.dll nicht
> > gefunden wurde. Durch eine Neuinstallation des Programms kann das
> > Problem möglicherweise behoben werden.
> > ---
> >
> > And after pressing ok on the popup, in the Setup window: qgis-common.bat
> > exit code -1073741515
> >
> > However, installing qgis-ltr (2.18) works fine.
> >
> > best,
> > Lukas
> >
> > On 17.10.2018 07:42, Antongeo76 wrote:
> >> Hi Tyler,
> >> I'd yesterday I'd trouble with install on windows 7
> >>
> >> Well I find that something wrong QGIS 3.2.3 as QGIS Master
> >> don't start an come out with a Windows error message referred to absence
> >> of
> >> qgis.dll…
> >>
> >> Well,
> >>
> >> I identified that the conflict were whit
> >>
> >> msvcr110.dll
> >> msvcp110.dll
> >>
> >> I've unlocked this two dlls and erased them
> >> Then I've restored them from trash
> >> I've re-run osgeo setup and all works fine
> >>
> >> I hope this can help you
> >> Tyler Veinot-2 wrote
> >>> All;
> >>> Trying to install QGIS and QGIS Server using Osgeo4W installer on a
> >>> virtual
> >>> server running Windows Server 2012R2 and I keep getting an error "This
> >>> program can't start because zip.dll is missing from your computer. Try
> >>> reinstalling the program to fix this problem."
> >>> I don't have a zip.dll anywhere but I cannot find out what package
> >>> installs
> >>> it.
> >>> Anyone else run into this? Any solutions?
> >>> Thanks;
> >>> Tyler
> >>>
> >>> ___
> >>> Qgis-user mailing list
> >>> Qgis-user@.osgeo
> >>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >>
> >>
> >>
> >>
> >> -
> >> Antonio
> >> --
> >> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> >> ___
> >> Qgis-user mailing list
> >>
>
> > Qgis-user@.osgeo
>
> >> 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@.osgeo
>
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> Hi Lukas,
> It is the same error I read in my insallation Yesterday,
> If you unlock and Erase-restore the files msvcr and msvcp from
> c:/Windows/system32, then you reinstall from osgeo all works fine
>
> Regards
>
> Antonio
>
>
>
> -
> Antonio
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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] R: QGIS - Esportazione file

2018-10-17 Per discussione Stefano Campus
Non sottovaluterei però l'esportare la tavola come tiff.


Il Mer 17 Ott 2018 17:00 giorgio cucco  ha
scritto:

> Grazie per il suggerimento,
> ho provato con due tavole che avevo già impaginato…. in un caso fleggando
> su "stampa come raster" il peso del pdf si riduce un po', ma nell'altro
> caso invece il peso del pdf è addirittura aumentato….. Credo che dipenda
> dalla presenza o meno nell'impaginazione di immagini raster o layer VMS.
> Però credo di aver trovato una soluzione non ottimale ma comunque utile al
> mio fine. Con la versione 3.2.0 di QGIS è possibile esportare il PDF in
>  vettoriale, fleggango nel pannello opzioni di esportazione su "Always
> export as vectors" esportandolo in vettoriale a 300dpi si ottiene un
> file ottimale da un punto di vista qualitativo ma il peso del pdf resta
> elevato. Dopo procedo con la compressione del pdf con un programma di
> compressione, anche di quelli opensource disponibili on-line e ottengo un
> file di dimensioni contenute che essendo di derivazione vettoriale
>  mantiene una buona qualità grafica , migliore del corrispettivo raster,
> che se viene compresso perde di definizione.
> L'esportazione di file pdf resta però una carenza intrinseca a QGIS. Nel
> tuo messaggio dicevi che è un problema noto che dipende da "Qt". Scusa
> l'ignoranza, cos'è "Qt"?
>
>
>
> *Arch. Giorgio Cucco*
>
> via XX Settembre n.52, 10060 Cercenasco (TO) IT
> cell. 340-3817340
> Indirizzi e-mail:
> giorgio.cu...@outlook.it
> giorgio.cu...@alice.it
> giorgio.cu...@architettitorinopec.it
>
>
> --
> *Da:* Paolo Cavallini 
> *Inviato:* mercoledì 17 ottobre 2018 14:44
> *A:* qgis-it-user@lists.osgeo.org; giorgio cucco;
> qgis-it-user@lists.osgeo.org
> *Oggetto:* Re: [QGIS-it-user] QGIS - Esportazione file
>
> È un problema noto, che dipende da Qt.
> Hai provato la stampa come raster?
> Saluti.
>
> Il 17 ottobre 2018 14:08:11 CEST, giorgio cucco 
> ha scritto:
>
> Buongiorno,
> Sono un architetto, da circa due anni utilizzo QGIS per la redazioni di
> strumenti di pianificazione urbanistica di livello comunale (PRGC), ho
> riscontrato un problema in merito all'esportazione in formato pdf degli
> elaborati. I file esportati per avere buona qualità grafica devono essere
> esportati almeno a 150 o 200 dpi e in quei casi si ottengono file pdf
> piuttosto pesanti, e comunque decisamente più pesanti dei corrispettivi
> file esportati sempre in formato pdf da programmi analoghi come Mapinfo o
> ArcGIS. Diversamente l'esportazione in formato JPEG permette di ottimizzare
> un po' di più il rapporto qualità/peso dei file (il problema è che ormai il
> format richiesto per le trasmissioni degli elaborati alla pubblica
> amministrazione è il pdf)
> Sapete indicarmi delle possibili soluzioni per generare file pdf di buona
> qualità contenendo però la dimensione dei file?
> Se attualmente non esiste soluzione potrebbe essere un argomento
> interessante di sviluppo per successive versioni del programma.
> Grazie per l'attenzione.
>
> *Arch. Giorgio Cucco*
>
> via XX Settembre n.52, 10060 Cercenasco (TO) IT
> cell. 340-3817340
> Indirizzi e-mail:
> giorgio.cu...@outlook.it
> giorgio.cu...@alice.it
> giorgio.cu...@architettitorinopec.it
>
>
>
> 
>  Mail
> priva di virus. www.avast.com
> 
> <#m_-1634911859531373784_x_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
>
> --
> Sorry for being short
> ___
> 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] feature request: Please make vertex panel to be able to delete a vertex in QGIS 3

2018-10-17 Per discussione Antongeo76
Hi all,

Using the new vertex editor I often find it difficult to locate the vertex
in map canvas.
So I need to propose a feature request:

It is it possible to make 'vertex panel' able to delete vertex?
If it is possible this would work both for a vertex at a time 
as for a series of vertices selected directly in the vertex panel

Thanks for your attention

Antonio



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] R: QGIS - Esportazione file

2018-10-17 Per discussione giorgio cucco
Grazie per il suggerimento,
ho provato con due tavole che avevo già impaginato…. in un caso fleggando su 
"stampa come raster" il peso del pdf si riduce un po', ma nell'altro caso 
invece il peso del pdf è addirittura aumentato….. Credo che dipenda dalla 
presenza o meno nell'impaginazione di immagini raster o layer VMS. Però credo 
di aver trovato una soluzione non ottimale ma comunque utile al mio fine. Con 
la versione 3.2.0 di QGIS è possibile esportare il PDF in  vettoriale, 
fleggango nel pannello opzioni di esportazione su "Always export as 
vectors" esportandolo in vettoriale a 300dpi si ottiene un file ottimale da 
un punto di vista qualitativo ma il peso del pdf resta elevato. Dopo procedo 
con la compressione del pdf con un programma di compressione, anche di quelli 
opensource disponibili on-line e ottengo un file di dimensioni contenute che 
essendo di derivazione vettoriale  mantiene una buona qualità grafica , 
migliore del corrispettivo raster, che se viene compresso perde di definizione.
L'esportazione di file pdf resta però una carenza intrinseca a QGIS. Nel tuo 
messaggio dicevi che è un problema noto che dipende da "Qt". Scusa l'ignoranza, 
cos'è "Qt"?



Arch. Giorgio Cucco

via XX Settembre n.52, 10060 Cercenasco (TO) IT
cell. 340-3817340
Indirizzi e-mail:
giorgio.cu...@outlook.it
giorgio.cu...@alice.it
giorgio.cu...@architettitorinopec.it


Da: Paolo Cavallini 
Inviato: mercoledì 17 ottobre 2018 14:44
A: qgis-it-user@lists.osgeo.org; giorgio cucco; qgis-it-user@lists.osgeo.org
Oggetto: Re: [QGIS-it-user] QGIS - Esportazione file

È un problema noto, che dipende da Qt.
Hai provato la stampa come raster?
Saluti.

Il 17 ottobre 2018 14:08:11 CEST, giorgio cucco  ha 
scritto:
Buongiorno,
Sono un architetto, da circa due anni utilizzo QGIS per la redazioni di 
strumenti di pianificazione urbanistica di livello comunale (PRGC), ho 
riscontrato un problema in merito all'esportazione in formato pdf degli 
elaborati. I file esportati per avere buona qualità grafica devono essere 
esportati almeno a 150 o 200 dpi e in quei casi si ottengono file pdf piuttosto 
pesanti, e comunque decisamente più pesanti dei corrispettivi file esportati 
sempre in formato pdf da programmi analoghi come Mapinfo o ArcGIS. Diversamente 
l'esportazione in formato JPEG permette di ottimizzare un po' di più il 
rapporto qualità/peso dei file (il problema è che ormai il format richiesto per 
le trasmissioni degli elaborati alla pubblica amministrazione è il pdf)
Sapete indicarmi delle possibili soluzioni per generare file pdf di buona 
qualità contenendo però la dimensione dei file?
Se attualmente non esiste soluzione potrebbe essere un argomento interessante 
di sviluppo per successive versioni del programma.
Grazie per l'attenzione.


Arch. Giorgio Cucco

via XX Settembre n.52, 10060 Cercenasco (TO) IT
cell. 340-3817340
Indirizzi e-mail:
giorgio.cu...@outlook.it
giorgio.cu...@alice.it
giorgio.cu...@architettitorinopec.it

[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]
  Mail priva di virus. 
www.avast.com

--
Sorry for being short
___
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 - Esportazione file

2018-10-17 Per discussione Amedeo Fadini
Traducendo Paolo:

il problema non è di facile soluzione nemmeno da parte degli sviluppatori,
perché dipende da software più generale.

oltre a confermare il consiglio di stampare come raster, per il momento
serve un po' di postprocessing:
 - se lavori sotto windows ho trovato qualche miglioramento ristampando la
tavola con pdfcreator con un profilo molto compresso
- se hai strumenti di grafica vettoriale ricorda che puoi sempre esportare
la tavola in SVG, per poi rifinirla e stamparla, anche se probabilmente
molti elementi li perdi a causa del software in cui importi

sarebbe interessante se tu potessi quantificare la differenza tra gli
elaborati esportati da QGIS e quelli degli altri programmi... quando dici
"decisamente più pesanti" intendi il 30% in più? il 20%? naturalmente
dovresti fare un test con gli stessi livelli ma già un inquadramento della
CTR dovrebbe.

Anch'io gli ultimi piani fatti mi trovavo con file da un centinaio di Mb in
su, qualche rogna per inviarli in copisteria,  ma personalmente non credo
che questo aspetto sia tra i più urgenti per lo sviluppo del programma:
come hai detto giustamente l'uso di pdf al posto della tavola stampata è
una modalità operativa che si è sedimentata nella PA, ma non è lo strumento
migliore per consultare un piano, meglio un atlante o una immagine
zoomabile via web.

Amedeo

Il giorno mer 17 ott 2018 alle ore 14:44 Paolo Cavallini <
cavall...@faunalia.it> ha scritto:

> È un problema noto, che dipende da Qt.
> Hai provato la stampa come raster?
> Saluti.
>
> Il 17 ottobre 2018 14:08:11 CEST, giorgio cucco 
> ha scritto:
>>
>> Buongiorno,
>> Sono un architetto, da circa due anni utilizzo QGIS per la redazioni di
>> strumenti di pianificazione urbanistica di livello comunale (PRGC), ho
>> riscontrato un problema in merito all'esportazione in formato pdf degli
>> elaborati. I file esportati per avere buona qualità grafica devono essere
>> esportati almeno a 150 o 200 dpi e in quei casi si ottengono file pdf
>> piuttosto pesanti, e comunque decisamente più pesanti dei corrispettivi
>> file esportati sempre in formato pdf da programmi analoghi come Mapinfo o
>> ArcGIS. Diversamente l'esportazione in formato JPEG permette di ottimizzare
>> un po' di più il rapporto qualità/peso dei file (il problema è che ormai il
>> format richiesto per le trasmissioni degli elaborati alla pubblica
>> amministrazione è il pdf)
>> Sapete indicarmi delle possibili soluzioni per generare file pdf di buona
>> qualità contenendo però la dimensione dei file?
>> Se attualmente non esiste soluzione potrebbe essere un argomento
>> interessante di sviluppo per successive versioni del programma.
>> Grazie per l'attenzione.
>>
>> *Arch. Giorgio Cucco*
>>
>> via XX Settembre n.52, 10060 Cercenasco (TO) IT
>> cell. 340-3817340
>> Indirizzi e-mail:
>> giorgio.cu...@outlook.it
>> giorgio.cu...@alice.it
>> giorgio.cu...@architettitorinopec.it
>>
>>
>>
>> 
>>  Mail
>> priva di virus. www.avast.com
>> 
>> <#m_-5743194405087673061_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>
> --
> Sorry for being short
> ___
> 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] Qgis3 - Sql Server

2018-10-17 Per discussione Leonardo Donnini

Buongiorno,
segnalo un problema che ho trovato a seguito dell'aggiornamento che ho 
eseguito ieri alla versione 3.2.3-Bonn.


non sono più in grado di collegare le tabelle dal server MS SQL , o 
meglio la connessione la fa ma ma poi non riconosce le tabelle con dati 
geografici e non è possibile collegarle al progetto .


se la tabella è già collegata al progetto viene mostrata e gestita 
regolarmente


se apro il progetto con una versione precedente e collego una tabella 
poi salvo e riapro il progetto con Qgis 3.2.3 la tabella collegata viene 
mostrata e gestita regolarmente .


E possibile una soluzione , qualcuno può provare e confermare il bug ?

Grazie

Leonardo

--


---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
https://www.avast.com/antivirus

___
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 - Esportazione file

2018-10-17 Per discussione Paolo Cavallini
È un problema noto, che dipende da Qt.
Hai provato la stampa come raster?
Saluti.

Il 17 ottobre 2018 14:08:11 CEST, giorgio cucco  ha 
scritto:
>Buongiorno,
>Sono un architetto, da circa due anni utilizzo QGIS per la redazioni di
>strumenti di pianificazione urbanistica di livello comunale (PRGC), ho
>riscontrato un problema in merito all'esportazione in formato pdf degli
>elaborati. I file esportati per avere buona qualità grafica devono
>essere esportati almeno a 150 o 200 dpi e in quei casi si ottengono
>file pdf piuttosto pesanti, e comunque decisamente più pesanti dei
>corrispettivi file esportati sempre in formato pdf da programmi
>analoghi come Mapinfo o ArcGIS. Diversamente l'esportazione in formato
>JPEG permette di ottimizzare un po' di più il rapporto qualità/peso dei
>file (il problema è che ormai il format richiesto per le trasmissioni
>degli elaborati alla pubblica amministrazione è il pdf)
>Sapete indicarmi delle possibili soluzioni per generare file pdf di
>buona qualità contenendo però la dimensione dei file?
>Se attualmente non esiste soluzione potrebbe essere un argomento
>interessante di sviluppo per successive versioni del programma.
>Grazie per l'attenzione.
>
>
>Arch. Giorgio Cucco
>
>via XX Settembre n.52, 10060 Cercenasco (TO) IT
>cell. 340-3817340
>Indirizzi e-mail:
>giorgio.cu...@outlook.it
>giorgio.cu...@alice.it
>giorgio.cu...@architettitorinopec.it
>
>[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]
>Mail priva di virus.
>www.avast.com

-- 
Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGIS - Esportazione file

2018-10-17 Per discussione giorgio cucco
Buongiorno,
Sono un architetto, da circa due anni utilizzo QGIS per la redazioni di 
strumenti di pianificazione urbanistica di livello comunale (PRGC), ho 
riscontrato un problema in merito all'esportazione in formato pdf degli 
elaborati. I file esportati per avere buona qualità grafica devono essere 
esportati almeno a 150 o 200 dpi e in quei casi si ottengono file pdf piuttosto 
pesanti, e comunque decisamente più pesanti dei corrispettivi file esportati 
sempre in formato pdf da programmi analoghi come Mapinfo o ArcGIS. Diversamente 
l'esportazione in formato JPEG permette di ottimizzare un po' di più il 
rapporto qualità/peso dei file (il problema è che ormai il format richiesto per 
le trasmissioni degli elaborati alla pubblica amministrazione è il pdf)
Sapete indicarmi delle possibili soluzioni per generare file pdf di buona 
qualità contenendo però la dimensione dei file?
Se attualmente non esiste soluzione potrebbe essere un argomento interessante 
di sviluppo per successive versioni del programma.
Grazie per l'attenzione.


Arch. Giorgio Cucco

via XX Settembre n.52, 10060 Cercenasco (TO) IT
cell. 340-3817340
Indirizzi e-mail:
giorgio.cu...@outlook.it
giorgio.cu...@alice.it
giorgio.cu...@architettitorinopec.it

[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]
  Mail priva di virus. 
www.avast.com
___
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 un po' di pubblicità su Repubblica Palermo

2018-10-17 Per discussione Marco Spaziani
Grazie Totò. Anche questo serve.

Il giorno mer 17 ott 2018 alle ore 10:48 Paolo Cavallini <
cavall...@faunalia.it> ha scritto:

> Il 10/17/2018 10:06 AM, Totò ha scritto:
> > Ciao a tutti,
> > la settimana scorsa ho scritto un blog post [0] sul mio blog
> > Pigrecoinfinito.
> >
> > Il post ha suscitato parecchia curiosità a Palermo e anche nel Gruppo
> Open
> > Data Sicilia, da dove è partito tutto, e per questo ringrazio Andrea
> Borruso
> > che ha condiviso il mio blog post.
> >
> > Sono stato contattato e intervistato da un giornalista di Repubblica
> Palermo
> > e quindi ho avuto la possibilità di pubblicizzare QGIS.
> >
> > Nel blog post ho realizzato delle mappe con QGIS  e alla fine del post ho
> > messo l'articolo di Repubblica.
> >
> > SALUTI
> >
> > [0]
> >
> https://pigrecoinfinito.wordpress.com/2018/10/13/animare-la-munnizza-di-palermo-con-qgis/
> >
> ottimo, grazie!
>
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS.ORG Chair:
> http://planet.qgis.org/planet/user/28/tag/qgis%20board/
>
> ___
> 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] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Antongeo76
Winiwarter, Lukas wrote
> Hi Tyler, Antonio,
> 
> I run into the same issue with "zip.dll" when trying to install QGIS 
> 3.2.3-1 or 3.2.3-2 from the network installer on Win10. The error 
> message reads (in German):
> 
> ---
> crssync.exe - Systemfehler
> ---
> Die Ausführung des Codes kann nicht fortgesetzt werden, da zip.dll nicht 
> gefunden wurde. Durch eine Neuinstallation des Programms kann das 
> Problem möglicherweise behoben werden.
> ---
> 
> And after pressing ok on the popup, in the Setup window: qgis-common.bat 
> exit code -1073741515
> 
> However, installing qgis-ltr (2.18) works fine.
> 
> best,
> Lukas
> 
> On 17.10.2018 07:42, Antongeo76 wrote:
>> Hi Tyler,
>> I'd yesterday I'd trouble with install on windows 7
>>
>> Well I find that something wrong QGIS 3.2.3 as QGIS Master
>> don't start an come out with a Windows error message referred to absence
>> of
>> qgis.dll…
>>
>> Well,
>>
>> I identified that the conflict were whit
>>
>> msvcr110.dll
>> msvcp110.dll
>>
>> I've unlocked this two dlls and erased them
>> Then I've restored them from trash
>> I've re-run osgeo setup and all works fine
>>
>> I hope this can help you
>> Tyler Veinot-2 wrote
>>> All;
>>> Trying to install QGIS and QGIS Server using Osgeo4W installer on a
>>> virtual
>>> server running Windows Server 2012R2 and I keep getting an error "This
>>> program can't start because zip.dll is missing from your computer. Try
>>> reinstalling the program to fix this problem."
>>> I don't have a zip.dll anywhere but I cannot find out what package
>>> installs
>>> it.
>>> Anyone else run into this? Any solutions?
>>> Thanks;
>>> Tyler
>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@.osgeo
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>>
>>
>> -
>> Antonio
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
>> ___
>> Qgis-user mailing list
>> 

> Qgis-user@.osgeo

>> 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@.osgeo

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


Hi Lukas,
It is the same error I read in my insallation Yesterday,
If you unlock and Erase-restore the files msvcr and msvcp from
c:/Windows/system32, then you reinstall from osgeo all works fine

Regards

Antonio



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] [FOSSGIS-Talk] QGIS-3 - Fehlermeldung nach Aktualisierung auf neuste Version

2018-10-17 Per discussione Stefan Frerichs
Hallo Peter,

ich hatte die selben Probleme und konnte QGis erst wieder nach einer
kompletten Neuinstallation über das Setup-Programm (OSGeo4W) zum Laufen
bringen:

_ggf. Sicherung des Benutzerverzeichnisses
_Komplete Deinstallation aller Komponenten über das Setup-Prorgramm
_Bereinigung der Systemvariablen und der Regestry (Suche nach OSGeo und
Qgis)
_Löschen des Installationsverzeichnis, Benutzerverzeichnis und des
Paketverzeichnisses
_Neuinstallation über das Setup-Programm
_Achtung: Ich habe den Verdacht, dass der Name des
Installationsverzeichnisses nicht mehr als 8 Zeichen umfassen sollte -
insofern empfiehlt es sich wohl, den vorgeschlagenen Namen zu
übernehmen: C:\OSGeo4W

Ob diese radikale Vorgehensweise wirklich in allen Schritten notwendig
war (und ich nicht einfach über den falschen Namen des
Installationsverzeichnisses gestolpert bin), kann ich im Nachhinein
nicht beurteilen, vielleicht kann sich ein erfahrener Nutzer dazu
äußern. Im Ergebnis startet jedenfalls QGis wieder und das ist mir wichtig.

Bitte berichte doch auch Deine Erfahrungen

Viel Erfolg
Stefan

##

Hello Peter,

I had the same problems and could only get QGis running again after a
complete reinstallation via the setup program (OSGeo4W):

_possibly backup user directory
_Complete uninstallation of all components via the setup program
_Clean up the system variables and the registry (search for OSGeo and Qgis)
_Deleting the installation directory, user directory and the package
directory
_New installation via the setup program
_Attention: I suspect that the name of the installation directory should
not contain more than 8 characters - so it is recommended to use the
suggested name: C:\OSGeo4W

If this radical procedure was really necessary in all steps (and I
didn't just stumble over the wrong name of the installation directory),
I can't judge afterwards, maybe an experienced user can comment on it.
As a result QGis starts again and that is important to me.

Please report your experiences as well

Good luck
Stefan

Translated with www.DeepL.com/Translator

Am 15.10.2018 um 08:19 schrieb sk:
> Halle an alle,
> 
> habe heute auf die QGIS-Version 3.2.3.1 aktualisiert, jetzt startet QGIS 
> 3 nicht mehr und es kommt folgende
> Fehlermeldung:
> --
> Could not load qgis_app.dll
> Windows Error: %1 ist keine zulässige Win32-Anwendung.
> 
> Help:
> Check C:\OSGeo4W64\bin\qgis-bin-g7.4.1.env for correct
> environment paths
> --
> 
> Habe mal in diese qgis-bin-g7.4.1.env Datei geschaut, werde aber nicht 
> schlau daraus.
> Hat jemand eine Idee, ich bräuchte die aktuelle Version da ich damit 
> gerade ein Projekt
> bearbeite.
> 
> Gruß Peter
> 
___
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] topological editing don't works as expected

2018-10-17 Per discussione Antongeo76
Hi all,

in QGIS 3.2.3 as in MASTER
I need to edit a polygon shapefile with topological editing active
-I set snap options with tolerance 1m to my layer 
-I active topologica editing an spapping on intersection
-I try  to add a vertex on a polygon and move it for adjust boundary

well
-the vertex is added only on one of two coincident polygon boundary
-then when I try to move the added vertex this reshape only one of two
polygon...
  I expected that topological editing still works as in QGIS 2, 
  where when I add a vertex and move it the reshaping acts on both
polygon who share the boundary I 
  want to reshape

there is someone else that has noticed the same anomaly

Regards

Antonio



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] Empty vector toolbar

2018-10-17 Per discussione Richard Duivenvoorde
On 10/17/2018 09:17 AM, Andrew Grant-Adamson wrote:
> Hello,
> 
> I know this problem has been reported over time but I have not found a 
> solution to the problem which works for me. I am running a Mac Book Pro with 
> Mojave OS.
> 
> I have tried a clean reinstall using the latest QGIS3 build having deleted 
> preference and profiles. I have a feeling there must be some little file 
> lurking somewhere.
> 
> But there may be a simple answer. Advice would be welcomed.

Hi Andrew,

What are you looking for in the Vector Toolbar?

As you can see here:
https://gis.stackexchange.com/questions/183454/qgis-vector-toolbar-has-no-tools

There is nothing, unless you for example install the 'Coordinate
Capture' plugin in QGIS3

After installation of that plugin it will at least contain one button,
and you should be able to view it via the context menu in the toolbars-area.
If that fails, you can use the Python console and do:

iface.vectorToolBar().show()

and to hide it:
iface.vectorToolBar().hide()

HTH, Regards,

Richard Duivenvoorde

___
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 un po' di pubblicità su Repubblica Palermo

2018-10-17 Per discussione Paolo Cavallini
Il 10/17/2018 10:06 AM, Totò ha scritto:
> Ciao a tutti,
> la settimana scorsa ho scritto un blog post [0] sul mio blog
> Pigrecoinfinito.
>
> Il post ha suscitato parecchia curiosità a Palermo e anche nel Gruppo Open
> Data Sicilia, da dove è partito tutto, e per questo ringrazio Andrea Borruso
> che ha condiviso il mio blog post.
>
> Sono stato contattato e intervistato da un giornalista di Repubblica Palermo
> e quindi ho avuto la possibilità di pubblicizzare QGIS.
>
> Nel blog post ho realizzato delle mappe con QGIS  e alla fine del post ho
> messo l'articolo di Repubblica.
>
> SALUTI
>
> [0]
> https://pigrecoinfinito.wordpress.com/2018/10/13/animare-la-munnizza-di-palermo-con-qgis/
>
ottimo, grazie!

-- 
Paolo Cavallini - www.faunalia.eu
QGIS.ORG Chair:
http://planet.qgis.org/planet/user/28/tag/qgis%20board/

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


Re: [Qgis-user] OSGeo4W install on Windows Server 2012R2

2018-10-17 Per discussione Winiwarter, Lukas

Hi Tyler, Antonio,

I run into the same issue with "zip.dll" when trying to install QGIS 
3.2.3-1 or 3.2.3-2 from the network installer on Win10. The error 
message reads (in German):


---
crssync.exe - Systemfehler
---
Die Ausführung des Codes kann nicht fortgesetzt werden, da zip.dll nicht 
gefunden wurde. Durch eine Neuinstallation des Programms kann das 
Problem möglicherweise behoben werden.

---

And after pressing ok on the popup, in the Setup window: qgis-common.bat 
exit code -1073741515


However, installing qgis-ltr (2.18) works fine.

best,
Lukas

On 17.10.2018 07:42, Antongeo76 wrote:

Hi Tyler,
I'd yesterday I'd trouble with install on windows 7

Well I find that something wrong QGIS 3.2.3 as QGIS Master
don't start an come out with a Windows error message referred to absence of
qgis.dll…

Well,

I identified that the conflict were whit

msvcr110.dll
msvcp110.dll

I've unlocked this two dlls and erased them
Then I've restored them from trash
I've re-run osgeo setup and all works fine

I hope this can help you
Tyler Veinot-2 wrote

All;
Trying to install QGIS and QGIS Server using Osgeo4W installer on a
virtual
server running Windows Server 2012R2 and I keep getting an error "This
program can't start because zip.dll is missing from your computer. Try
reinstalling the program to fix this problem."
I don't have a zip.dll anywhere but I cannot find out what package
installs
it.
Anyone else run into this? Any solutions?
Thanks;
Tyler

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





-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] QGIS un po' di pubblicità su Repubblica Palermo

2018-10-17 Per discussione Giulio Fattori

Il 17/10/2018 10:06, Totò ha scritto:

Ciao a tutti,
la settimana scorsa ho scritto un blog post [0] sul mio blog
Pigrecoinfinito.

Il post ha suscitato parecchia curiosità a Palermo e anche nel Gruppo Open
Data Sicilia, da dove è partito tutto, e per questo ringrazio Andrea Borruso
che ha condiviso il mio blog post.

Sono stato contattato e intervistato da un giornalista di Repubblica Palermo
e quindi ho avuto la possibilità di pubblicizzare QGIS.

Nel blog post ho realizzato delle mappe con QGIS  e alla fine del post ho
messo l'articolo di Repubblica.

SALUTI

[0]
https://pigrecoinfinito.wordpress.com/2018/10/13/animare-la-munnizza-di-palermo-con-qgis/



-
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


Complimenti

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


[QGIS-it-user] QGIS un po' di pubblicità su Repubblica Palermo

2018-10-17 Per discussione Totò
Ciao a tutti,
la settimana scorsa ho scritto un blog post [0] sul mio blog
Pigrecoinfinito.

Il post ha suscitato parecchia curiosità a Palermo e anche nel Gruppo Open
Data Sicilia, da dove è partito tutto, e per questo ringrazio Andrea Borruso
che ha condiviso il mio blog post.

Sono stato contattato e intervistato da un giornalista di Repubblica Palermo
e quindi ho avuto la possibilità di pubblicizzare QGIS.

Nel blog post ho realizzato delle mappe con QGIS  e alla fine del post ho
messo l'articolo di Repubblica.

SALUTI

[0]
https://pigrecoinfinito.wordpress.com/2018/10/13/animare-la-munnizza-di-palermo-con-qgis/



-
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-user] Empty vector toolbar

2018-10-17 Per discussione Andrew Grant-Adamson
Hello,

I know this problem has been reported over time but I have not found a solution 
to the problem which works for me. I am running a Mac Book Pro with Mojave OS.

I have tried a clean reinstall using the latest QGIS3 build having deleted 
preference and profiles. I have a feeling there must be some little file 
lurking somewhere.

But there may be a simple answer. Advice would be welcomed.

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