Re: [Qgis-user] Legend Counts

2016-03-19 Thread Peter Schürch
Hi Phil
What happens if you set a filter on the layer (right click on layer in layer 
tree > Filter) to exclude the data you don't want to count in the legend?

Peter

Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Phil 
(The Geek) Wyatt
Gesendet: Donnerstag, 17. März 2016 01:13
An: Qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Legend Counts

Hi Folks,

I have a legend that has a couple of categories removed but the overall count 
does not take this into account. Is there a way to fix this?

2169 is the total (including dates not showing) - it should actually read 2163

[cid:image001.png@01D18027.AE506800]

Cheers - Phil

Kiva Lender, Thin Green Line 
Supporter, Volunteer Mapper (GISMO) - Red 
Cross, Wildcare 
Volunteer

___
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] Legend Counts

2016-03-19 Thread Phil Wyatt
Hi Peter
I gather that the filter, only filters by the composer map screen. My points 
are within that screen but I don't wish to show them.


Cheers - Phil, 
On the road with his iPad 

> On 17 Mar 2016, at 6:33 PM, Peter Schürch  wrote:
> 
> Hi Phil
> What happens if you set a filter on the layer (right click on layer in layer 
> tree > Filter) to exclude the data you don’t want to count in the legend?
>  
> Peter
>  
> Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Phil 
> (The Geek) Wyatt
> Gesendet: Donnerstag, 17. März 2016 01:13
> An: Qgis-user@lists.osgeo.org
> Betreff: [Qgis-user] Legend Counts
>  
> Hi Folks,
>  
> I have a legend that has a couple of categories removed but the overall count 
> does not take this into account. Is there a way to fix this?
>  
> 2169 is the total (including dates not showing) - it should actually read 2163
>  
> 
>  
> Cheers - Phil
>  
> Kiva Lender, Thin Green Line Supporter, Volunteer Mapper (GISMO) - Red Cross, 
> Wildcare Volunteer
>  
___
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] DB Manager geometry problems

2016-03-19 Thread Chris Buckmaster
Hi

I have several datasets loaded into PostGIS 2.0 with the owner as 'superuser' 
that has full permissions. I have then assigned select permissions to some 
other users, but I am not sure if they completely have the access they require 
as the DB Manager doesn't show the spatial reference, and it says there is no 
entry in geometry_columns (attached are two screenshots which show what I get).

For my superuser connection, the geometry symbol is next to the layer name and 
it has all of the geometry information in the window, but for one of my select 
only users it does not show - do I need to give my select only users permission 
to access other tables in PostGIS? I have noticed that for larger datasets it 
takes quite a bit longer for the datasets to be loaded into PostGIS as well 
which leads me to believe that perhaps they are not accessing the spatial 
indexes or something?

Thanks, Chris

___
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] Plugin processing problem

2016-03-19 Thread Matthias Kuhn
Hmpf

from PyQt4.QtCore import QSettings
QSettings().remove('/PythonPlugins/watchDog/processing')

Shouldn't try to answer emails and fix bugs at the same time. At least
the second task was more successful. It's fixed in master and 2.14.1,
when re-enabling a plugin was successful it will be unflagged.

Matthias

On 03/17/2016 02:52 PM, Matthias Kuhn wrote:
> Sorry I meant to write
>
> import QSettings()
> QSettings().remove('/PythonPlugins/watchDog/processing')
>
> Matthias
>
> On 03/17/2016 02:50 PM, Matthias Kuhn wrote:
>> Hi Ross,
>>
>> can you run
>>
>> import QSettings()
>> QSettings().remove('/Plugins/watchDog/processing')
>>
>> in the python console and report back if this fixes the issue?
>>
>> Matthias
>>
>> On 03/17/2016 12:22 PM, McDonaldR wrote:
>>>
>>> Hello List
>>>
>>>  
>>>
>>> Every time I open QGIS Essen I get an error message telling me that
>>> the Plugin processing will be disabled because it crashed QGIS
>>> during the last startup. Please report an issue and re-enable the
>>> plugin when the problem has been resolved.
>>>
>>>  
>>>
>>> The processing plugin is not enabled.  I have version 2.12.2
>>> installed.  Once QGIS is ready I can enable the processing plugin
>>> and open the processing toolbox (the search is slow as has been
>>> pointed out in other mails and issues).
>>>
>>>  
>>>
>>> Has anyone else experienced this and can you recommend a fix?
>>>
>>>  
>>>
>>> I am running QGIS 2.14 on Windows 7 Pro 32bit.
>>>
>>>  
>>>
>>> 2016-03-17T10:13:23 0 QGIS starting...
>>>
>>> 2016-03-17T10:14:19 0 Python support ENABLED :-)
>>>
>>> 2016-03-17T10:17:35 0 Application state:
>>>
>>> QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
>>>
>>> Prefix: C:/OSGeo4W/apps/qgis
>>>
>>> Plugin Path: C:/OSGeo4W/apps/qgis/plugins
>>>
>>> Package Data Path: C:/OSGeo4W/apps/qgis/.
>>>
>>> Active Theme Name: default
>>>
>>> Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
>>>
>>> Default Theme Path: :/images/themes/default/
>>>
>>> SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
>>>
>>> C:/OSGeo4W/apps/qgis/./svg/
>>>
>>> C:/Users/hdumpty/.qgis2//svg/
>>>
>>> User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
>>>
>>> Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
>>>
>>> 2016-03-17T10:17:35 0 QGIS Ready!
>>>
>>>  
>>>
>>> Thanks
>>>
>>>  
>>>
>>> Ross
>>>
>>>  
>>>
>>>  
>>>
>>>  
>>>
>>> *Ross McDonald *|**GIS Data Coordinator | Resources Department, IT
>>> Division | Angus Council, Angus House, Orchardbank Business Park,
>>> Forfar, DD8 1AT
>>>
>>> T: *01307 476419* | F: 01307 476401 | E:
>>> mcdona...@angus.gov.uk **
>>>
>>>  
>>>
>>>  
>>>
>>>  
>>>
>>> This message is strictly confidential. If you have received this in
>>> error, please inform the sender and remove it from your system. If
>>> received in error you may not copy, print, forward or use it or any
>>> attachment in any way. This message is not capable of creating a
>>> legal contract or a binding representation and does not represent
>>> the views of Angus Council. Emails may be monitored for security and
>>> network management reasons.Messages containing inappropriate content
>>> may be intercepted. Angus Council does not accept any liability for
>>> any harm that may be caused to the recipient system or data on it by
>>> this message or any attachment.
>>>
>>>
>>>
>>> ___
>>> 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
>>
>> -- 
>> Matthias Kuhn
>> OPENGIS.ch - https://www.opengis.ch
>> Spatial • (Q)GIS • PostGIS • Open Source
>>
>>
>> ___
>> 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
>
> -- 
> Matthias Kuhn
> OPENGIS.ch - https://www.opengis.ch
> Spatial • (Q)GIS • PostGIS • Open Source
>
>
> ___
> 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

-- 
Matthias Kuhn
OPENGIS.ch - https://www.opengis.ch
Spatial • (Q)GIS • PostGIS • Open Source

___
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] qgis on linux

2016-03-19 Thread Mark Gettings
Install of qgis on Linux  3.16.0-4-amd64 #1 SMP Debian 
3.16.7-ckt20-1+deb8u4 (2016-02-29) x86_64 GNU/Linux
fails because of wanting /usr/lib/qgis/crssync: error while loading 
shared libraries: libxerces-c.so.28

but the jessie version is
/usr/lib/x86_64-linux-gnu/libxerces-c-3.1.so.

Does anyone have a fix for this?
Thanks Mark
megetti...@gmail.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] Problem Loading Georeferenced image

2016-03-19 Thread Gerardo Jiménez
I  have a georeferenced soil Map. I did the georeferencing in Qgis using
EPSG 26714 as the CRS. I have the following issue. When I load the image in
2.14 the project is set to EPSG 4326. When I load it in 2.8X the project is
set to 26714. I have tested this behavior in two different machines using
win 10 64 bits. In both machines I have the same behavior in the same Qgis
versions. CRS Options for both qgis versions are the same:

Default CRS for new projects: Automatically enable on the fly reprojection
if layers have different CRS
CRS for new layers: Use layer CRS

I have tested also changing from use layer CRS to prompt for CRS. When I do
this, On the fly transformation is activated as if by dafault project must
be in 4326.

The only work around in 2.14 is to select the layer right click and choose
set CRS from layer. This makes the project to be set at 26714.

I was use to load my image and that the project was automatically set to
the image CRS. Any one have the same problem? Any one can tell me what
potentially I am doing wrong?

Thanks in advance

Gerardo


-- 
Gerardo Jiménez Delgado
Instituto de Investigaciones Antropológicas
Universidad Nacional Autónoma de México
Ciudad Universitaria s/n, Coyoacan 04510
México City,México
tel. 56 22 95 16
fax. 56 22 96 51
___
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] Disappearing line

2016-03-19 Thread Andrea Peri
Hi,
some updates.
I try to resolve all the invalidity using the MakeValid command of
spatialite/postgis, It report me to resolve some invalidity,
but after reload the shapefile on QGIS still it disappear at details level.

A.


