Re: [Qgis-user] Couldn't load SIP module

2020-11-04 Per discussione Frank Sokolic

Hi Mike,

This Python error on the Flatpak version of QGIS (I'm using Ubuntu 20.10 
Groovy Gorilla) was preventing me from using the Processing Toolbox so I 
had to ditch QGIS flatpak. I couldn't get QGIS 3.16 working either as 
there wasn't/isn't a repository available for Groovy and I kept on 
getting dependency problems when using the QGIS Focal repository on 
Groovy. The only version of QGIS that I've been able to get working 
properly on Ubuntu is the development version QGIS 3.17 Master.


Regards, Frank.

On 2020/11/04 14:07, Mike Flannigan wrote:


See my write-up below on the SIP module loading problem.
I am no longer OK.  Apparently the TimeShift back
only temporarily fixes the problem.  So every plugin
available to me is this short list:
http://www.mflan.com/temp/plugins.jpg

All I can figure is most QGIS users don't use plugins
(not likely) or this problem is affecting less than
10% of QGIS users.  Otherwise I suspect this would be the
biggest issue discussed on the list.  I don't even know
what to work on - QGIS or Python.

I am on QGIS version 3.14.16-Pi.  I guess I will go forward -
to ver 3.16.0 at first, then backwards if necessary.  I would
welcome a 3.16.0 user who does not have this problem to
state that on this list.  I welcome any suggestions.

I am on Linux Mint 19.3.


Mike



On 10/29/20 3:40 PM, Mike Flannigan wrote:


I have been using QGIS a lot recently.  All of a sudden
it gives "Couldn't load SIP module", which is a Python
problem with QGIS that has been around for many years.

I TimeShifted back about 3 days and the problem is solved
for now, but I just wanted to get this recorded.

Here are a few write-ups on the problem, some very recent:


https://github.com/qgis/QGIS/issues/38310

https://github.com/qgis/QGIS/issues/30895

https://gis.stackexchange.com/questions/306595/qgis-3-4-couldnt-load-sip-module-python-support-will-be-disabled-on-windows-10 





The error message I receive is:


Couldn't load SIP module.
Python support will be disabled.


Traceback (most recent call last):
  File "", line 1, in
  File "/app/share/qgis/python/qgis/__init__.py", line 70, in
    from qgis.PyQt import QtCore
  File "/app/share/qgis/python/qgis/PyQt/QtCore.py", line 24, in
    from PyQt5.QtCore import *
ModuleNotFoundError: No module named 'PyQt5.sip'


Python version:
3.8.5 (default, Nov 10 2011, 15:00:00)
[GCC 10.2.0]

QGIS version:
3.14.16-Pi 'Pi', a235a149

Python path:
['/app/share/qgis/python', 
'/home/mike/.var/app/org.qgis.qgis/data/QGIS/QGIS3/profiles/default/python', 
'/home/mike/.var/app/org.qgis.qgis/data/QGIS/QGIS3/profiles/default/python/plugins', 
'/app/share/qgis/python/plugins', '/usr/lib/python38.zip', 
'/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', 
'/usr/lib/python3.8/site-packages', 
'/app/lib/python3.8/site-packages', 
'/app/lib/python3.8/site-packages/numpy-1.19.2-py3.8-linux-x86_64.egg', 
'/app/lib/python3.8/site-packages/MarkupSafe-1.1.1-py3.8-linux-x86_64.egg'] 






Ignoring the error message allows QGIS to start, but then
you don't have the "Lat Lon Tools" plugin, and a few other things.

My Python versions appear to be ver 2.7, ver 3.6, ver 3.7.

Again, I am OK for now, but I hope this issue is resolved soon.



Mike





___
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] Couldn't load SIP module

2020-10-30 Per discussione Frank Sokolic

Hi Mike,

I can confirm the same problem. I am using the Flatpak version of QGIS 
3.14 on Ubuntu 20.10.


Regards, Frank.

On 2020/10/29 22:40, Mike Flannigan wrote:


I have been using QGIS a lot recently.  All of a sudden
it gives "Couldn't load SIP module", which is a Python
problem with QGIS that has been around for many years.

I TimeShifted back about 3 days and the problem is solved
for now, but I just wanted to get this recorded.

Here are a few write-ups on the problem, some very recent:


https://github.com/qgis/QGIS/issues/38310

https://github.com/qgis/QGIS/issues/30895

https://gis.stackexchange.com/questions/306595/qgis-3-4-couldnt-load-sip-module-python-support-will-be-disabled-on-windows-10 





The error message I receive is:


Couldn't load SIP module.
Python support will be disabled.


Traceback (most recent call last):
  File "", line 1, in
  File "/app/share/qgis/python/qgis/__init__.py", line 70, in
    from qgis.PyQt import QtCore
  File "/app/share/qgis/python/qgis/PyQt/QtCore.py", line 24, in
    from PyQt5.QtCore import *
ModuleNotFoundError: No module named 'PyQt5.sip'


Python version:
3.8.5 (default, Nov 10 2011, 15:00:00)
[GCC 10.2.0]

QGIS version:
3.14.16-Pi 'Pi', a235a149

Python path:
['/app/share/qgis/python', 
'/home/mike/.var/app/org.qgis.qgis/data/QGIS/QGIS3/profiles/default/python', 
'/home/mike/.var/app/org.qgis.qgis/data/QGIS/QGIS3/profiles/default/python/plugins', 
'/app/share/qgis/python/plugins', '/usr/lib/python38.zip', 
'/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', 
'/usr/lib/python3.8/site-packages', 
'/app/lib/python3.8/site-packages', 
'/app/lib/python3.8/site-packages/numpy-1.19.2-py3.8-linux-x86_64.egg', 
'/app/lib/python3.8/site-packages/MarkupSafe-1.1.1-py3.8-linux-x86_64.egg'] 






Ignoring the error message allows QGIS to start, but then
you don't have the "Lat Lon Tools" plugin, and a few other things.

My Python versions appear to be ver 2.7, ver 3.6, ver 3.7.

Again, I am OK for now, but I hope this issue is resolved soon.



Mike


___
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] no package for ubuntu groovy gorilla

2020-10-27 Per discussione Frank Sokolic

Hi Fernando,

I tried your suggested edit of the source file and it gives dependency 
errors.


"The following packages have unmet dependencies.
 libqgis-app3.16.0 : Depends: libgsl23 (>= 2.5) but it is not installable
 libqgis-core3.16.0 : Depends: libprotobuf-lite17 but it is not installable
 qgis-plugin-grass : Depends: grass-core but it is not going to be 
