[Qgis-developer] Information regarding the fixed issue 16087

2017-03-09 Thread CABO
Hi all I am looking for information regarding the issue: http://hub.qgis.org/issues/16087 According to Giovanni Manghi, the issue has been fixed but I am looking for information about which versions has been fixed. It might be just in front of me, but I cannot find a patch in the repository

[Qgis-developer] 'round' identifier not found in qgsmaprenderercustompainter.cpp

2017-01-16 Thread CABO
Hi, I'm trying to build QGIS 2.18.3 (the latest source in release_2.18) in Windows 7 (x64) using VC++ express 2010 and I am getting the error message: Error C3861: 'round': Identifier not found It happens in qgsmaprenderercustompainterjob.cpp when building qgis_core (debug). What can I

[Qgis-developer] LINEARRING not valid

2017-01-11 Thread CABO
Hi all I have a simple LINEARRING which I would like to use for processing: LINEARRING (592457.52 6227645.26,592454.37 6227645.98,592448.43 6227647.35,592454.15 6227672.3,592428.66 6227678.14,592422.51 6227651.33,592412.78 6227653.56,592419.05 6227680.86,592424.64 6227691.08,592465.86

Re: [Qgis-developer] What happens with shapefile spatial indices (QIX) when editing?

2016-12-16 Thread CABO
Hi Even Thanks for clarifying this. I had hoped this was just a bug instead of a not implemented feature :) Regards, Casper From: Even Rouault [mailto:even.roua...@spatialys.com] Sent: 16. december 2016 10:59 To: qgis-developer@lists.osgeo.org Cc: Casper Børgesen (CABO) Subject: Re: [Qgis

[Qgis-developer] What happens with shapefile spatial indices (QIX) when editing?

2016-12-16 Thread CABO
Hi everyone I was just wondering about spatial indices for shape files in QGIS. If I edit a shapefile with an index (QIX), lets say move a point, and then save the layer. What will happen to the spatial index? If I create a point shape file I QGIS 2.18.1, create a spatial index, add a point,

Re: [Qgis-developer] Can I see which releases a bug fix made it into?

2016-11-04 Thread CABO
Hi Harrissou Ahh now I see it, it is of course very simple ☺ Thanks for the explanation and the revision check. Regards, Casper From: DelazJ [mailto:del...@gmail.com] Sent: 3. november 2016 21:12 To: Casper Børgesen (CABO) Cc: Nyall Dawson (nyall.daw...@gmail.com); qgis-developer

[Qgis-developer] Can I see which releases a bug fix made it into?

2016-11-03 Thread CABO
Hi Nyall Thanks for fixing #15505 it works nicely now and sorry it took me some time to get back to the issue and test it out. I was wondering if it is possible to see somehow which QGIS releases has the current fix in it? Regards, Casper ___

[Qgis-developer] QGIS crash when displaying lines using QgsGeometryRubberBand

2016-11-02 Thread CABO
Hi! I was trying to visualize a linestring using the QgsGeometryRubberBand and had QGIS crashing as soon as the rubber band was being drawn. It looks like the geometry is being corrupted somewhere. If I draw a polygon it works fine: from qgis.core import * from qgis.gui import * rb =

Re: [Qgis-developer] QGIS 2.18 for Windows unavailable for download?

2016-10-24 Thread CABO
Hi Nathan, yes, it is working now! Thanks to the fairy ☺ /Casper From: Nathan Woodrow [mailto:madman...@gmail.com] Sent: 24. oktober 2016 12:58 To: Casper Børgesen (CABO) Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] QGIS 2.18 for Windows unavailable for download? Hey

[Qgis-developer] QGIS 2.18 for Windows unavailable for download?

2016-10-24 Thread CABO
Hi, The QGIS website displays the new release of QGIS 2.18 as available for download, but both the Windows x86 and the x64 files are not found. LTS versions seems available. I couldn't see any notice on the list, so here is my notice :) Regards, Casper