2016-03-18 11:22 GMT+01:00 Andrea Peri :
> Thx for feedback.
>
> We have not a solution inside QGIS to resolve this problem, because
> when zoom to details the canvas stop to showing it.
>
> The problem is that this kind of problem is born inside QGIS meanwhile
> editing it.
>
> After this issue was born in editing session , the shapefile is no
> more editable on qgis because it is unusable at details.
>
> Unfortunatelly we have no other GIS solution othe than QGIS so we are
> searching a solution to resolve it.
>
> Now I try to load it inside a spatialite environment and do a
> MakeValid hoping this could resolve it definitivelly.
>
> Thx again,
>
> A.
>
>
>
> 2016-03-18 9:51 GMT+01:00 Andre Joost :
>> Am 18.03.2016 um 07:52 schrieb Andrea Peri:
>>
 After this dissolve it work again for some day, where we apply others
 editing.
 And yesterdays we dont know we it start to do this strange
 disappearing at the details level.

 Any information is welcome.
>>
>>
>> If I run Cheeeck Geometry validity, it reports 36 errors.
>>
>> You should eliminate the duplicate nodes and one-node-lines and try again.
>>
>> HTH,
>> AndréJoost
>>
>> ___
>> 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
>
>
>
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
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] Plugin processing problem

2016-03-19 Thread Nathan Woodrow
What is in {QGIS Install folder}\apps\qgis\python\plugins

e.g C:\OSGeo4W\apps\qgis\python\plugins

Is there a processing folder in there?

What is in .qgis2\python\plugins?

On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer  wrote:

> YES!!!
>
> We have the same problem. One of my students are right at this moment
> sitting in the class. Installing – re-installing- deleting – REGEDIT
>
> The same problem – Processing missing.
>
> We now wail for the last installation – pray and hope it will work.
>
> Regards
>
> Lene Fischer
>
>
>
> *Fra:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *På vegne af *
> McDonaldR
> *Sendt:* 17. marts 2016 12:23
> *Til:* qgis-user@lists.osgeo.org
> *Emne:* [Qgis-user] Plugin processing problem
>
>
>
> Hello List
>
>
>
> Every time I open QGIS Essen I get an error message telling me that the
> Plugin processing will be disabled because it crashed QGIS during the last
> startup. Please report an issue and re-enable the plugin when the problem
> has been resolved.
>
>
>
> The processing plugin is not enabled.  I have version 2.12.2 installed.
> Once QGIS is ready I can enable the processing plugin and open the
> processing toolbox (the search is slow as has been pointed out in other
> mails and issues).
>
>
>
> Has anyone else experienced this and can you recommend a fix?
>
>
>
> I am running QGIS 2.14 on Windows 7 Pro 32bit.
>
>
>
> 2016-03-17T10:13:23 0 QGIS starting...
>
> 2016-03-17T10:14:19 0 Python support ENABLED :-)
>
> 2016-03-17T10:17:35 0 Application state:
>
> QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
>
> Prefix: C:/OSGeo4W/apps/qgis
>
> Plugin Path: C:/OSGeo4W/apps/qgis/plugins
>
> Package Data Path: C:/OSGeo4W/apps/qgis/.
>
> Active Theme Name: default
>
> Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
>
> Default Theme Path: :/images/themes/default/
>
> SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
>
> C:/OSGeo4W/apps/qgis/./svg/
>
> C:/Users/hdumpty/.qgis2//svg/
>
> User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
>
> Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
>
> 2016-03-17T10:17:35 0 QGIS Ready!
>
>
>
> Thanks
>
>
>
> Ross
>
>
>
>
>
>
>
> *Ross McDonald *| GIS Data Coordinator | Resources Department, IT
> Division | Angus Council, Angus House, Orchardbank Business Park, Forfar,
> DD8 1AT
>
> T: *01307 476419* | F: 01307 476401 | E: mcdona...@angus.gov.uk
>
>
>
>
>
>
>
> This message is strictly confidential. If you have received this in error,
> please inform the sender and remove it from your system. If received in
> error you may not copy, print, forward or use it or any attachment in any
> way. This message is not capable of creating a legal contract or a binding
> representation and does not represent the views of Angus Council. Emails
> may be monitored for security and network management reasons. Messages
> containing inappropriate content may be intercepted. Angus Council does not
> accept any liability for any harm that may be caused to the recipient
> system or data on it by this message or any attachment.
>
> ___
> 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

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Lene Fischer
Right at this moment it has been solved. After a un-install, deleting in 
regedit and then Install 2.14. It has taken So long time. Sorry we did not see 
what was in the folder before deleting.
It has been so frustrating. Now only happiness ☺
Regards
Lene

Fra: Nathan Woodrow [mailto:madman...@gmail.com]
Sendt: 17. marts 2016 12:53
Til: Lene Fischer
Cc: McDonaldR; qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Plugin processing problem

What is in {QGIS Install folder}\apps\qgis\python\plugins

e.g C:\OSGeo4W\apps\qgis\python\plugins

Is there a processing folder in there?

What is in .qgis2\python\plugins?

On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer 
mailto:l...@ign.ku.dk>> wrote:
YES!!!
We have the same problem. One of my students are right at this moment sitting 
in the class. Installing – re-installing- deleting – REGEDIT
The same problem – Processing missing.
We now wail for the last installation – pray and hope it will work.
Regards
Lene Fischer

Fra: Qgis-user 
[mailto:qgis-user-boun...@lists.osgeo.org]
 På vegne af McDonaldR
Sendt: 17. marts 2016 12:23
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Plugin processing problem

Hello List

Every time I open QGIS Essen I get an error message telling me that the Plugin 
processing will be disabled because it crashed QGIS during the last startup. 
Please report an issue and re-enable the plugin when the problem has been 
resolved.

The processing plugin is not enabled.  I have version 2.12.2 installed.  Once 
QGIS is ready I can enable the processing plugin and open the processing 
toolbox (the search is slow as has been pointed out in other mails and issues).

Has anyone else experienced this and can you recommend a fix?

I am running QGIS 2.14 on Windows 7 Pro 32bit.

2016-03-17T10:13:23 0 QGIS starting...
2016-03-17T10:14:19 0 Python support ENABLED :-)
2016-03-17T10:17:35 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: 
\\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/hdumpty/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
2016-03-17T10:17:35 0 QGIS Ready!

Thanks

Ross



Ross McDonald | GIS Data Coordinator | Resources Department, IT Division | 
Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
T: 01307 476419 | F: 01307 476401 | E: 
mcdona...@angus.gov.uk



This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.

___
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

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
Hi Lene

What are you deleting from the registry?

I have uninstalled processing from the user profile and deleted from the 
OSGeo4W directory and the error message goes away.  Odd that I had two 
different versions installed.

2.12.2 in user profile
2.12.99 in OSGeo4W folder

Still takes an age to start though:

2016-03-17T12:08:26 0 QGIS starting...
2016-03-17T12:10:22 0 Python support ENABLED :-)
2016-03-17T12:12:31 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/mcdonaldr/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/mcdonaldr/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/mcdonaldr/.qgis2//qgis-auth.db
2016-03-17T12:12:31 0 QGIS Ready!

Reinstalling 2.12.2 works fine and the search function in toolbox is snappy 
again.

Starting QGIS with the -–noplugins works (as to be expected with the plugins 
disabled) and is somewhat quicker (2 minutes).

Restarting via desktop shortcut shows the processing plugin error.

Removing the installed plugin and restoring the core plugin and starting with 
--noplugins works.

Starting via desktop shortcut with core plugin installed and user added one 
removed displays the error.  Plugin dialogue box states that “Installed version 
of this plugin is higher than any version found in repository”
2.12.99 installed in C:\OSGeo4W\apps\qgis\.\python\plugins\processing
2.12.2 available in plugin repo.

Ross

From: Lene Fischer [mailto:l...@ign.ku.dk]
Sent: 17 March 2016 12:00
To: Nathan Woodrow
Cc: McDonaldR; qgis-user@lists.osgeo.org
Subject: SV: [Qgis-user] Plugin processing problem

Right at this moment it has been solved. After a un-install, deleting in 
regedit and then Install 2.14. It has taken So long time. Sorry we did not see 
what was in the folder before deleting.
It has been so frustrating. Now only happiness ☺
Regards
Lene

Fra: Nathan Woodrow [mailto:madman...@gmail.com]
Sendt: 17. marts 2016 12:53
Til: Lene Fischer
Cc: McDonaldR; qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Plugin processing problem

What is in {QGIS Install folder}\apps\qgis\python\plugins

e.g C:\OSGeo4W\apps\qgis\python\plugins

Is there a processing folder in there?

What is in .qgis2\python\plugins?

On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer 
mailto:l...@ign.ku.dk>> wrote:
YES!!!
We have the same problem. One of my students are right at this moment sitting 
in the class. Installing – re-installing- deleting – REGEDIT
The same problem – Processing missing.
We now wail for the last installation – pray and hope it will work.
Regards
Lene Fischer

Fra: Qgis-user 
[mailto:qgis-user-boun...@lists.osgeo.org]
 På vegne af McDonaldR
Sendt: 17. marts 2016 12:23
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Plugin processing problem

Hello List

Every time I open QGIS Essen I get an error message telling me that the Plugin 
processing will be disabled because it crashed QGIS during the last startup. 
Please report an issue and re-enable the plugin when the problem has been 
resolved.

The processing plugin is not enabled.  I have version 2.12.2 installed.  Once 
QGIS is ready I can enable the processing plugin and open the processing 
toolbox (the search is slow as has been pointed out in other mails and issues).

Has anyone else experienced this and can you recommend a fix?

I am running QGIS 2.14 on Windows 7 Pro 32bit.

2016-03-17T10:13:23 0 QGIS starting...
2016-03-17T10:14:19 0 Python support ENABLED :-)
2016-03-17T10:17:35 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: 
\\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/hdumpty/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
2016-03-17T10:17:35 0 QGIS Ready!

Thanks

Ross



Ross McDonald | GIS Data Coordinator | Resources Department, IT Division | 
Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
T: 01307 476419 | F: 01307 476401 | E: 
mcdona...@angus.gov.uk



