Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-05 Thread Denis Rouzaud
Hi Marco, Can you tell me if these two issues are related to your work? http://hub.qgis.org/issues/12885 http://hub.qgis.org/issues/12886 Thanks a lot, Denis 2015-06-04 15:52 GMT+02:00 Marco Hugentobler marco.hugentob...@sourcepole.ch: Hi Nyall Firstly, I *think* that there's an issue with

Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-05 Thread Marco Hugentobler
On 05.06.2015 09:17, Denis Rouzaud wrote: Hi Marco, Can you tell me if these two issues are related to your work? http://hub.qgis.org/issues/12885 http://hub.qgis.org/issues/12886 I think so, therefore assigned the tickets to me. Regards, Marco Thanks a lot, Denis 2015-06-04 15:52

Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-05 Thread Denis Rouzaud
thanks a lot On 06/05/2015 11:20 AM, Marco Hugentobler wrote: On 05.06.2015 09:17, Denis Rouzaud wrote: Hi Marco, Can you tell me if these two issues are related to your work? http://hub.qgis.org/issues/12885 http://hub.qgis.org/issues/12886 I think so, therefore assigned the tickets to me.

Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-05 Thread Matthias Kuhn
Hi Marco, I added another bug which I suppose could be related to the geometry redesign. I assume it's an uncaught exception but I did not look into it in detail. Would be great if you could also have a look. http://hub.qgis.org/issues/12873 Thank you, Matthias

Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-04 Thread Marco Hugentobler
Hi Nyall Firstly, I *think* that there's an issue with the inheritance of some of the classes. Specifically QgsMultiLineStringV2 and QgsMultiPolygonV2. Currently both of these derive from QgsGeometryCollectionV2, but I think they should derive from QgsMultiCurveV2 and QgsMultiSurfaceV2. This

Re: [Qgis-developer] Questions regarding new geometry engine

2015-06-03 Thread Marco Hugentobler
Hi Nyall Thanks for your input. I'll back in the office tomorrow and can give you more detailed answers to the technical questions. To the technical issues: Yes, I plan to fix them in the next time, but definitely before release ( fixed #12857 and started to look at #12836 already). I think

[Qgis-developer] Questions regarding new geometry engine

2015-06-02 Thread Nyall Dawson
Hi Marco (also cc-ing dev list) I've been looking over the new geometry engine and it's really nice stuff. It's fantastic to have this in QGIS and it's a huge improvement over the old geometry class. Thank you! I have a couple of questions regarding this which I'm hoping you can clarify for me.