installed

 Depends: grass782 but it is not installable
 qgis-providers : Depends: qtbase-abi-5-12-8 but it is not installable
E: Unable to correct problems, you have held broken packages."

Not sure what to do except wait until packages are available for groovy.

Regards, Frank.


On 2020/10/26 16:03, Fernando M. Roxo da Motta wrote:

On Mon, 26 Oct 2020 15:19:01 +0200, Frank Sokolic
 wrote:



Hi Reginald,

I've got the same problem and had to boot into Windows to continue
using QGIS this morning. I had QGIS 3.16 installed on Ubuntu and it
was removed during the upgrade to Groovy.

   Hi all,


   As a temporary circumvention, you may try to edit the source file
(inside /etc/apt/sources.list.d/) and change the distro from groovy to
focal:

deb [arch=amd64] http://qgis.org/debian focal main

   It is possible that no dependency issue show up.


   HTH


Regards, Frank.

On 2020/10/26 13:29, Reginald wrote:

Hi,

I have recently upgraded to ubuntu 20.10 but I noticed that the
QGIS version that was installed (3.14.16) was removed during the
upgrade. When I activated the QGIS repo and adjusted the settings I
was still out of luck. I see that
"https://ubuntu.pkgs.org/20.10/qgis-amd64/; contains no package. In
groovy gorilla I can install QGIS 3.10 but when I want to do this
there is a dialog that pops up that says that postgis has to be
removed. As I don't want my postgresql database to be altered I
wonder if anyone can tell me when there will be a package for
groovy gorilla.

Regards,




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







   Roxo



___
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] no package for ubuntu groovy gorilla

2020-10-26 Per discussione Frank Sokolic

Hi Reginald,

I've got the same problem and had to boot into Windows to continue using 
QGIS this morning. I had QGIS 3.16 installed on Ubuntu and it was 
removed during the upgrade to Groovy.


Regards, Frank.

On 2020/10/26 13:29, Reginald wrote:

Hi,

I have recently upgraded to ubuntu 20.10 but I noticed that the QGIS version
that was installed (3.14.16) was removed during the upgrade. When I
activated the QGIS repo and adjusted the settings I was still out of luck.
I see that "https://ubuntu.pkgs.org/20.10/qgis-amd64/; contains no package.
In groovy gorilla I can install QGIS 3.10 but when I want to do this there
is a dialog that pops up that says that postgis has to be removed. As I
don't want my postgresql database to be altered I wonder if anyone can tell
me when there will be a package for groovy gorilla.

Regards,




--
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] QGIS 3.14.15 on Ubuntu

2020-09-05 Per discussione Frank Sokolic

Hi Nick,

I'm using Ubuntu 20.04 with the repository "https://qgis.org/debian 
focal main" and version 3.14.15 of QGIS is installed. Not sure if you 
being on Ubuntu 18.04 is the issue.


Frank.


On 2020/09/05 12:25, Nick Hopton wrote:

Every time I start QGIS 3.14 it tells me that a new version is available,
3.14.15. I'm using Ubuntu 18.04 and my QGIS repository is
"https://qgis.org/ubuntu bionic InRelease" and there doesn't appear to be
any sign of version 3.14.15 there yet.

Is this just for me or for everyone? This isn't a complaint by the way, I
did a fresh install on a new computer a month or so ago using the new
installation method and I just wanted to check that it will update as it
used to.

Best,
Nick.



--
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] Show image time with Temporal Controller

2020-08-03 Per discussione Frank Sokolic

Hi,

Thanks for the tips everyone. I've added an expression to the Decoration 
Title that shows the date/time for each image in the format "2020-08-03 
14:00 UTC". This is the expression:


[% format_date((@animation_start_time + 
make_interval(hours:=(hour(@frame_duration) * 
@frame_number))),'-MM-dd HH:mm')%] UTC



There's probably a more efficient way of doing this but it works for me.

Frank.


On 2020/08/03 14:04, DelazJ wrote:

Hi Frank

Probably related: 
http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-How-to-get-animation-datetime-td5442097.html


Regards,
Harrissou

Le lun. 3 août 2020 à 13:58, Frank Sokolic <mailto:soko...@worldonline.co.za>> a écrit :


Hi Charles,

The images are being loaded from a WMS-T service and so don't have
attributes. Is there any way of using an expression to get details
of the current image from the temporal controller or perhaps get
the WMS-T parameters being sent for each image in the sequence?

Frank.

On 2020/08/03 13:14, Charles Dixon-Paver wrote:

Hi Frank, I haven't tested this, but wouldn't you be able to get
this from the layer attributes that are configured in the
temporal controller settings?

On Mon, 3 Aug 2020 at 13:07, Frank Sokolic
mailto:soko...@worldonline.co.za>> wrote:

Hi,

I'm using the QGIS 3.14 Temporal Controller to step through a
series of
satellite images in 15 minute intervals and would like to
show the
date/time of each image as it appears on the map. There are
variables
for the start and end animation times (animation_start_time,
animation_end_time) that I can use in my expression but can't
see
anything for the data/time of the current image. Does anyone
know if
such a variable exists?

Thanks, Frank.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org <mailto: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 <mailto: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] Show image time with Temporal Controller

2020-08-03 Per discussione Frank Sokolic

Hi Harrissou,

Yes, thanks, that is what I'm looking for. I'll try the solution that 
Andreas suggests.


Frank.

On 2020/08/03 14:04, DelazJ wrote:

Hi Frank

Probably related: 
http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-How-to-get-animation-datetime-td5442097.html


Regards,
Harrissou

Le lun. 3 août 2020 à 13:58, Frank Sokolic <mailto:soko...@worldonline.co.za>> a écrit :


Hi Charles,

The images are being loaded from a WMS-T service and so don't have
attributes. Is there any way of using an expression to get details
of the current image from the temporal controller or perhaps get
the WMS-T parameters being sent for each image in the sequence?

Frank.

On 2020/08/03 13:14, Charles Dixon-Paver wrote:

Hi Frank, I haven't tested this, but wouldn't you be able to get
this from the layer attributes that are configured in the
temporal controller settings?

On Mon, 3 Aug 2020 at 13:07, Frank Sokolic
mailto:soko...@worldonline.co.za>> wrote:

Hi,