This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding repr

[Qgis-user] xytools plugin

2016-03-19 Thread Alessio Degioannini

Hello,
I was wondering if it was possible to set a default folder to save the 
shapefile created using the "Save attribute as point shapefiles" ...
It could also be useful to add to the map the shapefile thus created, as 
happens when you "save as" a shapefile layer from the panel.

What do you think about it?
Best Regards
Alessio

___
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] Freezing in editing mode

2016-03-19 Thread McDonaldR
Hello,

We were having the same problems and moved quickly from Pisa (2.10) to Essen 
(2.14).  We also recreated our problem project from scratch in Essen and the 
problem disappeared.  The fix to improve the indexing on starting editing 
definitely improves things.
In our problem project the “freezing” while the index was built sometimes took 
45 minutes to complete.  I can’t say for sure where the problem lies but the 
project was originally created in 2.4 and then used and saved in 2.6, 2.6.1, 
2.8.1 – 7, 2.10 and 2.12. Maybe something was left in the project file from an 
older version of QGIS?  The move to 2.14 definitely fixed the problem though.

This was the issue report: http://hub.qgis.org/issues/12578

Ross

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of DelazJ
Sent: 17 March 2016 09:38
To: massimo.figaroli
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Freezing in editing mode

Hi,
Do you have plugins installed? There are some issue reports in 
hub.qgis.org that reveal that the culprit are some plugins.
Can you test in a session without plugins enabled 
(http://docs.qgis.org/testing/en/docs/user_manual/introduction/getting_started.html#command-line-options)?

2016-03-17 10:06 GMT+01:00 massimo.figaroli 
mailto:massimo.figar...@gmail.com>>:
Goodmorning everybody!
I'm using QGIS Wien and QGIS Pisa but I'm noticing the same problem.
At the beginning and at the ending of the shape file editing (but also in
the saving phase) I have a long time in which QGIS seems going to "freez".
How can I solve this problem?
Starting, saving, ending editing phases: more than 10 minutes
Editing: 1 second (for example, adding a point).
Is this depending of the directory in which shape files are stored?
Thank you so much for helping me.

Massimo Figaroli



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Freezing-in-editing-mode-tp5256894.html
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


This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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] Freezing in editing mode

2016-03-19 Thread DelazJ
Hi,
Do you have plugins installed? There are some issue reports in hub.qgis.org
that reveal that the culprit are some plugins.
Can you test in a session without plugins enabled (
http://docs.qgis.org/testing/en/docs/user_manual/introduction/getting_started.html#command-line-options
)?

2016-03-17 10:06 GMT+01:00 massimo.figaroli :

> Goodmorning everybody!
> I'm using QGIS Wien and QGIS Pisa but I'm noticing the same problem.
> At the beginning and at the ending of the shape file editing (but also in
> the saving phase) I have a long time in which QGIS seems going to "freez".
> How can I solve this problem?
> Starting, saving, ending editing phases: more than 10 minutes
> Editing: 1 second (for example, adding a point).
> Is this depending of the directory in which shape files are stored?
> Thank you so much for helping me.
>
> Massimo Figaroli
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Freezing-in-editing-mode-tp5256894.html
> 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

Re: [Qgis-user] Problem Loading Georeferenced image

2016-03-19 Thread Nicolas Cadieux
Hi, 
Try setting the "CRS for a new layer" to "prompt for CRS".  Could it be 
that the epsg code is not in the raster? 
Nicolas 
On Mar 17, 2016 3:30 PM, "Gerardo Jiménez [via OSGeo.org]  " 
 wrote: 

I  have a georeferenced soil Map. I did the georeferencing in Qgis 
using EPSG 26714 as the CRS. I have the following issue. When I load the image 
in 2.14 the project is set to EPSG 4326. When I load it in 2.8X the project is 
set to 26714. I have tested this behavior in two different machines using win 
10 64 bits. In both machines I have the same behavior in the same Qgis 
versions. CRS Options for both qgis versions are the same: Default CRS for new 
projects: Automatically enable on the fly reprojection if layers have different 
CRS CRS for new layers: Use layer CRS I have tested also changing from use 
layer CRS to prompt for CRS. When I do this, On the fly transformation is 
activated as if by dafault project must be in 4326. The only work around in 
2.14 is to select the layer right click and choose set CRS from layer. This 
makes the project to be set at 26714.  I was use to load my image and that the 
project was automatically set to the image CRS. Any one have the same problem? 
Any one can tell me what potentially I am doing wrong? Thanks in advance 
Gerardo -- Gerardo Jiménez Delgado Instituto de Investigaciones Antropológicas 
Universidad Nacional Autónoma de México Ciudad Universitaria s/n, Coyoacan 
04510 México City,México tel. 56 22 95 16 fax. 56 22 96 51 

___
Qgis-user mailing list
[hidden email] 
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: 
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/Problem-Loading-Georeferenced-image-tp5257046.html
 


To start a new topic under Quantum GIS - User, email 
ml-node+s1560n4125267h38@n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-Loading-Georeferenced-image-tp5257046p5257048.html
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

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Lene Fischer
YES!!!
We have the same problem. One of my students are right at this moment sitting 
in the class. Installing - re-installing- deleting - REGEDIT
The same problem - Processing missing.
We now wail for the last installation - pray and hope it will work.
Regards
Lene Fischer

Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af McDonaldR
Sendt: 17. marts 2016 12:23
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Plugin processing problem

Hello List

Every time I open QGIS Essen I get an error message telling me that the Plugin 
processing will be disabled because it crashed QGIS during the last startup. 
Please report an issue and re-enable the plugin when the problem has been 
resolved.

The processing plugin is not enabled.  I have version 2.12.2 installed.  Once 
QGIS is ready I can enable the processing plugin and open the processing 
toolbox (the search is slow as has been pointed out in other mails and issues).

Has anyone else experienced this and can you recommend a fix?

I am running QGIS 2.14 on Windows 7 Pro 32bit.

2016-03-17T10:13:23 0 QGIS starting...
2016-03-17T10:14:19 0 Python support ENABLED :-)
2016-03-17T10:17:35 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: 
\\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/hdumpty/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
2016-03-17T10:17:35 0 QGIS Ready!

Thanks

Ross



Ross McDonald | GIS Data Coordinator | Resources Department, IT Division | 
Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
T: 01307 476419 | F: 01307 476401 | E: 
mcdona...@angus.gov.uk



This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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] Plugin processing problem

2016-03-19 Thread Luigi Pirelli
May I suggest you to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing folder ?

I suppose you have an old processing version (loaded after default
core processing in C:\OSGeo4W\apps\qgis\python\plugins\processing)
that conflict with 2.14 => it is disabled (that in
C:\Users\mcdonaldr\.qgis2\python\plugins\processing).
But the core one still remain loaded correctly.

let us know

p.s before to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing, what is the
content of C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
?
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 17 March 2016 at 13:01, McDonaldR  wrote:
> C:\OSGeo4W\apps\qgis\python\plugins\
>
> Db_manager
>
> fTools
>
> GdalTools
>
> MetaSearch
>
> Processing
>
>
>
> Processing Metadata.txt file has the following in it:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.99
>
> qgisMinimumVersion=2.13
>
>
>
> C:\Users\mcdonaldr\.qgis2\python\plugins
>
> Gazetteersearch
>
> pgRoutingLayer
>
> processing
>
>
>
> processing metadata.txt has the following:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.2
>
> qgisMinimumVersion=2.12
>
>
>
> From: Nathan Woodrow [mailto:madman...@gmail.com]
> Sent: 17 March 2016 11:53
> To: Lene Fischer
> Cc: McDonaldR; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Plugin processing problem
>
>
>
> What is in {QGIS Install folder}\apps\qgis\python\plugins
>
>
>
> e.g C:\OSGeo4W\apps\qgis\python\plugins
>
>
>
> Is there a processing folder in there?
>
>
>
> What is in .qgis2\python\plugins?
>
>
>
> On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer  wrote:
>
> YES!!!
>
> We have the same problem. One of my students are right at this moment
> sitting in the class. Installing – re-installing- deleting – REGEDIT
>
> The same problem – Processing missing.
>
> We now wail for the last installation – pray and hope it will work.
>
> Regards
>
> Lene Fischer
>
>
>
> Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af
> McDonaldR
> Sendt: 17. marts 2016 12:23
> Til: qgis-user@lists.osgeo.org
> Emne: [Qgis-user] Plugin processing problem
>
>
>
> Hello List
>
>
>
> Every time I open QGIS Essen I get an error message telling me that the
> Plugin processing will be disabled because it crashed QGIS during the last
> startup. Please report an issue and re-enable the plugin when the problem
> has been resolved.
>
>
>
> The processing plugin is not enabled.  I have version 2.12.2 installed.
> Once QGIS is ready I can enable the processing plugin and open the
> processing toolbox (the search is slow as has been pointed out in other
> mails and issues).
>
>
>
> Has anyone else experienced this and can you recommend a fix?
>
>
>
> I am running QGIS 2.14 on Windows 7 Pro 32bit.
>
>
>
> 2016-03-17T10:13:23 0 QGIS starting...
>
> 2016-03-17T10:14:19 0 Python support ENABLED :-)
>
> 2016-03-17T10:17:35 0 Application state:
>
> QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
>
> Prefix: C:/OSGeo4W/apps/qgis
>
> Plugin Path: C:/OSGeo4W/apps/qgis/plugins
>
> Package Data Path: C:/OSGeo4W/apps/qgis/.
>
> Active Theme Name: default
>
> Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
>
> Default Theme Path: :/images/themes/default/
>
> SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
>
> C:/OSGeo4W/apps/qgis/./svg/
>
> C:/Users/hdumpty/.qgis2//svg/
>
> User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
>
> Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
>
> 2016-03-17T10:17:35 0 QGIS Ready!
>
>
>
> Thanks
>
>
>
> Ross
>
>
>
>
>
>
>
> Ross McDonald | GIS Data Coordinator | Resources Department, IT Division |
> Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
>
> T: 01307 476419 | F: 01307 476401 | E: mcdona...@angus.gov.uk
>
>
>
>
>
>
>
> This message is strictly confidential. If you have received this in error,
> please inform the sender and remove it from your system. If received in
> error you may not copy, print, forward or use it or any attachment in any
> way. This message is not capable of creating a legal contract or a binding
> representation and does not represent the views of Angus Council. Emails may
> be monitored for security and network management reasons. Messages
> containing inappropriate content m

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
I’ve removed the one from my profile (.qgis2 folder) and just have the core 
plugin (2.12.99) installed.