[Qgis-developer] Undo/redo: Grouping actions across layers

2016-10-21 Thread CABO
Hi I am looking at implementing undo functionality in my plugins but so far I have only found the option to use beginEditCommand for each layer. If a user click a button in a plugin which introduce changes to several layers, is it then possible to do all the changes in one transaction so when

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-20 Thread CABO
Hi Frits Great to hear that you have tracked the incorrect folder setting. I will try it. For the sake of the two of us, we seem to be going okay now. But I would like to move on to a place where downloading the QGIS source code, downloading and installing a few software packages, and at last

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-19 Thread CABO
1:40 +, Casper Børgesen (CABO) wrote: > Thank you for your answer and your guidance. I used Jürgens advise and used > the spatialite_i.lib instead and I got a bit further. I am now also able to > run and debug a QGIS session, but I cannot use python either, which I really > want to.

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-19 Thread CABO
and debugging QGIS on Windows x64 Hi Casper, On Wed, 19. Oct 2016 at 07:51:54 +, Casper Børgesen (CABO) wrote: > Thanks for the clarification regarding "debug"/"RelWithDebInfo", now I > know that I can just continue debugging with "RelWithDebInfo". > W

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-19 Thread CABO
asper, On Wed, 19. Oct 2016 at 06:21:40 +, Casper Børgesen (CABO) wrote: > Thank you for your answer and your guidance. I used Jürgens advise and > used the spatialite_i.lib instead and I got a bit further. I am now > also able to run and debug a QGIS session, but I cannot use python

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-19 Thread CABO
Hi Frits Thank you for your answer and your guidance. I used Jürgens advise and used the spatialite_i.lib instead and I got a bit further. I am now also able to run and debug a QGIS session, but I cannot use python either, which I really want to. I am using master_2 and building QGIS using

Re: [Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-19 Thread CABO
...@lists.osgeo.org] On Behalf Of Jürgen E. Fischer Sent: 17. oktober 2016 20:12 To: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Building and debugging QGIS on Windows x64 Hi Casper, On Mon, 17. Oct 2016 at 14:00:48 +, Casper Børgesen (CABO) wrote: > Error 6610error LNK2

[Qgis-developer] Building and debugging QGIS on Windows x64

2016-10-17 Thread CABO
Hi I'm trying to build QGIS on Windows 7 (x64) using the the steps provided in [1] with small adjustments from [2]. My objective is to be able to build a QGIS instance so that I can debug and understand the calls made to QGIS from my python plugins. In other words, I am not trying to build my

[Qgis-developer] Increasing delays when editing memory layer repetitively

2016-10-13 Thread CABO
Hi, I am working on a python plugin for QGIS where the user can interact with the data in a polygon memory layer. When the user clicks on a position in the map, the plugin look up a feature at that position in the memory layer. If a feature was found it will be deleted and afterwards a new

[Qgis-developer] QgsRubberBand and check for identical points in addPoint(...)

2016-10-04 Thread CABO
Hi, I was trying to use python to add 3 identical points to a QgsRubberBand using .addPoint(point) and was wondering why I got a core dump when I was trying to move the third point to a new position. Looking into the code I found the following (line 172 in qgsrubberband.cpp): if (

[Qgis-developer] Georeferencer doesn't do anything?

2016-09-14 Thread CABO
Hello, I'm trying to use the Georeferencer plugin in QGIS but when I click Raster/Georeferencer/Georeferencer to open the tool, nothing happens. I get no error message nor any message in the log-message-panel. I have QGIS 2.16.1 installed from the QGIS webpage and QGIS master + 2.14.6 LTR

[Qgis-developer] Python and keyboard shortcuts

2016-09-02 Thread CABO
Hello, I am trying to setup a keyboard shortcut for a method in my plugin and was looking at the following code snippet: http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/snippets.html#how-to-call-a-method-by-a-key-shortcut In 2014 dakcarto wrote a similar snippet at GIS.SE:

Re: [Qgis-developer] QtCreator and QGIS on ubuntu

2016-09-01 Thread CABO
: [Qgis-developer] QtCreator and QGIS on ubuntu On 01-09-16 10:57, Casper Børgesen (CABO) wrote: > Hi Richard > > That did it, thanks a lot for your fast reply :) > > For my own later reference, how do I determine which package I need? In this > case QCA -> libqca2-dev? apt