I'm using the QGIS 3.14 Temporal Controller to step through a
series of
satellite images in 15 minute intervals and would like to
show the
date/time of each image as it appears on the map. There are
variables
for the start and end animation times (animation_start_time,
animation_end_time) that I can use in my expression but can't
see
anything for the data/time of the current image. Does anyone
know if
such a variable exists?

Thanks, Frank.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org <mailto: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 <mailto: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] Show image time with Temporal Controller

2020-08-03 Per discussione Frank Sokolic

Hi Charles,

The images are being loaded from a WMS-T service and so don't have 
attributes. Is there any way of using an expression to get details of 
the current image from the temporal controller or perhaps get the WMS-T 
parameters being sent for each image in the sequence?


Frank.

On 2020/08/03 13:14, Charles Dixon-Paver wrote:
Hi Frank, I haven't tested this, but wouldn't you be able to get this 
from the layer attributes that are configured in the temporal 
controller settings?


On Mon, 3 Aug 2020 at 13:07, Frank Sokolic <mailto:soko...@worldonline.co.za>> wrote:


Hi,

I'm using the QGIS 3.14 Temporal Controller to step through a
series of
satellite images in 15 minute intervals and would like to show the
date/time of each image as it appears on the map. There are variables
for the start and end animation times (animation_start_time,
animation_end_time) that I can use in my expression but can't see
anything for the data/time of the current image. Does anyone know if
such a variable exists?

Thanks, Frank.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org <mailto: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] Show image time with Temporal Controller

2020-08-03 Per discussione Frank Sokolic

Hi,

I'm using the QGIS 3.14 Temporal Controller to step through a series of 
satellite images in 15 minute intervals and would like to show the 
date/time of each image as it appears on the map. There are variables 
for the start and end animation times (animation_start_time, 
animation_end_time) that I can use in my expression but can't see 
anything for the data/time of the current image. Does anyone know if 
such a variable exists?


Thanks, Frank.

___
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] North arrow in QGIS

2019-02-12 Per discussione Frank Sokolic

Hi,

I think from a user point of view the north arrow is not considered to 
be an image so having a separate north-arrow item makes good sense. I 
find the current method of adding a north arrow confusing as it requires 
the user  to know the following:

(a) North arrows are not added by clicking "Add Arrow"
(b) North arrows are added by clicking "Add Picture"
(c) North arrows are in the "Search Directories" section of the image 
properties but this section is collapsed by default so the user has to 
know that they must open this section and then scroll to the north arrows


I don't find this very intuitive.

Regards, Frank.

On 2019/02/13 09:12, Andreas Neumann wrote:


Hi Hugo,

I was initially also puzzled by the fact there is no "north-arrow" 
item for the layout. But if you think about it a bit longer, than you 
realize, that it is just as efficient adding an image and synchronize 
the rotation to one chosen map, than it is to add a north-arrow, 
choose an image and synchronize it with a chosen map.


Do you really think, having a separate item for north-arrow is more 
efficient? How many clicks do you save by having a separate item?


Greetings,

Andreas

Am 13.02.19 um 06:11 schrieb Hugo Paul:


Good day

I was wondering if there is a more efficient method for adding a 
north arrow to a map layout in QGIS than adding an image?


Something as simple as just clicking somewhere add -> north arrow, 
and then being able to choose various styles.


Is something like this available?

Thanks

Hugo



*Disclaimer*

The information contained in this communication from the sender is 
confidential. It is intended solely for use by the recipient and 
others authorized to receive it. If you are not the recipient, you 
are hereby notified that any disclosure, copying, distribution or 
taking action in relation of the contents of this information is 
strictly prohibited and may be unlawful.


This email has been scanned for viruses and malware, and 
automatically archived by *Mimecast SA (Pty) Ltd*, an innovator in 
Software as a Service (SaaS) for business. *Mimecast Unified Email 
Management ™ (UEM)* offers email continuity, security, archiving and 
compliance with all current legislation. To find out more, contact 
Mimecast .



___
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] QGIS Crashes on attempts to edit attribute table

2018-03-02 Per discussione Frank Sokolic

Hi Will,

You could try opening a terminal (Ctrl+Alt+T) and running QGIS by typing 
in 'QGIS'. Then try editing a table and when/if QGIS crashes see if any 
meaningful message is shown in the terminal. This might provide a clue 
as to what's causing the crash.


Frank.

On 02/03/2018 19:28, William Roper wrote:

OK good tips to rule out local issues.
I will have to make a vm, so will try that over the weekend.

Many thanks.
Will

On 2 Mar 2018 16:04, "Alessandro Pasotti" > wrote:


Hi,

if you want to file a bug report, please make sure you attach a
small sample project and data and explain step-by-step how to
reproduce the issue.

https://issues.qgis.org/issues



On Fri, Mar 2, 2018 at 4:10 PM, William Roper
> wrote:

Hello,

I'm using QGIS3 on Ubuntu16.04 and I've been experiencing
frustrations with it crashing if I attempt to edit attribute.
It will open the attribute table, but won't let me make edits.
I would like to submit a bug report but don't really know how
much detail to offer, so some guidance on that would be useful
- unless someone happens to know a solution!

Regards
Will

___
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





-- 
Alessandro Pasotti

w3: www.itopen.it 



___
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 Overview Panel... is it used by anybody?

2017-10-13 Per discussione Frank Sokolic
Hi Richard,

When I run QGIS courses I always teach students how to use the Overview Panel. 
Whether they ever use it after completing the course I don't know.

Frank.

- Original Message -
From: "Richard Duivenvoorde" 
To: Qgis-user@lists.osgeo.org
Sent: Friday, 13 October, 2017 09:39:44
Subject: [Qgis-user] QGIS Overview Panel... is it used by anybody?

Hi All,

When trying to change configuration of QGIS, I hit the 'Overview Panel'.

In all those years I use QGIS, I personally(!) never used it.

Do others use it actually, or is it maybe helpful in schools or beginner
classes?

Just wondering as it takes up 3 menu-items... :-)

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
___
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 logo material & visual style guide

2017-03-26 Per discussione Frank Sokolic
Hi Anita, 

Can we start using the new logo immediately or should we wait until QGIS 3.0 is 
released? 

Regards, Frank 


From: "Anita Graser"  
To: "qgis-user"  
Sent: Saturday, 25 March, 2017 22:52:08 
Subject: [Qgis-user] QGIS logo material & visual style guide 

Dear QGIS community, 