Still get the error message

[cid:image001.png@01D18050.E9E05FF0]

On another machine (Win 7 Pro 64 bit with Essen installed I have Processing 
2.12.99 in the OSGeo4W directory and Processing 2.10.3 in the .qgis2 folder.  
No error message when starting QGIS.  The plugin manager tells me there is a 
new version available but after clicking the upgrade plugin button there is a 
red error message saying the .zip archive could not be unpacked. The plugin is 
deleted from .qgis2 folder.  QGIS starts just fine without the error message 
using the core processing plugin.

So, is there something left over in my registry that’s causing the problem?  
Where do I start looking?

Thanks

Ross

From: Nathan Woodrow [mailto:madman...@gmail.com]
Sent: 17 March 2016 13:18
To: McDonaldR
Cc: Luigi Pirelli; Lene Fischer (l...@ign.ku.dk); qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Plugin processing problem

If you have one in .qgis2 you should remove that so you don't get conflicts.

On Thu, Mar 17, 2016 at 10:41 PM, McDonaldR 
mailto:mcdona...@angus.gov.uk>> wrote:
Thanks Luigi

C:\OSGeo4W\apps\qgis\python\plugins\processing
Core processing plugin
> [general]
> name=Processing
> description=Spatial data processing framework for QGIS
> about=Spatial data processing framework for QGIS
> category=Analysis
> version=2.12.99
> qgisMinimumVersion=2.13

C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
Plugin from repo
> [general]
> name=Processing
> description=Spatial data processing framework for QGIS
> about=Spatial data processing framework for QGIS
> category=Analysis
> version=2.12.2
> qgisMinimumVersion=2.12



-Original Message-
From: Luigi Pirelli [mailto:lui...@gmail.com]
Sent: 17 March 2016 12:25
To: McDonaldR
Cc: Nathan Woodrow; Lene Fischer; 
qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Plugin processing problem

May I suggest you to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing folder ?

I suppose you have an old processing version (loaded after default core 
processing in C:\OSGeo4W\apps\qgis\python\plugins\processing)
that conflict with 2.14 => it is disabled (that in 
C:\Users\mcdonaldr\.qgis2\python\plugins\processing).
But the core one still remain loaded correctly.

let us know

p.s before to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing, what is the content of 
C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
?
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 17 March 2016 at 13:01, McDonaldR 
mailto:mcdona...@angus.gov.uk>> wrote:
> C:\OSGeo4W\apps\qgis\python\plugins\
>
> Db_manager
>
> fTools
>
> GdalTools
>
> MetaSearch
>
> Processing
>
>
>
> Processing Metadata.txt file has the following in it:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.99
>
> qgisMinimumVersion=2.13
>
>
>
> C:\Users\mcdonaldr\.qgis2\python\plugins
>
> Gazetteersearch
>
> pgRoutingLayer
>
> processing
>
>
>
> processing metadata.txt has the following:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.2
>
> qgisMinimumVersion=2.12
>
>
>
> From: Nathan Woodrow [mailto:madman...@gmail.com]
> Sent: 17 March 2016 11:53
> To: Lene Fischer
> Cc: McDonaldR; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Plugin processing problem
>
>
>
> What is in {QGIS Install folder}\apps\qgis\python\plugins
>
>
>
> e.g C:\OSGeo4W\apps\qgis\python\plugins
>
>
>
> Is there a processing folder in there?
>
>
>
> What is in .qgis2\python\plugins?
>
>
>
> On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer 
> mailto:l...@ign.ku.dk>> wrote:
>
> YES!!!
>
> We have the same problem. One of my students are right at this moment
> sitting in the class. Installing – re-installing- deleting – REGEDIT
>
> The same problem – Processing missing.
>
> We now wail for the last installation – pray and hope it will work.
>
> Regards
>
> Lene Fischer
>
>
>
> Fra: Qgis-user 
> [mailto:qgis-user-boun...@lists.osgeo.org]
>  På vegne af
> McDonaldR
> Sendt: 17. marts 2016 12:23
> Til: qgis-user@

Re: [Qgis-user] xytools plugin

2016-03-19 Thread Richard Duivenvoorde
On 16-03-16 12:35, Alessio Degioannini wrote:
> Hello,
> I was wondering if it was possible to set a default folder to save the
> shapefile created using the "Save attribute as point shapefiles" ...
> It could also be useful to add to the map the shapefile thus created, as
> happens when you "save as" a shapefile layer from the panel.
> What do you think about it?
> Best Regards
> Alessio

Alessio,

I haven't looked into the code for a long time to be honest...

So plz add more info:

https://github.com/rduivenvoorde/xytools/issues

and just bug the plugin-developer personally (/me :-)) first. A plugin
dev really needs input (or at least some response) from users. Honestly
I was doubting the plugin was actually used

Regards,

Richard Duivenvoorde

___
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] The "save as" project dont seem work.

2016-03-19 Thread Richard Duivenvoorde
On 16-03-16 08:43, Andrea Peri wrote:
> Hi, in the new 2.14 i see the command " save as" dont seem work.
> Before issue a ticket i like to know if this is confirmed in other
> previous versions.
> I never use this command and so i dont know how old is this issue.
> I use windows and i guess that this issue is windows only.

I'm behind a windooz machine now, osgeo4w 64b and with me 'Project Save
As' is working fine here?

Regards,

Richard
___
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] CAD import project funding state

2016-03-19 Thread Nathan Woodrow
Hey Andreas,

That is great to hear. Using the GPL driver is also great.

On Wed, 16 Mar 2016 8:42 pm Neumann, Andreas  wrote:

> Hi,
>
> The good news is that the CAD import project is now fully funded. One of
> the existing funders stepped in to cover the rest.
>
> If you are still interested in helping to fund CAD related QGIS projects,
> we will also come up with a related proposal to make a vector georeferencer
> part of QGIS core. Many CAD files aren't properly georeferenced and it
> would be a useful side-project to offer a user-friendly tool to
> georeference existing QGIS vector layers.
>
> I know that a plugin already exists - but this should really be a core
> tool in QGIS. One tool to georeference both vector and raster files.
>
> Thanks,
>
> Andreas
>
> On 2016-03-16 09:23, Neumann, Andreas wrote:
>
> Hi all,
>
> I'd like to inform about the CAD import project funding state.
>
> Please see
> https://drive.google.com/file/d/0B0h3PAH5uoY6c2hHTlBvWjdqQTQ/view?usp=sharing 
> for
> project details.
>
> Jürgen will try to base the work on libdxfrw (GPL2+ based) instead of
> Teigha, to avoid licensing issues and regular payments toward the ODA (Open
> Design Alliance). DGN won't be supported, as it isn't supported by
> libdxfrw.
>
> The whole project will cost 32k € out of which 28.5 k € are already
> confirmed. So we are still missing 3.5k €.
>
> Please contact me off-list if you are interested in this functionality and
> able to contribute.
>
> Thank you,
>
> Andreas
>
>
> ___
> 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 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] Reading SEG-Y files

2016-03-19 Thread Szilard Albert
Hello,

I would be very much interested in segy read and display ability. I am also
able to read in a segy file, and plot a line map,

and using any other available header (labelling for example).

But I am not sure if the trace data itself is being read. During the load,
I am prompted to select between LayerID=0 (named myfile), and LayerID=1
(myfile_header).

It looks like LayerID=0 has the actual trace headers, while LayerID=1 has
the binary headers. We might need to expect another layer ID for the time
series (trace data)?

Once that successful, I would be interested in creating profiles of various
trace headers and displaying arbitrary lines to check intersections.

Please share your achievements on the issue.

Regards,
Szilard




On 18 Mar 2016 5:01 pm, "Lester Anderson"  wrote:

> Hi Matt,
>
> You find the SEG-Y import under the Vector load (open file) - these
> files are not treated as rasters. But I still do not understand how to
> generate a proper plot (i.e. trace image - grey scale or wiggle etc).
> Not found any explanation of the use in QGIS.
>
> Cheers
> Lester
>
>
> On 18 March 2016 at 03:28, Matt Boyd  wrote:
> > Hi Lester,
> > where's the seg-y importer located? I haven't been able to find it or a
> > reference to it.
> >
> > Matt
> >
> >
> > On Tue, Mar 8, 2016 at 1:52 AM, Lester Anderson 
> > wrote:
> >>
> >> Hello,
> >>
> >> I have just downloaded v2.14 and wanted to test the SEG-Y import. This
> >> all works fine for displaying the line as a series of points in a map,
> >> but is it actually possible to plot the seismic trace itself?
> >>
> >> Thanks
> >> Lester
> >> ___
> >> 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 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] Disappearing line

2016-03-19 Thread Andrea Peri
Thx for feedback.

We have not a solution inside QGIS to resolve this problem, because
when zoom to details the canvas stop to showing it.

