Re: [Qgis-developer] Remove QgsTextAnnotationItem from canvas with Python

2011-01-25 Thread Marco Hugentobler
Hi Stefan If the text annotation is selected, you could do this: selectedItems = qgis.utils.iface.mapCanvas().scene().selectedItems() for i in range (len(selectedItems)): item=qgis.utils.iface.mapCanvas().scene().removeItem(selectedItems[i]) Regards, Marco Am Dienstag, 25. Januar 2011,

[Qgis-developer] polygoins from dxf2shp crash qgis

2011-01-25 Thread Paolo Cavallini
Hi all. qgis crashes when loading polygon generated by d2s plugin: GDAL Error 1: IllegalArgumentException: Points of LinearRing do not form a closed linestring I have a sample file if anyone is interested. All the best. -- Paolo Cavallini: http://www.faunalia.it/pc

Re: [Qgis-developer] polygoins from dxf2shp crash qgis

2011-01-25 Thread strk
On Tue, Jan 25, 2011 at 10:46:50AM +0100, Paolo Cavallini wrote: Hi all. qgis crashes when loading polygon generated by d2s plugin: GDAL Error 1: IllegalArgumentException: Points of LinearRing do not form a closed linestring I have a sample file if anyone is interested. I recognize

Re: [Qgis-developer] Remove QgsTextAnnotationItem from canvas with Python

2011-01-25 Thread Marco Hugentobler
Am Dienstag, 25. Januar 2011, um 10.05:36 schrieb luca_mangane...@comune.trento.it: qgis-developer-boun...@lists.osgeo.org scritti il 25/01/2011 09.40.24 Hi Stefan If the text annotation is selected, you could do this: And what if I have a pointer of that textannotation stored in a

[Qgis-developer] error in georeferencer

2011-01-25 Thread Paolo Cavallini
Hi al. I keep on getting: std::bad_alloc when opening the georeferencer (Debian unstable, qgis trunk). After that, it seems to work fine. Can anyone confirm? All the best. -- Paolo Cavallini: http://www.faunalia.it/pc ___ Qgis-developer mailing list

[Qgis-developer] dxf read

2011-01-25 Thread Paolo Cavallini
Hi all. I checked today, and I saw that reading DXF through gdal 1.7 works reasonably well. Wouldn't it be better then to drop the dxf2shape plugin, who has no maintainer and a few bugs? All the best. -- http://www.faunalia.it/pc ___ Qgis-developer

Re: [Qgis-developer] dxf read

2011-01-25 Thread Werner Macho
On 01/25/2011 08:14 PM, Paolo Cavallini wrote: Hi all. I checked today, and I saw that reading DXF through gdal 1.7 works reasonably well. Wouldn't it be better then to drop the dxf2shape plugin, who has no maintainer and a few bugs? All the best. +1 from me ... I think its always better to

Re: [Qgis-developer] dxf read

2011-01-25 Thread Paolo Cavallini
Il giorno mar, 25/01/2011 alle 20.24 +0100, Werner Macho ha scritto: BUT that can happen only at that time when every distribution or ships gdal in a reasonable version (1.7 in this case) which IMHO is not at this time .. so please postpone that as long as (for my purposes debian) does not

Re: [Qgis-developer] mirror map lugin broken with trunk?

2011-01-25 Thread GOO Creations
Hi Paolo I had the same problem with all Python plug-ins that used their own QgsMapCanvas. There were some changes to the map canvas class and the appropriate SIP files weren't updated. Here is a link to the ticket I've created, it also contains a patch:

Re: [Qgis-developer] Plugins repository

2011-01-25 Thread Tim Sutton
Hi 2011/1/25 Václav Řehák rehak...@gmail.com: 2011/1/24 Tim Sutton li...@linfiniti.com: Hi I am busy traveling at the moment but will sort our terms and debug mode issues tomorrow night. Regards. Debug mode disabled, Gary seems to have set perms for static dir correctly already. Thanks.

Re: Re[2]: [Qgis-developer] A roadmap to QGIS 2.0

2011-01-25 Thread Tim Sutton
Ah an inadvertant click of the send button - please see below for full message... 2011/1/25 Tim Sutton li...@linfiniti.com: Hi All To summarise the opinions (toungue in cheek here): - we should wait a long time for 2.0 - like maybe in ten years - lets release it tomorrow - september sounds

Re: [Qgis-developer] error in georeferencer

2011-01-25 Thread Tim Sutton
And under Ubuntu today we seemed to find no situation in which it would actually allow the transform to be carried out... Regards Tim On Tue, Jan 25, 2011 at 2:18 PM, Giovanni Manghi giovanni.man...@gmail.com wrote: Hi, Can anyone confirm? not under Ubuntu/qgis trunk. Here no error

Re: [Qgis-developer] Plugins repository

2011-01-25 Thread Gary Sherman
Can we publish yet? It would be good to see what the site looks like when there is something to display :) -Gary GeoApt LLC Chair, Quantum GIS PSC On Jan 25, 2011, at 11:56, Tim Sutton li...@linfiniti.com wrote: Hi 2011/1/25 Václav Řehák rehak...@gmail.com: 2011/1/24 Tim Sutton

Re: Re[2]: [Qgis-developer] A roadmap to QGIS 2.0

2011-01-25 Thread Paolo Cavallini
Il giorno mar, 25/01/2011 alle 23.07 +0200, Tim Sutton ha scritto: spend their time. As such I suggest we continue as we are until such time that E$RI gives up on that toy GIS of theirs and throws all their resources into stabilising QGIS LTS releases. +1 ;) -- http://www.faunalia.it/pc

Re: [Qgis-developer] error in georeferencer

2011-01-25 Thread Manuel Massing
Hi, And under Ubuntu today we seemed to find no situation in which it would actually allow the transform to be carried out... I can't reproduce either of the bugs (not the bad_alloc() nor the transform failure). Do you have any specifics? cheers, Manuel

Re: [Qgis-developer] Plugins repository

2011-01-25 Thread Gary Sherman
On 1/25/11 7:30 PM, Tim Sutton wrote: Hi On Tue, Jan 25, 2011 at 11:27 PM, Gary Shermangsher...@geoapt.com wrote: Can we publish yet? It would be good to see what the site looks like when there is something to display :) I don't see why not - just bear in mind that different parts of the

Re: [Qgis-developer] QgsMapCanvas with Dimap data

2011-01-25 Thread Tim Sutton
Hi John On Mon, Jan 24, 2011 at 6:01 PM, John de Muller john.de.mul...@gmail.com wrote: Good day I currently have some QgsRasterLayers without any metadata stored in the image file itself. All the metadata (eg: coordinates, rows, columns, crs, etc) is stored in an external Dimap (.dim) file.