As you've surely noticed, we've been working hard on a new logo for QGIS: 
http://blog.qgis.org/2017/01/08/qgis-3-0-logo-voting-results/ 

All new logo materials are now published in a handy visual style guide that 
provides images and color codes for you to use: 
http://qgis.org/en/site/getinvolved/styleguide.html 

If you run a user group or create any materials for QGIS-related activities, 
please consider using the guidance in this visual style guide. 

We will be rolling out the new logo in the months leading up to the QGIS 3.0 
release and we are still looking for volunteers to share the effort. If you are 
interested in helping with, for example, a new poster, sticker, brochure, or 
letterhead design, please get in touch. 

Best wishes, 
Anita 



___ 
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] Clip tool no longer supports selections in 2.16?

2016-10-04 Per discussione Frank Sokolic

Hi Erik,

This is similar to a problem with the Intersect tool which was reported 
recently: http://hub.qgis.org/issues/15584


I remember experiencing the same problem with the clip tool in 2.16 but 
this has since been fixed in QGIS Master.


Frank.

On 03/10/2016 22:48, Erik wrote:
Hi Anita, Hmm... I was expecting that, but it doesn't behave that way 
for me. I've checked the processing settings, see pic. I found out in 
a training session today, all five QGIS users on their own laptops 
experienced the same thing... No, four, one was using 2.14 :-) The 
clip itself runs fine (I checked using a Provider feature filter as a 
workaround), but the active selection is not used. Maybe broken? Erik.


View this message in context: Re: Clip tool no longer supports 
selections in 2.16? 

Sent from the Quantum GIS - User mailing list archive 
 
at Nabble.com.



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



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

[Qgis-user] Clip tool regression

2016-07-25 Per discussione Frank Sokolic

Dear list members,

There appears to be a regression in the clip tool accessible from the 
Vector > Geoprocessing Tools menu. In the past, the ftools version of 
the clip tool applied the clip operation to selected features only (if 
features were selected). This is no longer the case and the clip 
operation is now applied to all features, ignoring any selections. This 
applies to both the Input and Clip layers.


Does anyone confirm?

I'm using QGIS Master on Ubuntu 16.04.

Regards, Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] View menu items missing on Master

2015-10-14 Per discussione Frank Sokolic
I've rebooted by computer and the menu items have reappeared in the View menu. 
Not sure why they disappeared.

Frank.
From: a.neum...@carto.net
Sent: 2015/10/14 08:28:03 PM
To: qgis-user@lists.osgeo.org
Cc:
Subject: RE: Re: [Qgis-user] View menu items missing on Master  Hi Frank,

 Have a look at the "Settings" menu - these UI items are in the settings menu 
on Linux.

 Andreas

On 14.10.2015 19:41, Frank Sokolic wrote:
Hi all,

 I'm using QGIS Master on Ubuntu 15.04 64 bit and the following three items are 
missing from the View menu:


Panels
Toolbars
Toggle Full Screen Mode

Is this an intended change or is it a bug?


Regards, Frank.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] View menu items missing on Master

2015-10-14 Per discussione Frank Sokolic
Hi all,

I'm using QGIS Master on Ubuntu 15.04 64 bit and the following three items are 
missing from the View menu:


Panels
Toolbars
Toggle Full Screen Mode

Is this an intended change or is it a bug?


Regards, Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] OSGeo4W's QGIS Web Server install problem. “Not Found ... qgis_mapserv.fcgi”

2015-05-09 Per discussione Frank Sokolic

Hi Dennis,

Did you actually rename qgis_mapserver.fgci.exe to remove the .exe 
extension? If not, try this as it worked for me.


Regards, Frank.

On 08/05/2015 21:16, dennis mckay wrote:


I have been spending days trying to start the “Apache OSGeo4W Web Server” on a Win7 
Professional SP 1.  I have no experience with Apache.  I have followed the tutorial 
steps from the QGIS Web Server wiki and Anita Graser's how-to and also other forum 
advice.  This has led me to upgrading from QGIS 2.4 to 2.6, then to QGIS 2.6 64bit.  
Lastly I upgraded Apache from 2.2 32bit to 2.4 64bit.  I finally get “It works!” from 
localhost/ using any combination of 32/64bit QGIS or Apache.  Trying 
“http://localhost/OSGeo4W64/apps/qgis/bin/qgis_mapserv.fcgi?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilities”
 results in  “Not Found  The requested URL /OSGeo4W/apps/qgis/bin/qgis_mapserv.fcgi was 
not found on this server.”   This is the error I get no matter what the combination of 
Apache and QGIS installs – and regardless of including “.exe” with the file name.

Some recommended actions I took may be obsolete with QGIS 2.6 or Apache 2.4.  I 
am trying to reduce my variables here and need help focusing on where the 
problems are:  The major adaptations I did, beyond updating .conf files to new 
Apache 2.4 format were:

1) Disabling references to fcgid and replacing them with cgi (in .conf files).  
On newer forum advice, I reverted back to fcgi.

2) Replacing backslashes with forward in file names as per Apache admonitions.  My 
confusion: original osgeo installs and forum examples have hybrid examples like 
C:\OSGeo4W/apps/ka-map-1.0.  Always with the backslash after C: and no 
documentation in sight as to the advantages of doing this, if any.

3) Following a forum advice to copy files from apps\Python27\Lib to 
apps\qgis\bin.

4) Upgrading to 64 bit Apache required copying application-specific .conf files 
from OSGeo4W\httpd.d directory to OSGeo4W64\httpd.d and updating the 
terminology.

5) In the URL for qgis_mapserver.fgci.exe, replacing “localhost” with 127.0.0.1 
or with my machine's tcp/ip #.

6) Using the latest version of mod_fcgid.so from Apache lounge.

Variables in httpd.conf appear to point to the correct directories/files.  I 
think relevant settings are:

ServerRoot C:/OSGeo4W64/Apache24
ServerName  ###.###.#.#:80  [my “IPv4 Address” has real numbers not seen 
here ]
DocumentRoot C:/OSGeo4W64/Apache24/htdocs
ScriptAlias /cgi-bin/ C:/OSGeo4W64/apps/Python27/Lib/[this is new 
location for cgi.py,etc.]
DirectoryIndex index.html index.html.var index.php index.phtml index.php3
Alias /ms_tmp/ C:/OSGeo4W64/tmp/ms_tmp/

“Require all denied” on:
Directory “/”
FilesMatch “\.ht”
“Require all granted” on:
Directory C:/OSGeo4W64/Apache24/htdocs   
[DocumentRoot]
 Options Indexes FollowSymLinks Includes