The problem is that this kind of problem is born inside QGIS meanwhile
editing it.

After this issue was born in editing session , the shapefile is no
more editable on qgis because it is unusable at details.

Unfortunatelly we have no other GIS solution othe than QGIS so we are
searching a solution to resolve it.

Now I try to load it inside a spatialite environment and do a
MakeValid hoping this could resolve it definitivelly.

Thx again,

A.



2016-03-18 9:51 GMT+01:00 Andre Joost :
> Am 18.03.2016 um 07:52 schrieb Andrea Peri:
>
>>> After this dissolve it work again for some day, where we apply others
>>> editing.
>>> And yesterdays we dont know we it start to do this strange
>>> disappearing at the details level.
>>>
>>> Any information is welcome.
>
>
> If I run Cheeeck Geometry validity, it reports 36 errors.
>
> You should eliminate the duplicate nodes and one-node-lines and try again.
>
> HTH,
> AndréJoost
>
> ___
> 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



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
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] Q: Select a large area and print!

2016-03-19 Thread Daniel Basile
Hi, I have a strange problem. I've loaded an OpenMap Layer, with
QuickMapService, putting some coordinates points. I should select a large
area of this map, and a simple screenshot isn't sufficient. I've tried some
command line instructions, but I can't set a scale! Some details, with a
smaller scale, were lost! There's a solution for this? Can I export a large
portion of a map, setting a scale, in PNG or PDF? Thanks to anyone that
will help me resolve this problem. I have the latest version of QGIS and
Windows 7 64 Bit.
___
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] Problem Loading Georeferenced image

2016-03-19 Thread Nyall Dawson
On 18 Mar 2016 06:43, "Gerardo Jiménez"  wrote:
>
> I  have a georeferenced soil Map. I did the georeferencing in Qgis using
EPSG 26714 as the CRS. I have the following issue. When I load the image in
2.14 the project is set to EPSG 4326. When I load it in 2.8X the project is
set to 26714. I have tested this behavior in two different machines using
win 10 64 bits. In both machines I have the same behavior in the same Qgis
versions. CRS Options for both qgis versions are the same:
>
> Default CRS for new projects: Automatically enable on the fly
reprojection if layers have different CRS
> CRS for new layers: Use layer CRS
>
> I have tested also changing from use layer CRS to prompt for CRS. When I
do this, On the fly transformation is activated as if by dafault project
must be in 4326.
>
> The only work around in 2.14 is to select the layer right click and
choose set CRS from layer. This makes the project to be set at 26714.
>
> I was use to load my image and that the project was automatically set to
the image CRS. Any one have the same problem? Any one can tell me what
potentially I am doing wrong?

Sounds like http://hub.qgis.org/issues/14392 , which is fixed in master and
2.14.1

Nyall

>
> Thanks in advance
>
> Gerardo
>
>
> --
> Gerardo Jiménez Delgado
> Instituto de Investigaciones Antropológicas
> Universidad Nacional Autónoma de México
> Ciudad Universitaria s/n, Coyoacan 04510
> México City,México
> tel. 56 22 95 16
> fax. 56 22 96 51
>
>
> ___
> 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

Re: [Qgis-user] 'Save As' turn Integer to String

2016-03-19 Thread Matthias Kuhn
The fix is just 12h old, so there's a certain chance that it didn't make 
it to your harddrive yet.


On 16/03/16 13:32, Alexandre Neto wrote:
Can't say, Code revision says Exported. But it's not the most recent 
for sure as I have some QGIS updates available in the package manager.


Matthias Kuhn mailto:matth...@opengis.ch>> 
escreveu no dia quarta, 16/03/2016 às 12:12:




On 16/03/16 12:53, Alexandre Neto wrote:
> Lene, Anita,
>
> Sorry for the noise. Before I have tried with whole integer. Trying
> with 64 integer I confirm it as well.

With which version?
___
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

--
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.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

Re: [Qgis-user] Legend Counts

2016-03-19 Thread Phil Wyatt
Sorry, I misread your post. I will try that when I get back home


Cheers - Phil, 
On the road with his iPad 

> On 17 Mar 2016, at 6:33 PM, Peter Schürch  wrote:
> 
> Hi Phil
> What happens if you set a filter on the layer (right click on layer in layer 
> tree > Filter) to exclude the data you don’t want to count in the legend?
>  
> Peter
>  
> Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Phil 
> (The Geek) Wyatt
> Gesendet: Donnerstag, 17. März 2016 01:13
> An: Qgis-user@lists.osgeo.org
> Betreff: [Qgis-user] Legend Counts
>  
> Hi Folks,
>  
> I have a legend that has a couple of categories removed but the overall count 
> does not take this into account. Is there a way to fix this?
>  
> 2169 is the total (including dates not showing) - it should actually read 2163
>  
> 
>  
> Cheers - Phil
>  
> Kiva Lender, Thin Green Line Supporter, Volunteer Mapper (GISMO) - Red Cross, 
> Wildcare Volunteer
>  
___
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] Plugin processing problem

2016-03-19 Thread McDonaldR
Hello List

Every time I open QGIS Essen I get an error message telling me that the Plugin 
processing will be disabled because it crashed QGIS during the last startup. 
Please report an issue and re-enable the plugin when the problem has been 
resolved.

The processing plugin is not enabled.  I have version 2.12.2 installed.  Once 
QGIS is ready I can enable the processing plugin and open the processing 
toolbox (the search is slow as has been pointed out in other mails and issues).

Has anyone else experienced this and can you recommend a fix?

I am running QGIS 2.14 on Windows 7 Pro 32bit.

2016-03-17T10:13:23 0 QGIS starting...
2016-03-17T10:14:19 0 Python support ENABLED :-)
2016-03-17T10:17:35 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/hdumpty/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
2016-03-17T10:17:35 0 QGIS Ready!

Thanks

Ross



Ross McDonald | GIS Data Coordinator | Resources Department, IT Division | 
Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
T: 01307 476419 | F: 01307 476401 | E: 
mcdona...@angus.gov.uk



This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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] one day Processing is there, then dissapears and come again

2016-03-19 Thread Allan López
Hi everyone !.

I mentioned the processing trouble at the end of last year. No under Essen-
Windows 8.1, one day Processing is there, then dissapears and come again
and so on. I will deeply appreciate a final solution to this tragic
problem. QGIS should send and official communication with a single recipe
on how to solve it !, PLEASE 

Allan López
___
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] Plugin processing problem

2016-03-19 Thread Nathan Woodrow
If you have one in .qgis2 you should remove that so you don't get conflicts.

On Thu, Mar 17, 2016 at 10:41 PM, McDonaldR  wrote:

> Thanks Luigi
>
> C:\OSGeo4W\apps\qgis\python\plugins\processing
> Core processing plugin
> > [general]
> > name=Processing
> > description=Spatial data processing framework for QGIS
> > about=Spatial data processing framework for QGIS
> > category=Analysis
> > version=2.12.99
> > qgisMinimumVersion=2.13
>
> C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
> Plugin from repo
> > [general]
> > name=Processing
> > description=Spatial data processing framework for QGIS
> > about=Spatial data processing framework for QGIS
> > category=Analysis
> > version=2.12.2
> > qgisMinimumVersion=2.12
>
>
>
>
> -Original Message-
> From: Luigi Pirelli [mailto:lui...@gmail.com]
> Sent: 17 March 2016 12:25
> To: McDonaldR
> Cc: Nathan Woodrow; Lene Fischer; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Plugin processing problem
>
> May I suggest you to remove
> C:\Users\mcdonaldr\.qgis2\python\plugins\processing folder ?
>
> I suppose you have an old processing version (loaded after default core
> processing in C:\OSGeo4W\apps\qgis\python\plugins\processing)
> that conflict with 2.14 => it is disabled (that in
> C:\Users\mcdonaldr\.qgis2\python\plugins\processing).
> But the core one still remain loaded correctly.
>
> let us know
>
> p.s before to remove
> C:\Users\mcdonaldr\.qgis2\python\plugins\processing, what is the content
> of C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
> ?
> Luigi Pirelli
>
>
> **
> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
> * LinkedIn: https://www.linkedin.com/in/luigipirelli
> * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
> * GitHub: https://github.com/luipir
> * Mastering QGIS:
> https://www.packtpub.com/application-development/mastering-qgis
>
> **
>
>
> On 17 March 2016 at 13:01, McDonaldR  wrote:
> > C:\OSGeo4W\apps\qgis\python\plugins\
> >
> > Db_manager
> >
> > fTools
> >
> > GdalTools
> >
> > MetaSearch
> >
> > Processing
> >
> >
> >
> > Processing Metadata.txt file has the following in it:
> >
> > [general]
> >
> > name=Processing
> >
> > description=Spatial data processing framework for QGIS
> >
> > about=Spatial data processing framework for QGIS
> >
> > category=Analysis
> >
> > version=2.12.99
> >
> > qgisMinimumVersion=2.13
> >
> >
> >
> > C:\Users\mcdonaldr\.qgis2\python\plugins
> >
> > Gazetteersearch
> >
> > pgRoutingLayer
> >
> > processing
> >
> >
> >
> > processing metadata.txt has the following:
> >
> > [general]
> >
> > name=Processing
> >
> > description=Spatial data processing framework for QGIS
> >
> > about=Spatial data processing framework for QGIS
> >
> > category=Analysis
> >
> > version=2.12.2
> >
> > qgisMinimumVersion=2.12
> >
> >
> >
> > From: Nathan Woodrow [mailto:madman...@gmail.com]
> > Sent: 17 March 2016 11:53
> > To: Lene Fischer
> > Cc: McDonaldR; qgis-user@lists.osgeo.org
> > Subject: Re: [Qgis-user] Plugin processing problem
> >
> >
> >
> > What is in {QGIS Install folder}\apps\qgis\python\plugins
> >
> >
> >
> > e.g C:\OSGeo4W\apps\qgis\python\plugins
> >
> >
> >
> > Is there a processing folder in there?
> >
> >
> >
> > What is in .qgis2\python\plugins?
> >
> >
> >
> > On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer  wrote:
> >
> > YES!!!
> >
> > We have the same problem. One of my students are right at this moment
> > sitting in the class. Installing – re-installing- deleting – REGEDIT
> >
> > The same problem – Processing missing.
> >
> > We now wail for the last installation – pray and hope it will work.
> >
> > Regards
> >
> > Lene Fischer
> >
> >
> >
> > Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af
> > McDonaldR
> > Sendt: 17. marts 2016 12:23
> > Til: qgis-user@lists.osgeo.org
> > Emne: [Qgis-user] Plugin processing problem
> >
> >
> >
> > Hello List
> >
> >
> >
> > Every time I open QGIS Essen I get an error message telling me that
> > the Plugin processing will be disabled because it crashed QGIS during
> > the last startup. Please report an issue and re-enable the plugin when
> > the problem has been resolved.
> >
> >
> >
> > The processing plugin is not enabled.  I have version 2.12.2 installed.
> > Once QGIS is ready I can enable the processing plugin and open the
> > processing toolbox (the search is slow as has been pointed out in
> > other mails and issues).
> >
> >
> >
> > Has anyone else experienced this and can you recommend a fix?
> >
> >
> >
> > I am running QGIS 2.14 on Windows 7 Pro 32bit.
> >
> >
> >
> > 2016-03-17T10:13:23 0 QGIS starting...
> >
> > 2016-03-17T10:14:19 0 Python support ENABLED :-)
> >
> > 2016-03-17T10:17:35 0 Application state:
> >
> > QGIS_PREFIX_PATH env var: C:/

