[Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Josua S
Hello I am working on a QGIS Plugin with a touch-optimized GUI. So it is actually very useful to be able to create custom feature forms. However if I use the Identify tool and there are two or more features near together, QGIS does not show my feature form but a Identify Results window

Re: [Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Matthias Kuhn
Hi Josua, I don't think the possibility is available OOTB yet, but it should be straightforward to create your own maptool which inherits from the identify maptool and uses a QgsDualView with a request (or filter) limiting the available features to only the relevant feature ids. This should

Re: [Qgis-developer] Oracle layers - improving the speed

2014-02-10 Thread Jonathan Moules
Hi Jürgen, Thinking about it, the simplest solution is to just trust MDSYS.USER_SDO_GEOM_METADATA and get everything from that where possible - SRID and BBOX. The geometry-type it doesn't have, but is that strictly necessary for the list? This seems like the optimal solution for us; I'd suggest

Re: [Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Denis Rouzaud
Hi, Also, I don't know if you know the Layer selection mode for identification. When you identify in the map, you have a contextual menu which let you choose which layer will be identified. Though it solves this problem only if the features identified were not in the same layer, Cheers,

Re: [Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Josua S
Hello Matthias Thank you very much for your quick answer! I have a question left: Is it possible to inherit the identify maptool and use it only using Python? Or does this have to be done in C++? Josua Date: Mon, 10 Feb 2014 14:39:59 +0100 From:

Re: [Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Josua S
Hello Denis Thanks, that's a good point. However I have several layers and in each layer several features to be identified. Josua Date: Mon, 10 Feb 2014 14:46:46 +0100 From: denis.rouz...@gmail.com To: josh-t...@hotmail.com;

Re: [Qgis-developer] Custom Identify Results Window

2014-02-10 Thread Gino Pirelli
QgsMapTool is available in PyQGIS: http://www.qgis.org/en/docs/pyqgis_developer_cookbook/canvas.html#writing-custom-map-tools On 10 February 2014 14:49, Josua S josh-t...@hotmail.com wrote: Hello Matthias Thank you very much for your quick answer! I have a question left: Is it possible to

[Qgis-developer] crash on windows

2014-02-10 Thread Denis Rouzaud
Hi all, I get a crash on a windows machine with a plugin. It is strange as it seems it does not occur on every machine. I would like to investigate, but I don't know what info I can get. Is there a way to know where the crash occurs without any IDE? PS: I don't get the warning saying there

Re: [Qgis-developer] crash on windows

2014-02-10 Thread Matthias Kuhn
As you say there is no minidump question: If the process is still running I think you can right click in the task manager and choose something like create dump or similar. You could also install debugview to see the last debug messages. Matthias On Mon 10 Feb 2014 03:53:47 PM CET, Denis

Re: [Qgis-developer] Error in compilation

2014-02-10 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 07/02/2014 20:03, Paolo Cavallini ha scritto: Hi all. Compiling current master throws an error here. A local problem, or is someone confirming? now solved. thanks. - -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e PostGIS:

Re: [Qgis-developer] crash on windows

2014-02-10 Thread Denis Rouzaud
Thanks Matthias. Weird, but the debug messages did not lead to anything special. I will try with the dump, but it seems to be a PIA to be abble to install the tools to view these dumps... Thanks again! Cheers, Denis On 10. 02. 14 15:58, Matthias Kuhn wrote: As you say there is no minidump

Re: [Qgis-developer] Oracle layers - improving the speed

2014-02-10 Thread Jürgen E . Fischer
Hi Jonathan, On Mon, 10. Feb 2014 at 13:43:44 +, Jonathan Moules wrote: Thinking about it, the simplest solution is to just trust MDSYS.USER_SDO_GEOM_METADATA and get everything from that where possible - SRID and BBOX. The geometry-type it doesn't have, but is that strictly necessary for

Re: [Qgis-developer] Oracle layers - improving the speed

2014-02-10 Thread Jonathan Moules
Hey Jürgen, There's always an extent, but that not necessarily reflect an actual bbox, but just sets the available bounds, which are often set much bigger than the actual data. But the bounding box is determined after insertion of the layer anyway. Fair point, but for us it's

Re: [Qgis-developer] crash on windows

2014-02-10 Thread Matthias Kuhn
You can open the dump with any visual studio, but to make use of it, you will need the some files (.pdb?) produced for the particular build which is crashing on the machine. I am not sure if these files are available for the nightlies (Jürgen?) but I guess it would be the easiest thing to

[Qgis-developer] Announcing the QGIS Podcast

2014-02-10 Thread Tim Sutton
Hi All You may be interested in the QGIS podcast that we (Nathan Woodrow and myself) started. http://qgispodcast.libsyn.com/ You can subscribe with your feedreader at http://qgispodcast.libsyn.com/rss It would be great to have more representation from the diverse users and developers of QGIS

Re: [Qgis-developer] [Qgis-user] Announcing the QGIS Podcast

2014-02-10 Thread Richard Duivenvoorde
On 10-02-14 17:27, Tim Sutton wrote: Hi All You may be interested in the QGIS podcast that we (Nathan Woodrow and myself) started. http://qgispodcast.libsyn.com/ Hi Tim, I created podcast.qgis.org pointing to the libsyn page. Currently I create a config for every subhost, have to find

[Qgis-developer] Fwd: Plugin

2014-02-10 Thread Mohd Rusdi Hamid
-- Forwarded message -- From: Mohd Rusdi Hamid rusdi.ha...@gmail.com Date: Sun, Feb 9, 2014 at 5:08 PM Subject: Fwd: Plugin To: qgis-developer@lists.osgeo.org -- Forwarded message -- From: Mohd Rusdi Hamid rusdi.ha...@gmail.com Date: Sun, Feb 9, 2014 at 3:55 PM

Re: [Qgis-developer] [Qgis-user] Announcing the QGIS Podcast

2014-02-10 Thread Tim Sutton
Hi On Tue, Feb 11, 2014 at 2:25 AM, Richard Duivenvoorde rdmaili...@duif.netwrote: On 10-02-14 17:27, Tim Sutton wrote: Hi All You may be interested in the QGIS podcast that we (Nathan Woodrow and myself) started. http://qgispodcast.libsyn.com/ Hi Tim, I created

Re: [Qgis-developer] Fwd: Plugin

2014-02-10 Thread Richard Duivenvoorde
On 09-02-14 10:08, Mohd Rusdi Hamid wrote: -- Forwarded message -- From: *Mohd Rusdi Hamid* rusdi.ha...@gmail.com mailto:rusdi.ha...@gmail.com Date: Sun, Feb 9, 2014 at 3:55 PM Subject: Plugin To: qgis-developer@lists.osgeo.org mailto:qgis-developer@lists.osgeo.org