Directory “C:/OSGeo4W64/apps/Python27/Lib”[ScriptAlias 
/cgi-bin/ ]
  Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  SetEnv LD_LIBRARY_PATH C:/OSGeo4W64/lib
Directory “C:/OSGeo4W64/tmp”  [ 
/tmp/ ]
Directory “C:/OSGeo4W64/apps/qgis/bin”   [ 
/qgis/ ]
  SetHandler fcgid-script
  Options ExecCGI

AddHandler cgi-script .cgi
AddType application/x-httpd-php .php5 .php4 .php3 .phtml .php
Action  application/x-httpd-php C:/OSGeo4W64/apache24/htdocs

Include conf/extra/httpd-autoindex.conf
Include conf/extra/httpd-manual.conf
Include C:/OSGeo4W64/httpd.d/httpd_*.conf

SetEnv PROJ_LIB C:/OSGeo4W64/share/proj
SetEnv PATH C:/OSGeo4W64/bin
SetEnv GDAL_DATA C:/OSGeo4W64/share/gdal
SetEnv GDAL_DRIVER_PATH C:/OSGeo4W64/bin/gdalplugins
SetEnv TMP C:/OSGeo4W64/tmp
SetEnv MS_ERRORFILE C:/OSGeo4W64/tmp/ms_error.txt
SetEnv MS_DEBUGLEVEL 3

Question:  Does qgis_mapserv.fgci.exe return good debugging info if run from 
command line?
Question:  What is the format for passing parameters to qgis_mapserv.fgci.exe 
in the command line?
Question:  In Apache .conf files, can quotes in path names be dropped if there 
are no spaces?

The Real Question:  Why does my browser not find qgis_mapserver.fgci.exe?

I am grasping for clues that a seasoned eye would see.  Dennis



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Format GETFEATUREINFO request from QGISwebserver

2015-03-20 Per discussione Frank Sokolic

Hi Carles,

Have you tried experimenting with the map tip display tip in QGIS? In 
QGIS go to the layer properties, select Display and then enable 
HTML. You can then add html code to display the attribute values which 
should affect the format of your GetFeatureInfo request.


Frank.

On 20/03/2015 11:26, Carles Vico Blanco wrote:


   Hi, I'm new in Qgis-user List.
  
   I wonder if it is possible to customize the html response to the
request GetFeatureInfo held by QGIS Web Server in the same way as is
done in GeoServer, MapServer or ArcGIS server with a template, css ...
  
   For now, the result of my GETFEATUREINFO request takes certain html
styles if displayed in the QGIS Web Client, but not shown in styles if
displayed in another mapviewer. To do so it, I need to act on the html
file styles but I have not found. I dont know if it is possible in QGIS
Server?
  
   Thank you very much!!!
  
   Carles Vico
  



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS not running

2014-11-24 Per discussione Frank Sokolic

On 25/11/2014 06:21, Bernardo Santos wrote:

Dear all,

I do not know why, but my QGIS is not running. I am using QGIS 2.4
Chugiak on Ubuntu 13.04.

When I try to run QGIS, it returns a very long message that ends with:

src/core/qgsmessagelog.cpp: 45: (logMessage) 2014-11-25T02:18:02
Complementos[0] Carregado MetaSearch Catalogue Client (pacote: MetaSearch)
QGIS died on signal 11Could not attach to process.  If your uid matches
the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operação não permitida.
No thread selected
No stack.
gdb returned 0
Abortado (imagem do núcleo gravada)

What other information are needed to understand the problem?
I have already tried to uninstall and re-install QGIS, but it did not work.

Thanks in advance.
Bernardo Niebuhr



I am having a similar problem with QGIS Master on Ubuntu 14.04 64 bit. 
Since about a week ago I get the following error message:
Warning: loading of qgis translation failed 
[/usr/share/qgis/i18n//qgis_en_GB]
Warning: loading of qt translation failed 
[/usr/share/qt4/translations/qt_en_GB]

Warning: QGraphicsScene::addItem: item has already been added to this scene
QGIS died on signal 11Could not attach to process.  If your uid matches 
the uid of the target

process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No thread selected
No stack.
gdb returned 0
Aborted (core dumped)

I've also uninstalled and reinstalled QGIS but it still crashes on 
startup. I've also tried running QGIS with the --noplugins switch but 
this hasn't helped, nor does running it with sudo.


I wonder whether there has been a recent Ubuntu update that is causing a 
problem on some machines?


Regards, Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Making border lines disappear

2014-07-30 Per discussione Frank Sokolic
Hi Jonathan,

I've been struggling with this too. Even if you set Border Width to zero the 
borders are faintly visible. I hack I've used occasionally is to dissolve the 
polygons using whatever attribute you're categorising by but this is a far from 
ideal solution.

Frank.
From: jonathanmou...@warwickshire.gov.uk
Sent: 2014/07/30 12:53:25 PM
To: qgis-user@lists.osgeo.org
Cc:
Subject: RE: [Qgis-user] Making border lines disappear Hi List,Using 2.4, how 
do you make borders on polygons invisible? Apparently this worked fine in 2.2, 
but doesn't seem to be possible with 2.4.
Using the standard Simple Fill.

Border style: No Pen:

Border Style: Solid Line; Border: Dark green (second across from the Black) 
(fill: Same dark green):

If you look closely you'll see white lines.
Anyone else seeing this? It was brought up by one of our more observant users.
Cheers,Jonathan
This transmission is intended for the named addressee(s) only and may contain 
confidential, sensitive or personal information and should be handled 
accordingly. Unless you are the named addressee (or authorised to receive it 
for the addressee) you may not copy or use it, or disclose it to anyone else. 
If you have received this transmission in error please notify the sender 
immediately. All email traffic sent to or from us, including without limitation 
all GCSX traffic, may be subject to recording and/or monitoring in accordance 
with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] AniMove plugin not working?

2014-06-19 Per discussione Frank Sokolic
Dear List,

Is anyone else having trouble with the AniMove plugin? I've got version AniMove 
1.4.0 installed on two different machines (Ubunty 14.04 / 2.3.0-Master and 
Windows 7 / QGIS 2.2.0) and can't find the AniMove icon on any of the toolbars 
or in any of the menus. This plugin used to work before so I'm not sure why I 
can't find it any more.

I've tried uninstalling and then reinstalling the plugin but that hasn't solved 
the problem. Anyone have any suggestions?

Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] AniMove plugin not working?