Re: [Qgis-user] Extra lines to origin

2016-03-19 Thread Adam Dershowitz


> On Mar 15, 2016, at 8:14 PM, Alex Mandel  wrote:
> 
> On 03/15/2016 11:02 AM, Adam Dershowitz wrote:
>> I have a DWG fie that was provided to me.  If I use any of a few viewers it 
>> appears to be correct.  I then used TeighaFileConverter to convert it to a 
>> DXF file, and again it appears to be correct.  But, when I import it into 
>> qgis, the LineStrings generally have the correct shape, but also have extra 
>> lines that go over to the origin.
>> My DWG shape file is somewhat away from the origin.  So, that means that  
>> there a whole bunch of extra lines connecting my object over to the origin 
>> when viewed in QGIS.
>> I tried a few different DXF version of the export with no change.  And, a 
>> few other viewers that don’t seem to have that problem.
>> Does anyone have any suggestions for why that might be happening?  Or how I 
>> can prevent it?  Or, as a work around is there any way to just filter out 
>> all the points that are near the origin?  
>> This first occurred in QGIS 2.12, but I just upgraded to 2.14 and confirmed 
>> the same problem.  I am using Mac OS 10.11.3.
>> 
>> Thanks,
>> 
>> 
>> --Adam
>> 
> 
> It sounds a little like invalid geometries, or geometries that cross the
> edges to wrap around to the other side (a common issue with data at the
> dateline for example).
> 
> Try running the geometry checking tools.
> 
> Thanks,
> Alex
> 

The geometry checking tool does report hundreds of errors.  Many of these are 
"line 0 contains 7 duplicate node(s) at 8”  So, what can I do about it?  Any 
suggestions for why this happens and how to fix it?
The data is not near a dateline, but is just a region in the middle of a state 
plane zone, except for all the lines that go over to 0,0.  And, as I said, the 
DWG, and DFX both look OK in other viewers.  
___
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] QGIS 2.14.0 - processing toolbox search box extremely slow - workaround

2016-03-19 Thread Claus Sørensen
Hi everyone

On a QGIS workshop march 9. in Silkeborg, Denmark with 30+ enthusiastic
newcomers to QGIS, we encountered 3 pc’s with extremely slow – tending to
non-functional – search box in “Processing -> Toolbox”.

OS’es ranging from Win7, Win8.1 and Win10. Win7 and Win10 unknown version
but with 2.14.0 also unknown bit  flavour.

My Win8.1 Pro in 64-bit with QGIS version 2.14.0  in 64 bit and no
administrative rights.



By elevating security on the installation folder – in my case c:\Program
Files\QGIS Essen\ - to allow users “change” rights, the search box became
functional again – on every pc.






Regards

*Claus Sørensen*
Chartered Surveyor


Viborg Kommune
Teknik & Miljø
Sekretariat og Facility Management
Prinsens Alle 5
8800 Viborg
___
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] 2.5d webmaps with qgis2web

2016-03-19 Thread Tom Chadwin
Splendid. Many thanks for the patient testing. However, please be aware of a
nasty bug in the 2.5d renderer:

https://github.com/tomchadwin/qgis2web/issues/221

I can't solve it yet. I've asked for help
(https://lists.osgeo.org/pipermail/qgis-developer/2016-March/041965.html),
but with no reply yet. Probably time for Stackexchange tomorrow. Won't be
able to do a non-experimental release until it's sorted.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5257045.html
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

Re: [Qgis-user] Disappearing line

2016-03-19 Thread Andrea Peri
Just another little update.

I try to analyze the new shapefile with the invalidity resolved, using
the geometry checker di qgis, but when click OK, the qgis (2.14) will
crash.
:(

Now I add this new shapefile to the ticket.

A.


2016-03-18 11:36 GMT+01:00 Andrea Peri :
> Hi,
> some updates.
> I try to resolve all the invalidity using the MakeValid command of
> spatialite/postgis, It report me to resolve some invalidity,
> but after reload the shapefile on QGIS still it disappear at details level.
>
> A.
>
>
> 2016-03-18 11:22 GMT+01:00 Andrea Peri :
>> Thx for feedback.
>>
>> We have not a solution inside QGIS to resolve this problem, because
>> when zoom to details the canvas stop to showing it.
>>
>> The problem is that this kind of problem is born inside QGIS meanwhile
>> editing it.
>>
>> After this issue was born in editing session , the shapefile is no
>> more editable on qgis because it is unusable at details.
>>
>> Unfortunatelly we have no other GIS solution othe than QGIS so we are
>> searching a solution to resolve it.
>>
>> Now I try to load it inside a spatialite environment and do a
>> MakeValid hoping this could resolve it definitivelly.
>>
>> Thx again,
>>
>> A.
>>
>>
>>
>> 2016-03-18 9:51 GMT+01:00 Andre Joost :
>>> Am 18.03.2016 um 07:52 schrieb Andrea Peri:
>>>
> After this dissolve it work again for some day, where we apply others
> editing.
> And yesterdays we dont know we it start to do this strange
> disappearing at the details level.
>
> Any information is welcome.
>>>
>>>
>>> If I run Cheeeck Geometry validity, it reports 36 errors.
>>>
>>> You should eliminate the duplicate nodes and one-node-lines and try again.
>>>
>>> HTH,
>>> AndréJoost
>>>
>>> ___
>>> 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
>>
>>
>>
>> --
>> -
>> Andrea Peri
>> . . . . . . . . .
>> qwerty àèìòù
>> -
>
>
>
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
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] 2.5d webmaps with qgis2web

2016-03-19 Thread Tom Chadwin
1.3.2 released to fix the bug mentioned above.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5257209.html
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

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread Matthias Kuhn
Hi Ross,

can you run

import QSettings()
QSettings().remove('/Plugins/watchDog/processing')

in the python console and report back if this fixes the issue?

Matthias

On 03/17/2016 12:22 PM, McDonaldR wrote:
>
> Hello List
>
>  
>
> Every time I open QGIS Essen I get an error message telling me that
> the Plugin processing will be disabled because it crashed QGIS during
> the last startup. Please report an issue and re-enable the plugin when
> the problem has been resolved.
>
>  
>
> The processing plugin is not enabled.  I have version 2.12.2
> installed.  Once QGIS is ready I can enable the processing plugin and
> open the processing toolbox (the search is slow as has been pointed
> out in other mails and issues).
>
>  
>
> Has anyone else experienced this and can you recommend a fix?
>
>  
>
> I am running QGIS 2.14 on Windows 7 Pro 32bit.
>
>  
>
> 2016-03-17T10:13:23 0 QGIS starting...
>
> 2016-03-17T10:14:19 0 Python support ENABLED :-)
>
> 2016-03-17T10:17:35 0 Application state:
>
> QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
>
> Prefix: C:/OSGeo4W/apps/qgis
>
> Plugin Path: C:/OSGeo4W/apps/qgis/plugins
>
> Package Data Path: C:/OSGeo4W/apps/qgis/.
>
> Active Theme Name: default
>
> Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
>
> Default Theme Path: :/images/themes/default/
>
> SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
>
> C:/OSGeo4W/apps/qgis/./svg/
>
> C:/Users/hdumpty/.qgis2//svg/
>
> User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
>
> Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
>
> 2016-03-17T10:17:35 0 QGIS Ready!
>
>  
>
> Thanks
>
>  
>
> Ross
>
>  
>
>  
>
>  
>
> *Ross McDonald *|**GIS Data Coordinator | Resources Department, IT
> Division | Angus Council, Angus House, Orchardbank Business Park,
> Forfar, DD8 1AT
>
> T: *01307 476419* | F: 01307 476401 | E: mcdona...@angus.gov.uk
>  **
>
>  
>
>  
>
>  
>
> This message is strictly confidential. If you have received this in
> error, please inform the sender and remove it from your system. If
> received in error you may not copy, print, forward or use it or any
> attachment in any way. This message is not capable of creating a legal
> contract or a binding representation and does not represent the views
> of Angus Council. Emails may be monitored for security and network
> management reasons.Messages containing inappropriate content may be
> intercepted. Angus Council does not accept any liability for any harm
> that may be caused to the recipient system or data on it by this
> message or any attachment.
>
>
>
> ___
> 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