Re: [Qgis-developer] QtCreator and QGIS on ubuntu

2016-09-01 Thread CABO
:15 To: Casper Børgesen (CABO); qgis-developer Subject: Re: [Qgis-developer] QtCreator and QGIS on ubuntu On 01-09-16 08:09, Casper Børgesen (CABO) wrote: > > If I haven’t already got the QCA dependency, which library should I install? > Guessing you are building master_2 or other 2.

[Qgis-developer] QtCreator and QGIS on ubuntu

2016-09-01 Thread CABO
Hello, I am trying to follow Tim's blog post[1] on how to build QGIS using QtCreator on linux. The blog post is a couple of years old now and I have found a couple of replaced/extra packages I needed to install to get to the error below. I am at the step where I am using the CMake Wizard to

Re: [Qgis-developer] Python and strange results using layer(.dataProvider()).getFeatures(...)

2016-08-31 Thread CABO
: qgis-developer Subject: Re: [Qgis-developer] Python and strange results using layer(.dataProvider()).getFeatures(...) On 30 August 2016 at 23:52, Matthias Kuhn <matth...@opengis.ch> wrote: > Hi Casper > > On 08/30/2016 02:59 PM, Casper Børgesen (CABO) wrote: >> Hi Nath

Re: [Qgis-developer] Python and strange results using layer(.dataProvider()).getFeatures(...)