2014-06-19 Per discussione Frank Sokolic
Ah thanks, I see it now. For some reason it wasn't activated so I had to 
activate it in the Providers section of the Processing Options. 

This plugin was activated before so maybe it got deactivated during a recent 
plugin update?

Regards, Frank.

From: cavall...@faunalia.it
Sent: 2014/06/19 12:39:32 PM
To: qgis-user@lists.osgeo.org
Cc:
Subject: RE: Re: [Qgis-user] AniMove plugin not working?  Il 19/06/2014 12:05, 
Frank Sokolic ha scritto:
 Dear List,
 
 Is anyone else having trouble with the AniMove plugin? I've got version 
 AniMove 1.4.0
 installed on two different machines (Ubunty 14.04 / 2.3.0-Master and Windows 
 7 / QGIS
 2.2.0) and can't find the AniMove icon on any of the toolbars or in any of 
 the menus.
 This plugin used to work before so I'm not sure why I can't find it any more.

AM is now a subplugin of Processing, you'll find it there.
Major advantages: you can run it as batch, include in models, etc.
Enjoy.

--
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Newbie - QGIS won't recongize shp files, comp turns shp files into pdfs

2014-01-05 Per discussione Frank Sokolic

Hi Matt,

Are you using the Add Vector Layer command to open the shapefiles? If 
not, go to the Layer menu and select the Add Vector Layer command. 
You can then choose Browse to look for the shapefile you want to load.


Regards, Frank.

On 06/01/2014 06:57, Matt_Klick wrote:

No luck on this yet, but thank you for your suggestion. On another
computer, I still cannot upload shp files - instead changing them to
nursoft (??) files. In any event, I cannot yet open a shp file using QGIS.


On Fri, Jan 3, 2014 at 3:19 PM, Akinyemi Bojerenu [via OSGeo.org]
[hidden email] /user/SendEmail.jtp?type=nodenode=5096495i=0 wrote:

Hi,
Please extract the contents of the zip file first into a destination
folder of choice.
When opening a shapefile, navigate to your folder to select the
shapefile(s).
Hope this helps..
Yemi

On Jan 4, 2014 9:13 AM, Matt_Klick [hidden email]
http://user/SendEmail.jtp?type=nodenode=5096323i=0 wrote:

I'm very new to any GIS type platforms, so please forgive the
ignorance on
display here (and I did search for answers to this elsewhere). I've
downloaded QGIS 2.0.1. I separately downloaded Tunisia
administrative data
from DIVA-GIS. When I open QGIS, it does not find the .zip file,
nor any of
the shp files. In my efforts to correct, I managed to convert
shp files into
pdfs. Even though I've re-installed QGIS, and deleted and
re-downloaded
Tunisia files, shp files are once again pdfs, and QGIS cannot
see any shp
files. Any advice, or thoughts on what I'm doing wrong, greatly
appreciated.
-MK



--
View this message in context:

http://osgeo-org.1560.x6.nabble.com/Newbie-QGIS-won-t-recongize-shp-files-comp-turns-shp-files-into-pdfs-tp5096322.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
[hidden email]
http://user/SendEmail.jtp?type=nodenode=5096323i=1
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
[hidden email] http://user/SendEmail.jtp?type=nodenode=5096323i=2
http://lists.osgeo.org/mailman/listinfo/qgis-user


If you reply to this email, your message will be added to the
discussion below:

http://osgeo-org.1560.x6.nabble.com/Newbie-QGIS-won-t-recongize-shp-files-comp-turns-shp-files-into-pdfs-tp5096322p5096323.html

To unsubscribe from Newbie - QGIS won't recongize shp files, comp
turns shp files into pdfs, click here.
NAML

http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





View this message in context: Re: Newbie - QGIS won't recongize shp
files, comp turns shp files into pdfs
http://osgeo-org.1560.x6.nabble.com/Newbie-QGIS-won-t-recongize-shp-files-comp-turns-shp-files-into-pdfs-tp5096322p5096495.html
Sent from the Quantum GIS - User mailing list archive
http://osgeo-org.1560.x6.nabble.com/Quantum-GIS-User-f4125267.html at
Nabble.com.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Call for fixes: French and South Africans, raise up

2013-08-26 Per discussione Frank Sokolic

On 26/08/2013 09:10, Paolo Cavallini wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
Of the few blockers left, two are of exclusive interest of local communities:
* http://hub.qgis.org/issues/7941 for France
* http://hub.qgis.org/issues/8487 for South Africa
This is the last occasion for these communities to fix these issues in time for 
the
release of QGIS 2.0.
Please consider fixing them yourself, or hiring a developer to have it fixed 
very
soon. Beware, the window is *really* narrow.
All the best.
- --
Paolo Cavallini - Faunalia
www.faunalia.eu


Hi all,

For the problem with South African CRSs, is this not a simple fix, i.e. 
edit the proj4 parameters in the srs.db file to remove the +axis=wsu 
options from all the Lo CRSs? If so, does anyone know how to do it?


Regards, Frank.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS Community Meeting feedback for Essen, October 2012

2012-10-16 Per discussione Frank Sokolic
Hi Otto,

Would it be possible to put some names to the faces in the photograph? Would be 
nice to see what people look like :-)


Regards, Frank,




From: das...@gbd-consult.de
Sent:2012-10-16 16:06:48
To: 
qgis-develo...@lists.osgeo.org;qgis-user@lists.osgeo.org;qgis-community-t...@lists.osgeo.org
Cc: 
Subject: [Qgis-user] QGIS Community Meeting feedback for Essen, October 2012
Dear QGIS Community, 

based on the wiki entries I added a website with a few notes on our recent 
hackfest / community meeting in Essen from 3-7 October: 

http://www.qgis.org/en/developer-meetings/essen-102012.html 

If others have posted similar articles about their experiences or pics it 
would be great to add a link to this page. I already added a few. 

The QGIS Porject just wanted to say publically a very big THANK YOU to our 
sponsors and to everyone who donates to the QGIS project - your funding 
allows us to hold these meetings which really help the project to keep its 
momentum! 

Looking forward to the next one! 
http://hub.qgis.org/wiki/quantum-gis/9_QGIS_Developer_Meeting_in_Valmiera_2013 

Regards 
Otto 
___ 
Qgis-user mailing list 
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] it's posible to select units for scale bar?

2012-09-21 Per discussione Frank Sokolic
Hi Aitor,