-- 
Matthias Kuhn
OPENGIS.ch - https://www.opengis.ch
Spatial • (Q)GIS • PostGIS • Open Source

___
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] Reading SEG-Y files

2016-03-19 Thread Lester Anderson
Hi Matt,

You find the SEG-Y import under the Vector load (open file) - these
files are not treated as rasters. But I still do not understand how to
generate a proper plot (i.e. trace image - grey scale or wiggle etc).
Not found any explanation of the use in QGIS.

Cheers
Lester


On 18 March 2016 at 03:28, Matt Boyd  wrote:
> Hi Lester,
> where's the seg-y importer located? I haven't been able to find it or a
> reference to it.
>
> Matt
>
>
> On Tue, Mar 8, 2016 at 1:52 AM, Lester Anderson 
> wrote:
>>
>> Hello,
>>
>> I have just downloaded v2.14 and wanted to test the SEG-Y import. This
>> all works fine for displaying the line as a series of points in a map,
>> but is it actually possible to plot the seismic trace itself?
>>
>> Thanks
>> Lester
>> ___
>> 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

Re: [Qgis-user] Disappearing line

2016-03-19 Thread Andre Joost

Am 18.03.2016 um 11:22 schrieb Andrea Peri:


The problem is that this kind of problem is born inside QGIS meanwhile
editing it.

After this issue was born in editing session , the shapefile is no
more editable on qgis because it is unusable at details.

Unfortunatelly we have no other GIS solution othe than QGIS so we are
searching a solution to resolve it.


I managed to load the shapefile into uDig and zoom closer. But I have 
little experience with that software. Maybe gvSIG is able to work with 
it too.


There must be something wrong with the creation step of the shapefile. 
QGIS should not create a one-point line.


HTH,
André Joost


___
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] Legend Counts

2016-03-19 Thread Phil (The Geek) Wyatt
Many Thanks Peter - That worked. Not intuitive, but better than saving
queried layers.

 

Cheers - Phil

 

From: Peter Schürch [mailto:p.schue...@meierpartner.ch] 
Sent: Thursday, 17 March 2016 6:33 PM
To: Phil (The Geek) Wyatt; Qgis-user@lists.osgeo.org
Subject: AW: [Qgis-user] Legend Counts

 

Hi Phil

What happens if you set a filter on the layer (right click on layer in layer
tree > Filter) to exclude the data you don’t want to count in the legend?

 

Peter

 

Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von
Phil (The Geek) Wyatt
Gesendet: Donnerstag, 17. März 2016 01:13
An: Qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Legend Counts

 

Hi Folks,

 

I have a legend that has a couple of categories removed but the overall
count does not take this into account. Is there a way to fix this?

 

2169 is the total (including dates not showing) - it should actually read
2163

 



 

Cheers - Phil

 

  Kiva Lender,
 Thin Green Line Supporter, Volunteer
Mapper (GISMO) -   Red Cross,
 Wildcare Volunteer

 

___
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] Disappearing line

2016-03-19 Thread Nicolas Cadieux
Hi, 
I don't think it's the case here but make sure the both project and layer are 
in the same CRS.  Some CRS are harder to reprojet on the fly.  
Nicolas 
On Mar 18, 2016 02:32, "Andrea Peri [via OSGeo.org]" 
 wrote: 

Hi,
We have a line shapefile produced with qgis with some strange issue.
When add it to a new empty qgis project and show at  full extent it is visible.
Instead , when zoom at details it simply disapplear.
I never seen this before.
So I open an issue and try to add the shapefile to the ticket. (it is
about 300kb) so perhaps could not possible to add.
Bu I'like to know if someone before now has seen this really strange issue.
The shapefile is with 1 only records multilinestring .
Obtained manually from we with many day of editing work at big details
(about 1:2000) and after this dissolved into 1 only geometry with many
parts.
After this dissolve it work again for some day, where we apply others editing.
And yesterdays we dont know we it start to do this strange
disappearing at the details level.
Any information is welcome.
-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
[hidden email] 
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: 
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/Disappearing-line-tp5257095.html 


To start a new topic under Quantum GIS - User, email 
ml-node+s1560n4125267h38@n6.nabble.com 
To unsubscribe from Quantum GIS - User, click here . 
NAML 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Disappearing-line-tp5257095p5257187.html
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

Re: [Qgis-user] Reading SEG-Y files

2016-03-19 Thread Matt Boyd
Hi Lester,
where's the seg-y importer located? I haven't been able to find it or a
reference to it.

Matt


On Tue, Mar 8, 2016 at 1:52 AM, Lester Anderson 
wrote:

> Hello,
>
> I have just downloaded v2.14 and wanted to test the SEG-Y import. This
> all works fine for displaying the line as a series of points in a map,
> but is it actually possible to plot the seismic trace itself?
>
> Thanks
> Lester
> ___
> 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

Re: [Qgis-user] Plugin processing problem

2016-03-19 Thread McDonaldR
C:\OSGeo4W\apps\qgis\python\plugins\
Db_manager
fTools
GdalTools
MetaSearch
Processing

Processing Metadata.txt file has the following in it:
[general]
name=Processing
description=Spatial data processing framework for QGIS
about=Spatial data processing framework for QGIS
category=Analysis
version=2.12.99
qgisMinimumVersion=2.13

C:\Users\mcdonaldr\.qgis2\python\plugins
Gazetteersearch
pgRoutingLayer
processing

processing metadata.txt has the following:
[general]
name=Processing
description=Spatial data processing framework for QGIS
about=Spatial data processing framework for QGIS
category=Analysis
version=2.12.2
qgisMinimumVersion=2.12

From: Nathan Woodrow [mailto:madman...@gmail.com]
Sent: 17 March 2016 11:53
To: Lene Fischer
Cc: McDonaldR; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Plugin processing problem

What is in {QGIS Install folder}\apps\qgis\python\plugins

e.g C:\OSGeo4W\apps\qgis\python\plugins

Is there a processing folder in there?

What is in .qgis2\python\plugins?

On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer 
mailto:l...@ign.ku.dk>> wrote:
YES!!!
We have the same problem. One of my students are right at this moment sitting 
in the class. Installing – re-installing- deleting – REGEDIT
The same problem – Processing missing.
We now wail for the last installation – pray and hope it will work.
Regards
Lene Fischer

Fra: Qgis-user 
[mailto:qgis-user-boun...@lists.osgeo.org]
 På vegne af McDonaldR
Sendt: 17. marts 2016 12:23
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] Plugin processing problem

Hello List

Every time I open QGIS Essen I get an error message telling me that the Plugin 
processing will be disabled because it crashed QGIS during the last startup. 
Please report an issue and re-enable the plugin when the problem has been 
resolved.

The processing plugin is not enabled.  I have version 2.12.2 installed.  Once 
QGIS is ready I can enable the processing plugin and open the processing 
toolbox (the search is slow as has been pointed out in other mails and issues).

Has anyone else experienced this and can you recommend a fix?

I am running QGIS 2.14 on Windows 7 Pro 32bit.

2016-03-17T10:13:23 0 QGIS starting...
2016-03-17T10:14:19 0 Python support ENABLED :-)
2016-03-17T10:17:35 0 Application state:
QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
Prefix: C:/OSGeo4W/apps/qgis
Plugin Path: C:/OSGeo4W/apps/qgis/plugins
Package Data Path: C:/OSGeo4W/apps/qgis/.
Active Theme Name: default
Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths: 
\\dcnasfs\gis\QGIS\Styles\svg
C:/OSGeo4W/apps/qgis/./svg/
C:/Users/hdumpty/.qgis2//svg/
User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth.db
2016-03-17T10:17:35 0 QGIS Ready!

Thanks

Ross



Ross McDonald | GIS Data Coordinator | Resources Department, IT Division | 
Angus Council, Angus House, Orchardbank Business Park, Forfar, DD8 1AT
T: 01307 476419 | F: 01307 476401 | E: 
mcdona...@angus.gov.uk



This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.

___
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


This message is strictly confidential. If you have received this in error, 
please inform the sender and remove it from your system. If received in error 
you may not copy, print, forward or use it or any attachment in any way. This 
message is not capable of creating a legal contract or a binding representation 
and does not represent the views of Angus Council. Emails may be monitored for 
security and network management reasons. Messages containing inappropriate 
content may be intercepted. Angus Council does not accept any liability for any 
harm that may be caused to the recipient system or data on it by this message 
or any attachment.
___
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] Plugin processing problem

2016-03-19 Thread McDonaldR
Thanks Luigi

C:\OSGeo4W\apps\qgis\python\plugins\processing
Core processing plugin
> [general]
> name=Processing
> description=Spatial data processing framework for QGIS
> about=Spatial data processing framework for QGIS
> category=Analysis
> version=2.12.99
> qgisMinimumVersion=2.13

C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
Plugin from repo
> [general]
> name=Processing
> description=Spatial data processing framework for QGIS
> about=Spatial data processing framework for QGIS
> category=Analysis
> version=2.12.2
> qgisMinimumVersion=2.12




-Original Message-
From: Luigi Pirelli [mailto:lui...@gmail.com]
Sent: 17 March 2016 12:25
To: McDonaldR
Cc: Nathan Woodrow; Lene Fischer; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Plugin processing problem