2016-08-30 Thread CABO
living features?` Regards, Casper From: Nathan Woodrow [mailto:madman...@gmail.com] Sent: 30. august 2016 14:50 To: Casper Børgesen (CABO) Cc: QGIS Developer Mailing List Subject: Re: [Qgis-developer] Python and strange results using layer(.dataProvider()).getFeatures(...) If you haven't saved

[Qgis-developer] Python and strange results using layer(.dataProvider()).getFeatures(...)

2016-08-30 Thread CABO
Hi, I have a point SHAPE layer with 4 points on a line (just to make them easy to number in this example, and the layer is created in QGIS). 1. Start editing. 2. Delete point number 3. 3. In the python console do the following: >>>

[Qgis-developer] FW: [Processing] Cannot validate geometry

2016-08-29 Thread CABO
Ahh forgot to mention which QGIS I am using, it is Master (d3882d5) on Windows 7 x64. Hi, I am trying to validate a few geometry layers using "Processing/QGIS geoalgorithms/Vector geometry tools/Check validity" and it immediately fails each time I try with the following message.

[Qgis-developer] [Processing] Cannot validate geometry

2016-08-29 Thread CABO
Hi, I am trying to validate a few geometry layers using "Processing/QGIS geoalgorithms/Vector geometry tools/Check validity" and it immediately fails each time I try with the following message. -2147483645 See log for more details The processing log contains the following: Uncaught

Re: [Qgis-developer] QEP about Multimap support for QGIS

2016-08-29 Thread CABO
Hi Alvaro, Your idea looks very promising and I could probably think of a situation or two where this would be very useful. I wonder though, why only allow a map to sync with the other maps and not sync to a specific map? If I could sync to a specific map, I would be able to setup four maps

[Qgis-developer] Remove layer from layer tree without destroying the layer

2016-08-22 Thread CABO
I have added a layer to the layer tree and now I want to remove it from the layer tree: self.layer = self.create_my_layer() QgsProject.instance().layerTreeRoot().insertLayer(0, self.layer) QgsProject.instance().layerTreeRoot().removeLayer(self.layer) But it seems like my layer has been

[Qgis-developer] Attribute values changes in SHAPE FILE on save (even though the attributes weren't edited)

2016-08-19 Thread CABO
I have a shape file in QGIS (2.16.1 and master 0a07fee) with one polygon and around 20 attributes. According to the TableManager plugin two of these fields have the type "String(1)" and outside QGIS I can tell that their value is HEX 20 (a space character). After changing the geometry a bit I

Re: [Qgis-developer] Problems with using QGIS Custom Widgets

2016-08-18 Thread CABO
Hi Calvin It does. Thanks a lot! Regards, Casper From: C Hamilton [mailto:adenacult...@gmail.com] Sent: 17. august 2016 16:47 To: Casper Børgesen (CABO) Cc: qgis-developer Subject: Re: [Qgis-developer] Problems with using QGIS Custom Widgets Yes I did. When you save the file it uses the C

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-18 Thread CABO
[mailto:wonder...@gmail.com] Sent: 18. august 2016 07:32 To: Casper Børgesen (CABO) Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...) On Fri, Aug 12, 2016 at 2:26 PM, Casper Børgesen (CABO) <c...@niras.dk>

Re: [Qgis-developer] Problems with using QGIS Custom Widgets

2016-08-17 Thread CABO
Hi Calvin I’m facing the same problem and before I go home I just wanted to ask if you found a solution to this problem? Regards, Casper From: Qgis-developer [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of C Hamilton Sent: 30. juni 2016 20:45 To: qgis-developer Subject:

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-12 Thread CABO
To: Casper Børgesen (CABO) Cc: Martin Dobias; qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...) Hi Casper, this page may need some update. Not many pythonistas are currently available to improve the PyQGIS Cookbook

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-12 Thread CABO
that you go through the data provider. Perhaps that is not the best way to go anymore, or does it depend on what you want to do? Regards, Casper -Original Message- From: Martin Dobias [mailto:wonder...@gmail.com] Sent: 12. august 2016 13:21 To: Casper Børgesen (CABO) Cc: qgis-developer

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-12 Thread CABO
-developer-boun...@lists.osgeo.org] On Behalf Of Casper Børgesen (CABO) Sent: 12. august 2016 10:02 To: Martin Dobias Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...) Hi Martin Thanks for the reference to your

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-12 Thread CABO
is expanding... Hopefully I'm now a step closer to being QGIS 3.0 compliant :) Regards, Casper -Original Message- From: Martin Dobias [mailto:wonder...@gmail.com] Sent: 11. august 2016 18:10 To: Casper Børgesen (CABO) Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Python: How

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-11 Thread CABO
. Regards, Casper -Original Message- From: Qgis-developer [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Casper Børgesen (CABO) Sent: 11. august 2016 14:27 To: Martin Dobias Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Python: How to allow for more results using

Re: [Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-11 Thread CABO
Hi Martin Great and thanks for the heads up. I will look into QgsPointLocator and see if I can get it to work with better results :) Regards, Casper -Original Message- From: Martin Dobias [mailto:wonder...@gmail.com] Sent: 11. august 2016 14:22 To: Casper Børgesen (CABO) Cc: qgis

[Qgis-developer] Python: How to allow for more results using QgsSnapper.snapMapPoint(...)

2016-08-09 Thread CABO
Hi I'm playing around with the QGIS (d01bfd1) snap functionalities in python and I'm trying to get it return all the segments in the vicinity of the point of interest. sl = QgsSnapper.SnapLayer() sl.mLayer = canvas.currentLayer() sl.mTolerance = 50 sl.snapTo =

Re: [Qgis-developer] Warning from DigitizingTools about CRS mismatch

2016-04-11 Thread CABO
sper Børgesen (CABO): Hi Bernhard I do follow your suggestions and they make perfectly sense. This is a warning and I can probably safely disregard it in this case. I'm more curious to discover why two computers using the same OS and QGIS version seems to handle the CRS difference differently

Re: [Qgis-developer] Warning from DigitizingTools about CRS mismatch

2016-04-08 Thread CABO
- From: Bernhard Ströbl [mailto:bernhard.stro...@jena.de] Sent: 8. april 2016 12:55 To: Casper Børgesen (CABO); qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Warning from DigitizingTools about CRS mismatch Hi Casper, I meant the CRS set in the layer's properties for the layer

Re: [Qgis-developer] Warning from DigitizingTools about CRS mismatch

2016-04-08 Thread CABO
the working shape file (see the first mail), but QGIS still displays the warning. Regards, Casper -Original Message- From: Bernhard Ströbl [mailto:bernhard.stro...@jena.de] Sent: 8. april 2016 11:38 To: Casper Børgesen (CABO); qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer

Re: [Qgis-developer] Warning from DigitizingTools about CRS mismatch

2016-04-08 Thread CABO
is created with the projection information given in the prj file. Bernhard Am 08.04.2016 um 10:10 schrieb Casper Børgesen (CABO): > Hi! > > I have a user who constantly get a yellow warning from QGIS when he enables > editing on set of specific shape files. The message is: > > Digi

[Qgis-developer] Warning from DigitizingTools about CRS mismatch

2016-04-08 Thread CABO
Hi! I have a user who constantly get a yellow warning from QGIS when he enables editing on set of specific shape files. The message is: DigitizingTools: Amend Line is disabled because layer CRS and project CRS do not match! The project CRS is EPSG:25832. The shape file has the following .prj

Re: [Qgis-developer] WMS provider: Cannot calculate extent

2016-02-15 Thread CABO
, Casper From: Pedro Venâncio [mailto:pedrongvenan...@gmail.com] Sent: 15. februar 2016 10:39 To: Casper Børgesen (CABO) Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] WMS provider: Cannot calculate extent Hi Casper, Just clean the WMS cache on QGIS: Settings -> Options -> N

[Qgis-developer] WMS provider: Cannot calculate extent

2016-02-15 Thread CABO
I have a strange situation. I host two different WMS layers on an internal GeoServer 2.8.2 (type is ImagePyramid) and both layers look fine when previewing them in the GeoServer Layer Preview. I use QGIS Master x64 (latest nightly build from OSGeo4w) to access the layers. One of them gets added

[Qgis-developer] QGIS Master crashes on exit

2015-09-28 Thread CABO
Hi! I'm using QGIS master x64 from OSGeo4W, and I'm experiencing crashes (with minidumps) each time I exit QGIS (including if I just open and closes QGIS). I don't know how to extract a stack trace from the minidump (if it has one?) and renaming the ".qgis2" folder doesn't help. I have just

Re: [Qgis-developer] QGIS Master crashes on exit

2015-09-28 Thread CABO
] Sent: 28. september 2015 11:18 To: Salvatore Larosa Cc: Casper Børgesen (CABO); qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] QGIS Master crashes on exit On 28 September 2015 at 18:35, Salvatore Larosa <lrssv...@gmail.com> wrote: > Hi Casper, > > On Mon, Sep 28, 2

[Qgis-developer] Accessing non spatial data in MS SQL from python

2015-09-21 Thread CABO
Hi! I have an MS SQL database (not spatial) from which I would like to fetch and update data from my python plugin. My question is: Is it possible with a "normal" QGIS installation to connect to an MS SQL database from python, so I'll be able to execute various SELECT and UPDATE statements?

[Qgis-developer] QGIS QgsGeometry.fromWkt not accepting polygons with Z values?

2015-06-29 Thread CABO
Hi! I have previously been able to use the QGIS plugin QuickWKT to conveniently visualize geometries in QGIS. This has worked well using both 2D and 3D data where only the 2D part has been visualized. Recently I haven't been able to insert WKT polygons with Z-values. I have tried the

[Qgis-developer] qwt5.dll missing from the lastest weekly release.

2015-01-27 Thread CABO
I have downloaded the lastest QGIS 2.7.0-4 weekly release (26-Jan-2015 05:02) for Windows x64 and after installing (and uninstalling my previous weekly edition) I cannot start QGIS due to: qgis-dev-bin.exe - System Error The program can't start because qwt5.dll is missing from your computer.

[Qgis-developer] QGIS Weekly

2014-12-04 Thread CABO
Hi. I'm just wondering if the weekly release of QGIS for Windows has been stopped? I haven't seen a new release since November 17. Regards, Casper ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Behaviour when create new features

2014-11-10 Thread CABO
I have an inexperienced QGIS user who needed to draw some simple line strings. She created a new shapefile layer (line type), enabled editing and used the Add Feature button to draw a line string. - She didn't right click to finished the feature when she was done! She saved the

Re: [Qgis-developer] Behaviour when create new features

2014-11-10 Thread CABO
To: Jonathan Moules; Casper Børgesen (CABO); qgis-developer Subject: Re: [Qgis-developer] Behaviour when create new features b)No warning that the edited features hadn’t been “finished” when saving and/or when disabling editing. (2.6 Testing indicates that disabling and then re-enabling

[Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Too often QGIS 2.5 weekly (it happens in 2.4 too) tends to freeze while drawing the layers. It normally happens when I move around or zoom out, but I think it can happen when displaying a layer after loading it). So I guess it has something to do with drawing data or accessing data from the

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
any additional infromation there. [1] http://hub.qgis.org/issues/11141 Bernhard Am 22.09.2014 09:55, schrieb Casper Børgesen (CABO): Too often QGIS 2.5 weekly (it happens in 2.4 too) tends to freeze while drawing the layers. It normally happens when I move around or zoom out, but I think

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
hope to be able to see the messages added when QGIS stops responding. Regards, Casper -Original Message- From: Bernhard Ströbl [mailto:bernhard.stro...@jena.de] Sent: 22. september 2014 10:39 To: Casper Børgesen (CABO); qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] QGIS

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
many CPU cores There seem to be issues with the multi-threaded renderer, but apparently they are very difficult to reproduce and debug. Fortunately one can very easily disable multi-threade rendering until the issues are solved. Andreas Am 22.09.2014 08:24, schrieb Casper Børgesen (CABO): Hi

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
[mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Matthias Kuhn Sent: 22. september 2014 11:06 To: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64 Hi Casper On 22.09.2014 10:24, Casper Børgesen (CABO) wrote: I can see the see the yellow

[Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
...@lists.osgeo.org] On Behalf Of Casper Børgesen (CABO) Sent: 22. september 2014 11:26 To: Matthias Kuhn; qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64 Hi Matthias. I have tried DebugView and shortly after QGIS stopped responding. It gave me loads

Re: [Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Message- From: Matthias Kuhn [mailto:matthias.k...@gmx.ch] Sent: 22. september 2014 13:36 To: Casper Børgesen (CABO); qgis-developer@lists.osgeo.org Subject: Re: FW: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64 Hi Casper, On 22.09.2014 13:16, Casper Børgesen (CABO) wrote: [10468

Re: [Qgis-developer] ValueTool error

2014-04-04 Thread CABO
the manager. Anyway I hope the update works :) Regards, Casper From: Etienne Tourigny [mailto:etourigny@gmail.com] Sent: 3. april 2014 16:16 To: Casper Børgesen (CABO) Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] ValueTool error This has been reported a few times: on the bug

[Qgis-developer] ValueTool error

2014-04-03 Thread CABO
Hi! I get the following error massage from time to time when using the ValueTool plugin. It seems like it happens when I add or remove a layer: An error has occured while executing Python code: Traceback (most recent call last): File

[Qgis-developer] QuickWKT and Zoom to Layer Extent

2014-03-21 Thread CABO
I have some issues with QuickWKT and Zoom to Layer Extent. Example WKT: POLYGON ((518036.41 6264805.47,518056.41 6264805.47,518056.41 6264825.47,518036.41 6264825.47,518036.41 6264805.47)) When I right click the layer and select Zoom to Layer Extent, it zooms very far out even though I can