You'll have to enable 'on the fly' transformation in the Project Properties and 
then choose a CRS that projects everything to a metres-based CRS, e.g. UTM. 
Once you've done this the scale bar in your composer will be in metres.

By the way, the ArcGIS scale bar you mention isn't accurate. ArcGIS will 
happily allow you to choose km or metres for your scale bar units even when you 
are using geographic coordinates for your data frame but the length of the 
scale bar will be WRONG. You can test this by using the measuring tool to 
measure the length as indicated by the scale bar - you'll get a different 
length.


Frank.



From: aitor.fre...@gmail.com
Sent:2012-09-21 11:15:34
To: qgis-user@lists.osgeo.org
Cc: 
Subject: [Qgis-user] it's posible to select units for scale bar?
Hi, 

My issue is simple, when I make a map with composer, if I use a 
geographic coordinate reference system, I can't select meters like 
units for scale bar. 

For me it's fine, but my boss don't understand degrees like measuring 
unit in the maps, and then it's a problem for me. I know that with 
arcgis software you can choose the units so it´s possible to do that. 

Would be difficult to incorporate it into future versions or something 
like a pluging? 

Congratulations for the program, it's great!! 

Hugs. 


[Off-topic] +1 for the spanish list!! 


-- 
Aitor Freire Astray 

User of QGIS version 1.9.0-Master (code revision 5e5370) 
___ 
Qgis-user mailing list 
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] v1.8 project properties ubuntu

2012-07-06 Per discussione Frank Sokolic

On 06/07/2012 14:54, Michael Spencer wrote:

Daft question (hopefully): in QGIS v1.8 where has the project properties
dialogue gone? This used to be under settings and allowed one to change
the project CRS (amongst other things).

Cheers,
Michael


Hi Michael,

You can access the project properties by clicking the CRS status icon at 
the bottom right of your screen. It is the button that looks like a globe.


I'm running QGIS 1.8 / Ubuntu 12.04 and the project properties is also 
missing from the settings menu.


Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: Re: [Qgis-user] feature or bug

2012-03-06 Per discussione Frank Sokolic
Have you tried using the Sort option in the mmqgis plugin? I think that this 
will save your sort permanently.




Frank.





From: tech_...@wildintellect.com
Sent:2012-03-06 19:33:05
To: qgis-user@lists.osgeo.org
Cc: 
Subject: Re: [Qgis-user] feature or bug
On 03/06/2012 09:05 AM, M.E.Dodd wrote: 
 When looking at the attribute table I want the first column in numeric order 
 (they are the reference number of a set of features and I want to match by 
 this column in a spreadsheet to other data and if they are in order this is 
 easier, can do it without them being in order but more of a pain). Thought I 
 had tried this and it worked fine earlier with just a few features but now 
 that I have entered nearly 1000 features it has decided that it won't sort 
 and save. Well it will sort if I click on the column head but then when 
 saving the shapefile the .dbf is not in numeric order, instead its in the 
 order that I digitised the data. Have tried this several different ways and 
 tried adding extra dummy features and saving again and with different 
 filenames but still they appear in sorted order in the attribute table but 
 then not in sorted order when you look at the .dbf. Also you can sort, do the 
 'save edits', then close that screen and reopen it and they will be unsorted 
 again. 
 Not entirely sure if this is supposed to happen or if it is a bug. 




This has to do with the way a shp file stores the data to begin with, 
once the order is set it's not easy to change since it's also the order 
matched to the shx and shp portions. 

That said though you don't need to do the matching yourself, the Join 
tool in the properties of the layer will take care of find the matches 
as long as the same key exists in both your attribute table and the 
table of additional data you want to add on. Note: I think this tool 
currently works for csv or dbf files, so save your additional data into 
that format with your spreadsheet app. 

Thanks, 
Alex 

___ 
Qgis-user mailing list 
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] ArcGIS 10 and QGIS 1.7

2011-08-25 Per discussione Frank Sokolic
Hi Christine,

I recently had a problem on Windows XP when I uninstalled 1.7, installed and 
uninstalled 1.6, and then installed QGIS 1.7 again. QGIS 1.7 kept on crashing 
and I eventually traced the problem to Trolltech keys in the registry. After 
removing Trolltech from the registry and then reinstalling 1.7 everything 
worked again.

Regards, Frank.


From: c.schm...@geotguide.de
Sent:2011-08-24 21:48:16
To: qgis-user@lists.osgeo.org
Cc: 
Subject: [Qgis-user] ArcGIS 10 and QGIS 1.7
Good evening all, have recently installed QGIS 1.7 on a Windows XP machine. It 
works really fine and I havn't met any difficulty until now. Thanks to this 
really engaged community ...  Should install a time limited version of ArcGIS 
10  for educational purposes now on the same machine. Should have better done 
this in another succession, I know. Remember some troubles mentioned in this 
list with ArcGIS beeing installed after QGIS, as ArcGIS also uses Python.  
Because I am now in worry about my clean QGIS installation, I am considering to 
uninstall QGIS 1.7, then install ArcGIS 10 and after all install QGIS 1.7 
again.  May I expect the uninstall process of QGIS beeing complete enough not 
to get another trouble after a second installation of QGIS 1.7 ?  Thanks for an 
advice,and regards,Christine
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] QGIS 1.7 Does not load after installation

2011-08-09 Per discussione Frank Sokolic

Hi Nome,

Have you tried installing QGIS with administrator rights? Right-click on 
the installation file and select 'run as administrator'. Install the 
program that way and see if it solves your problem.


Another thing you can try: I once had a problem where QGIS wouldn't load 
and eventually tracked the problem down to the program nircmd.exe which 
is used to run the batch file that launches QGIS. The antivirus software 
on the computer in question was flagging nircmd as a virus and 
preventing it from running. Maybe this is the cause of your problem? Try 
double-clicking the qgis.bat file in the qgis folder to see if you can 
run it that way.


Frank.

On 09/08/2011 14:40, Nomeneta Saili wrote:

Hi Duarte,

In both cases the QGIS just dosent load/launch. Double click on the
desktop shortcut or launch from the start menu but they just don't
launch like there is nothing installed. I did try reinstallation and
still dosen't work.

  For our windows 7 PC we did install version 1.6 before and perhaps it
is indeed a previous dll. So should i try deleting qtcore4.dll?. Any
other i need to delete?. I am currently at home and will try to follow
any instructions once i get back to work tomorrow. Its currently 1:46
am here in my part of the world.