May I suggest you to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing folder ?

I suppose you have an old processing version (loaded after default core 
processing in C:\OSGeo4W\apps\qgis\python\plugins\processing)
that conflict with 2.14 => it is disabled (that in 
C:\Users\mcdonaldr\.qgis2\python\plugins\processing).
But the core one still remain loaded correctly.

let us know

p.s before to remove
C:\Users\mcdonaldr\.qgis2\python\plugins\processing, what is the content of 
C:\Users\mcdonaldr\.qgis2\python\plugins\processing\metadata.txt
?
Luigi Pirelli

**
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS:
https://www.packtpub.com/application-development/mastering-qgis
**


On 17 March 2016 at 13:01, McDonaldR  wrote:
> C:\OSGeo4W\apps\qgis\python\plugins\
>
> Db_manager
>
> fTools
>
> GdalTools
>
> MetaSearch
>
> Processing
>
>
>
> Processing Metadata.txt file has the following in it:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.99
>
> qgisMinimumVersion=2.13
>
>
>
> C:\Users\mcdonaldr\.qgis2\python\plugins
>
> Gazetteersearch
>
> pgRoutingLayer
>
> processing
>
>
>
> processing metadata.txt has the following:
>
> [general]
>
> name=Processing
>
> description=Spatial data processing framework for QGIS
>
> about=Spatial data processing framework for QGIS
>
> category=Analysis
>
> version=2.12.2
>
> qgisMinimumVersion=2.12
>
>
>
> From: Nathan Woodrow [mailto:madman...@gmail.com]
> Sent: 17 March 2016 11:53
> To: Lene Fischer
> Cc: McDonaldR; qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Plugin processing problem
>
>
>
> What is in {QGIS Install folder}\apps\qgis\python\plugins
>
>
>
> e.g C:\OSGeo4W\apps\qgis\python\plugins
>
>
>
> Is there a processing folder in there?
>
>
>
> What is in .qgis2\python\plugins?
>
>
>
> On Thu, Mar 17, 2016 at 9:48 PM, Lene Fischer  wrote:
>
> YES!!!
>
> We have the same problem. One of my students are right at this moment
> sitting in the class. Installing – re-installing- deleting – REGEDIT
>
> The same problem – Processing missing.
>
> We now wail for the last installation – pray and hope it will work.
>
> Regards
>
> Lene Fischer
>
>
>
> Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne af
> McDonaldR
> Sendt: 17. marts 2016 12:23
> Til: qgis-user@lists.osgeo.org
> Emne: [Qgis-user] Plugin processing problem
>
>
>
> Hello List
>
>
>
> Every time I open QGIS Essen I get an error message telling me that
> the Plugin processing will be disabled because it crashed QGIS during
> the last startup. Please report an issue and re-enable the plugin when
> the problem has been resolved.
>
>
>
> The processing plugin is not enabled.  I have version 2.12.2 installed.
> Once QGIS is ready I can enable the processing plugin and open the
> processing toolbox (the search is slow as has been pointed out in
> other mails and issues).
>
>
>
> Has anyone else experienced this and can you recommend a fix?
>
>
>
> I am running QGIS 2.14 on Windows 7 Pro 32bit.
>
>
>
> 2016-03-17T10:13:23 0 QGIS starting...
>
> 2016-03-17T10:14:19 0 Python support ENABLED :-)
>
> 2016-03-17T10:17:35 0 Application state:
>
> QGIS_PREFIX_PATH env var: C:/OSGeo4W/apps/qgis
>
> Prefix: C:/OSGeo4W/apps/qgis
>
> Plugin Path: C:/OSGeo4W/apps/qgis/plugins
>
> Package Data Path: C:/OSGeo4W/apps/qgis/.
>
> Active Theme Name: default
>
> Active Theme Path: C:/Users/hdumpty/.qgis2///themes\default\icons/
>
> Default Theme Path: :/images/themes/default/
>
> SVG Search Paths: \\dcnasfs\gis\QGIS\Styles\svg
>
> C:/OSGeo4W/apps/qgis/./svg/
>
> C:/Users/hdumpty/.qgis2//svg/
>
> User DB Path: C:/OSGeo4W/apps/qgis/./resources/qgis.db
>
> Auth DB Path: C:/Users/hdumpty/.qgis2//qgis-auth

Re: [Qgis-user] 'Save As' turn Integer to String

2016-03-19 Thread Alexandre Neto
Lene, Anita,

Sorry for the noise. Before I have tried with whole integer. Trying with 64
integer I confirm it as well.

Alexandre Neto

Anita Graser  escreveu no dia terça, 15/03/2016 às
20:29:

> On Tue, Mar 15, 2016 at 6:28 PM, Lene Fischer  wrote:
>
>> Hi Anita,
>>
>> Thanks for the ticket. – I must have overlooked it – tried on the buglist
>> first…
>>
>> If it´s solved in the master – then the ticket should be closed?
>>
>
>
> ​Not solved yet.
> Note: only happens with Integer64 but not with Integer types (as displayed
> in the layer properties | fields)
>
> Best wishes,
> Anita​
>
>
>
>
>
>
>>
>>
>> Regards
>>
>> Lene
>>
>>
>>
>> *Fra:* anita.graser...@gmail.com [mailto:anita.graser...@gmail.com] *På
>> vegne af *Anita Graser
>> *Sendt:* 15. marts 2016 17:06
>> *Til:* Lene Fischer
>> *Cc:* qgis-user@lists.osgeo.org
>> *Emne:* Re: [Qgis-user] 'Save As' turn Integer to String
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Mar 15, 2016 at 3:08 PM, Lene Fischer  wrote:
>>
>> Hi
>>
>> Just now trying to save a temp vector file to SHP – all attribute data in
>> format Integer is converted into string :-O
>>
>>
>>
>> Can this be confirmed ?
>>
>>
>>
>>
>>
>> ​Yes, here's the ticket http://hub.qgis.org/issues/14411
>>
>>
>>
>> Best wishes,
>>
>> Anita​
>>
>>
>>
>>
>>
>>
>>
>>
>>
> ___
> 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

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.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

Re: [Qgis-user] xytools plugin

2016-03-19 Thread Alessio Degioannini

I was doubting the plugin was actually used


Thank you Richard,
Perhaps is there a similar function in processing?
Best regards

*
Alessio Degioannini - dottore forestale
PROTER - Studio Associato Agronomico e Forestale
C.so Stati Uniti, 27 - 10128 TORINO (ITALY)
Tel: +39 011 817 0767
Fax: +39 011 070 2382
Cell.: +39 329 211 2781
E-mail: a.degioann...@proterstudio.com
P.E.C.: a.degioann...@epap.conafpec.it
*

Il 17/03/2016 08:43, Richard Duivenvoorde ha scritto:

On 16-03-16 12:35, Alessio Degioannini wrote:

Hello,
I was wondering if it was possible to set a default folder to save the
shapefile created using the "Save attribute as point shapefiles" ...
It could also be useful to add to the map the shapefile thus created, as
happens when you "save as" a shapefile layer from the panel.
What do you think about it?
Best Regards
Alessio

Alessio,

I haven't looked into the code for a long time to be honest...

So plz add more info:

https://github.com/rduivenvoorde/xytools/issues

and just bug the plugin-developer personally (/me :-)) first. A plugin
dev really needs input (or at least some response) from users. Honestly
I was doubting the plugin was actually used

Regards,

Richard Duivenvoorde

___
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

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-19 Thread Anita Graser
On Tue, Mar 15, 2016 at 12:18 PM, Tom Chadwin 
wrote:

> I've corrected that error (no idea why it has never failed for me) in
> master
> on Github, and published to the QGIS plugins repo as 1.3.1 experimental.
>

​Great, now it works!

Thanks and best wishes,
Anita​
___
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] 'Save As' turn Integer to String

2016-03-19 Thread Alexandre Neto
Can't say, Code revision says Exported. But it's not the most recent for
sure as I have some QGIS updates available in the package manager.

Matthias Kuhn  escreveu no dia quarta, 16/03/2016 às
12:12:

>
>
> On 16/03/16 12:53, Alexandre Neto wrote:
> > Lene, Anita,
> >
> > Sorry for the noise. Before I have tried with whole integer. Trying
> > with 64 integer I confirm it as well.
>
> With which version?
> ___
> 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

-- 
Alexandre Neto
-
@AlexNetoGeo
http://sigsemgrilhetas.wordpress.com
http://gisunchained.wordpress.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] 2nd Int. QGIS Conference and 10as Jornadas de SIG Libre: Programs online!

2016-03-19 Thread Lluís Vicens

Dear all,

We are pleased to announce the publication of the program of the 
presentations [1] and workshops [2] for the 2nd International QGIS Users 
and Developers Conference that will take place in Girona from 25th to 
26th May 2016.


We take this opportunity to recall that it is already open the 
registration form [3] to attend the conference. Hope you'll find it 
interesting.


Best regards,

[1] 
http://www.sigte.udg.edu/jornadassiglibre/international-qgis-user-and-developer-conference/conferencia-qgis/
[2] 
http://www.sigte.udg.edu/jornadassiglibre/international-qgis-user-and-developer-conference/workshops-qgis/

[3] http://www.sigte.udg.edu/jornadassiglibre/en/inscripcion/

--
*Local Organizing Committee*
10as Jornadas de SIG Libre
2nd International QGIS User and Developer Conference
-
Pl. Ferrater Mora 1
17071 Girona
infojorna...@sigte.org 

Web site: http://www.sigte.udg.edu/jornadassiglibre/en/
Twitter: http://twitter.com/SIGLibreGirona

___
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