Thanks for the help.

Nome

On Mon, Aug 8, 2011 at 9:42 PM, Duarte Carreiradcarre...@edia.pt  wrote:

Nome,

Maybe it's because there are some older dll's in your system32 folder? what's 
the error message? We've seen this happening with qtcore4.dll and a few other 
qt dll's hanging around.

Duarte

-Mensagem original-
De: Nomeneta Saili [mailto:nome.sa...@gmail.com]
Enviada: terça-feira, 9 de Agosto de 2011 04:09
Para: qgis-user@lists.osgeo.org
Assunto: [Qgis-user] QGIS 1.7 Does not load after installation

Hi people,

QGIS 1.7 after installing on my Windows 7 does not load when i try to
launch. This is also the case on my XP netbook that i installed QGIS
on. It is however working fine on my PC with XP as well as my Server
with Windows 2008 Server. I used the same installation file.

Any help is appreciated.

Thanks,

Nome



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] change CRS of layer

2011-07-31 Per discussione Frank Sokolic
Hi Walter,

In QGIS 1.6 you can set the layer CRS in the layer properties. Open the layer 
properties and go to the General tab - you will see a button labelled 'Specify 
CRS'.


If your layer already has a CRS specified and you want to save it to another 
CRS: right-click on the layer name and select the 'Save as' option. You can 
then specify the CRS for the new layer.


Frank.

From: wludw...@mac.com
Sent:2011-07-31 11:06:00
To: qgis-user@lists.osgeo.org
Cc: 
Subject: [Qgis-user] change CRS of layer
Tho i gather that one should be able to declare which CRS to use on a 
particular layer, i seem to be missing the control(s -no mention of CRS in the 
Layer menu, nor in the contextual menu that pops up when i right-click on a 
layer) that should provide such functionality. 

Is anybody experiencing the same? I am running version 1.6.0, which asserts 
itself to be the current version (when i Check QGIS version from the Help 
menu). 

/w 
___ 
Qgis-user mailing list 
Qgis-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] nircmd flagged as a virus

2011-06-05 Per discussione Frank Sokolic

Hi all,

When using the Windows installer for QGIS 1.6 the shortcuts that are 
generated use nircmd.exe to execute a batch file called qgis.bat, which 
in turn loads and runs QGIS. However, I've noticed that some Windows 
anti-virus programs flag nircmd.exe as a virus and prevent the QGIS 
shortcuts from working. This can cause alarm amongst new users of QGIS 
and I've had people tell me they don't trust Quantum GIS because it is 
a virus.


What is the reason for using nircmd? Would it not be better to run the 
batch file directly instead of running it via nircmd?


Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Creating attributes for New Vector Layers

2011-05-20 Per discussione Frank Sokolic
Hi all,
When creating attributes for new vector layers the Type drop-down list shows 
three options: Text data, Whole number, Decimal number. However, the attributes 
list displays these as String, Integer and Real. I have found that new users of 
QGIS find this slightly confusing. Could I offer two possible suggestions?
1. In the Type drop-down list rather show the options as: Text data (String), 
Whole number (Integer), Decimal number (Real). In this way users familiar with 
either nomenclature can understand what type of atribute is being created.
2. Another option would be to standardise both the drop-down list and the 
atributes list so that they use either one or the other nomenclature.
I prefer option 1. Any thoughts?
Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] how to display polygons from qgis in google earth?

2011-05-10 Per discussione Frank Sokolic

Hi,

You do this from within QGIS: right-click on the layer name in the Table 
of Contents and  choose the 'Save as' option. Then specify the format as 
'Keyhole Markup Language' and the CRS as wgs84.


Frank.

On 2011/05/10 10:19, M.E.Dodd wrote:
Polygons created in qgis in osgb 1936 but want to display in google 
earth, how best to go about this.  With points its straightforward to 
convert from osgb1936 to wgs84 using external converter then produce a 
kml in qgis but don't know how to do it with shapefiles.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Plotting XY data in QGIS

2011-04-19 Per discussione Frank Sokolic

On 19/04/2011 18:27, Jim Ivie wrote:

I am having trouble plotting XY data from an Access database table in
QGIS 1.6. Is there a reference for this anywhere?
Jim Ivie



Hi Jim,

You can export the table from Access as a csv text file. Then you can 
use the QGIS delimited text plugin to import the CSV file and display 
the XY data.


Frank.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] layer from delimited text file

2010-07-23 Per discussione Frank Sokolic

On 2010/07/23 12:10, Julio Cesar Canales DElgadillo wrote:

Hello everybody,
I'm trying to create a points layer from a *.csv file into Qgis 1.4, 
however the application says that my file is not valid and that cannot 
be loaded. I already checked the format of X and Y cells (as numbers) 
but it doesn't work. Could anybody give me a tipp or sugestion about 
what I'm doing wrong to solve this problem?

Thaknsa lot in advance, best regards.
Biól.MCF. Julio César Canales Delgadillo.
Verhaltensbiologie
Barbarastr. 11
Fachbereich 5 Biologie/Chemie
Universität Osnabrück
49076 Osnabrück
Phone: +(49) 0541 969 3803
Movil: +(49) 0152 043 87082
Alternative E-mail: julio.delgadi...@biologie.uni-osnabrueck.de



This happened to me once and seemed to be because the csv file was open 
in OpenOffice at the same time. Once I closed OpenOffice I could open 
the csv file in QGIS.

Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Using QGIS for training courses

2009-07-02 Per discussione Frank Sokolic
For many years I have given training in GIS using proprietary software 
(mainly ArcGIS) but for a course I co-presented last week I decided to 
try FOSS GIS software instead. This was not only because we wanted a GIS 
that was intuitive and easy to learn but also because we wanted to give 
participants a copy of the software and training data to take home with 
them afterwards.


The course, GIS for Disaster Management, ran over five days at the 
University of the Free State in Bloemfontein and was presented entirely 
with Quantum GIS. The participants used QGIS to develop management plans 
for various possible disasters, e.g. campus shootings, bomb scares, 
chemical spills. They also used the GPS Tools plugin to download their 
GPS data straight into QGIS - things like evacuation routes, assembly 
areas, risk zones, etc. The great thing about using QGIS was that IT 
JUST WORKED and the participants were able to process and analyse all 
the data they collected. They also used QGIS to produce all the maps 
illustrating the disaster management plans they developed.


After having such a positive experience with Quantum GIS I'll certainly 
be using it again for future courses.


Frank.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user