AW: [Qgis-user] writing a new renderer in python

2008-03-21 Thread Hugentobler Marco
Hi Anita, To make QGIS fetch the attributes, you need to implement QgsRenderer::classificationAttributes() in your renderer subclass. It returns a QgsAttributeList (that is a typedef for QList) and tells QGIS, what attributes the renderer class needs. Only the specified attributes are fetched f

AW: [Qgis-user] why is EPSG:2180 not recognised?

2008-04-07 Thread Hugentobler Marco
Hi Maciej, Jean-Claude >Please don't tell me that I can send a patch with updates for the CS >database. That would fix only my problem, while EPSG database has lots >of fixes and additions in each new version, which get included in new >releases of PROJ, GDAL, GRASS but not in QGIS. It is of c

AW: [Qgis-developer] Re: [Qgis-user] EPSG:2180 not recognised, although present in srs.db

2008-04-08 Thread Hugentobler Marco
I also tried the example tif with the latest svn trunk (r8327) and QGIS seems to detect epsg 2180 correctly. Maybe it depends on versions of gdal/proj4? The versions I use are proj 4.5 .0 and gdal 1.4.0 Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Maci

AW: AW: [Qgis-user] why is EPSG:2180 not recognised?

2008-04-08 Thread Hugentobler Marco
et: Mo 07.04.2008 20:49 An: Hugentobler Marco Cc: Jean-Claude Repetto; qgis-user@lists.osgeo.org; [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: [Qgis-user] why is EPSG:2180 not recognised? Hi, I've got sqliteadmin (http://sqliteadmin.orbmu2k.de/) here, and it seems pretty trivi

[Qgis-user] AW: [Qgis-community-team] Hackfest 2008

2008-05-30 Thread Hugentobler Marco
Hi Tim, Your suggestion that people can attend the days they are available sounds very good. Because for most people the agenda already started to fill and it would be hard to find a date that suits everyone. Which week(s) of June do you plan to be at the hackfest? Regards, Marco -Ursprün

AW: [Qgis-user] Unable to open databases

2008-05-30 Thread Hugentobler Marco
Hi Carlos, I had a similar problem recently and it was ok after I did a make clean or a fresh svn checkout (svn update was not enough). Don't know if your problem is the same or a different one. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Carlos Dávi

AW: [Qgis-user] lines with arrowheads

2008-06-02 Thread Hugentobler Marco
d or disable line arrows via the layer props >dialog, the vector api and the layer properties serialisation >mechanism. Regards, Marco -Ursprüngliche Nachricht- Von: Tim Sutton [mailto:[EMAIL PROTECTED] Gesendet: Mo 02.06.2008 22:10 An: Stefanie Tellex Cc: qgis-user@lists.osgeo.

AW: [Qgis-developer] Re: [Qgis-user] Hackfest 2008

2008-06-03 Thread Hugentobler Marco
Hi all, I can be at the hackfest from 22.6. to 24.6. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Tim Sutton Gesendet: Mo 02.06.2008 09:01 An: [EMAIL PROTECTED] Cc: qgis-user; [EMAIL PROTECTED] Betreff: Re: [Qgis-developer] Re: [Qgis-user] Hackfest 2008

AW: [Qgis-user] Georeferencing plugin raster coversion

2008-06-11 Thread Hugentobler Marco
Hi Cornelius, You might try it with no compression. There have been problems with compression that came frome the libtiff library and I don't know if they are solved now. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Cornelius Fasshauer Gesendet: Mi 11.

AW: [Qgis-user] printing with metis?

2008-08-04 Thread Hugentobler Marco
Hi Marco, If you are curious about the print composer developments, just check out the printing branch: svn co https://svn.osgeo.org/qgis/branches/advanced_printing_branch I'm trying to bring the branch to a stable state until 15. August so it can be tested by interested folks. 25. August is th

AW: [Qgis-user] Diagram branch - move to trunk or compile for Windows?

2008-08-11 Thread Hugentobler Marco
Hi John, Unfortunately, it is not possible to merge the diagram branch to trunk because the feature freeze for 1.0 is very soon. I updated the diagram branch to contain the newest developments of trunk (until today) and compiled a windows binary: http://karlinapp.ethz.ch/qgis_diagram_bin.zip B

AW: [Qgis-user] Qgis on eeepc 901: 2nd round

2008-09-19 Thread Hugentobler Marco
Hi Agustin, The packages are compiled with compiler opimisation turned on. So I don't expect speed improvements with self-compiled binaries. In terms of storage efficiency, it may be an advantage that by compiling yourself you can only include what you need (e.g. grass, postgis, gsl, expat, geo

AW: [Qgis-user] course and plugins

2008-10-18 Thread Hugentobler Marco
Hi all, I'm also in favour of adding more python plugins to the repository (e.g. fTools and geoprocessing). Requirement is that a plugin is of general interest and that the author agrees to maintain the plugin. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftra

AW: [Qgis-developer] AW: [Qgis-user] course and plugins

2008-10-18 Thread Hugentobler Marco
And of course we should wait with this until the API cleanups in trunk are finished. Plugins will need some changes to work with QGIS 1.0 API. Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Hugentobler Marco Gesendet: Sa 18.10.2008 10:59 An: qgis-user; [EMAIL

AW: [Qgis-user] getting QgsMapCanvasSnapper to work

2008-11-18 Thread Hugentobler Marco
Hi Cedric I used your code lines and started the debugger. It seems that the QgsMapCanvasSnapper works correctly. I think the problem has to do with the QList reference in the binding: int snapToCurrentLayer( const QPoint& p, QList& results, QgsSnapper::SnappingType snap_to, double snappingTol

WG: [Qgis-user] Big sharing problem - Slow when data aresharedinmore than one user - QGIS 0.11

2008-11-28 Thread Hugentobler Marco
Hi François It seems to me that this is more a performance problem of the file server than a QGIS problem. Maybe it is possible to tune something there to improve performance. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Ibanez François Gesendet: Fr 2

AW: [Qgis-user] splitting polygons

2008-11-28 Thread Hugentobler Marco
Hi Micha Do you have the possibility to test with current svn version? I recently fixed a feature splitting bug that occured in connection with geos2 library. I think this is the same one you described. Regards, Marco -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Mich

AW: [Qgis-user] snapping, revisited

2008-12-03 Thread Hugentobler Marco
Hi all, Same question as the last time we discussed this: What shall we do if the layer is reprojected? In most cases, the pixel/layer unit is not uniform accross the map canvas. So it is not possible to map number of pixels to distance in layer units (or at least that would not be valid for th

AW: AW: [Qgis-user] snapping, revisited

2008-12-03 Thread Hugentobler Marco
ayer coordinates. Marco -Ursprüngliche Nachricht- Von: Borys Jurgiel [mailto:[EMAIL PROTECTED] Gesendet: Mi 03.12.2008 10:42 An: Hugentobler Marco Cc: qgis-user@lists.osgeo.org Betreff: Re: AW: [Qgis-user] snapping, revisited Wednesday 03 of December 2008 09:45:54 Hugentobler Marco napi

AW: [Qgis-user] Two or more maps in the print composer

2009-02-16 Thread Hugentobler Marco
Hi Nikos It is possible to print different extents of the same map. The possibility to have different layers loaded for the different map is planned for the next stage of composer development this year. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im

AW: [Qgis-user] Many crashes on ubuntu 8.10 with recommanded binairies

2009-02-17 Thread Hugentobler Marco
Hi Paul I'm also using ubuntu 8.10. The bug with the crash in the classification dialog seems to be related to the ubuntu gdal package. It works for me with a self-compiled gdal. I have no idea when the gdal package will be updated. Hopefully someone else on the list knows more about the packag

AW: [Qgis-user] Undo-command in Edit-session

2009-03-03 Thread Hugentobler Marco
Hi Marco No, there is no undo command in the edit tools (not even in QGIS at all). I know that undo would be very handy, but the only way up to now is to regularly save. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Marco Lechner - FOSS

AW: [Qgis-user] QGis proxy settings

2009-03-03 Thread Hugentobler Marco
Hi Gavin The extended Proxy options (possibility to choose the proxy type) are only in 1.1, not in the 1.0.x versions. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Gavin Fleming Gesendet: Di 03.03.2009 14:23 An: qgis-user@lists.osgeo.or

AW: [Qgis-user] map composer

2009-03-12 Thread Hugentobler Marco
Hi Stefaan This sounds like a bug. Please fill a ticket in the tracker with a detailed step-by-step description and assign it to me. As a workaround (but unfortunately not very convenient), you could save the project, delete the composer entry in the xml file, reload the project. Regards, Marco

AW: [Qgis-user] shape file to gridded

2009-03-15 Thread Hugentobler Marco
Hi Marc Do you mean spatial interpolation? There are several methods you can use with the GRASS plugin and there is also an interpolation plugin in QGIS (inverse distance weighting or triangle based interpolation). Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.

AW: [Qgis-user] Save

2009-03-28 Thread Hugentobler Marco
Hi Mats Templates are supported in composer from version 1.1 on. So no template button in 1.0.1 Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Mats Elfström Gesendet: Mo 16.03.2009 16:47 An: Qgis-user@lists.osgeo.org Betreff: [Qgis-user]

AW: [Qgis-user] QGIS Going Closed Source

2009-03-31 Thread Hugentobler Marco
He he But hey, it is still 31.03. in Alaska :-) cheers, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von maning sambale Gesendet: Mi 01.04.2009 04:27 An: qgis-user Betreff: [Qgis-user] QGIS Going Closed Source I use QGIS everyday and approximately 1

AW: [Qgis-user] Re: [Qgis-developer] Venue for next hackfest...Vienna?

2009-04-02 Thread Hugentobler Marco
Hi Werner Thank you for the organisation. In my opinion Vienna is a very nice place for a hackfest, so +1 from my side. I think the expensiveness is not so bad (at least compared to Zurich). And the location in the center of Europe makes it easily accessible for most community members (and Tim

WG: [Qgis-user] WMS Layers entity

2009-04-14 Thread Hugentobler Marco
-Ursprüngliche Nachricht- Von: Hugentobler Marco Gesendet: Di 14.04.2009 22:25 An: pet...@borstad.com Betreff: AW: [Qgis-user] WMS Layers entity Hi Peter QGIS now selects the WMS layer name(s) as a first legend name (at least for version >= 1.1). In older version, it was

AW: [Qgis-user] WFS Support in QGIS ?!

2009-04-28 Thread Hugentobler Marco
Hi Peter There is WFS support in QGIS with the WFS plugin (plugins -> manage plugins -> WFS plugin). However, be warned that it has not the same level of maturity as the WMS support. Also, the WFS provider loads everything into virtual memory which might be too much for really big datasets. Re

AW: [Qgis-user] your oders please ;) Hackfest Vienna

2009-05-14 Thread Hugentobler Marco
Hi Werner (5.) 6. Nov - (8.) 9. Nov is perfect for me. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Werner Macho Gesendet: Mi 13.05.2009 17:36 An: qgis-user Betreff: [Qgis-user] your oders please ;) Hackfest Vienna I put all data in th

AW: [Qgis-user] copy objects between layers having different KBS

2009-05-17 Thread Hugentobler Marco
Hi Marco It is a missing feature. Afaik the copy/paste code does not consider the KBS at all. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Marco Lechner - FOSSGIS e.V. Gesendet: Fr 15.05.2009 19:07 An: qgis-user Betreff: [Qgis-user] co

AW: [Qgis-user] Calling WMS 'Plugin' from a CSW plugin...

2009-06-03 Thread Hugentobler Marco
Hi David It is possible to add/remove entries in the WMS connection list from plugins by using QSettings. Have a look at qgsserversourceselect.cpp/h and qgsnewhttpconnection.cpp/h to see how it is done. However, it is not possible to pop up the WMS dialog from plugin, because QgsServerSourceSe

AW: [Qgis-user] cutting a line removes half of it

2009-06-10 Thread Hugentobler Marco
Also, it would be good to know if your shapetype is line or multiline and what version of the geos library you are using. Regards, Marco (H.) -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Düster Horst Gesendet: Mi 10.06.2009 09:03 An: Marco Lechner - FO

AW: [Qgis-user] cutting a line removes half of it

2009-06-15 Thread Hugentobler Marco
Hi Marco This problem is fixed now in svn (r10928). Thanks for reporting. Marco (H.) -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Marco Lechner - FOSSGIS e.V. Gesendet: Mo 15.06.2009 10:40 An: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] cutting

AW: [Qgis-user] Undo and redo editing

2009-06-15 Thread Hugentobler Marco
Hi Horst I also like to have the node tools in a pull-down menu. Still I think the separation basic editing toolbar / advanced editing toolbar makes sense because some advanced tools are probably used less frequently, so user should have the possibility to show/hide this toolbar depending on hi

AW: AW: AW: [Qgis-user] Undo and redo editing

2009-06-18 Thread Hugentobler Marco
Hi all So what about grouping the tools to different toolbars by functionality and hide all the editing toolbars by default? A possible classification would be: vertex manipulation tools (add/move/delete vertex, noding tool) feature manipulation tools (simplify, add/delete ring, add/delete isla

AW: [Qgis-user] wfs and bbox

2009-06-23 Thread Hugentobler Marco
Hi Thordur It is currently not possible to restrict the WFS requests in QGIS with the bbox parameter (except changing the source code of course). Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Þórður Ívarsson Gesendet: Mi 24.06.2009 01:25

AW: [Qgis-user] Poll on website

2009-07-14 Thread Hugentobler Marco
It is also my experience that 1.0.x and 1.1.x have a comparable level of stability. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Paolo Cavallini Gesendet: Di 14.07.2009 17:42 An: qgis-user Betreff: Re: [Qgis-user] Poll on website Andr

AW: [Qgis-user] QGis crash at editing

2009-07-17 Thread Hugentobler Marco
Hi Agus Difficult to say something without knowing the dataset and without knowing which edit tool you used. Do you have access to a svn version to see if the problem is still there? Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Agustin

AW: [Qgis-user] Grid in print layout

2009-07-27 Thread Hugentobler Marco
Hi all Grid lines for the print composer are planned for the next version (presumably 1.3). Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Ricardo Filipe Soares Garcia da Gesendet: Mo 27.07.2009 22:24 An: qgis-user@lists.osgeo.org Betref

AW: [Qgis-user] Diagram Tab

2009-08-18 Thread Hugentobler Marco
Hi Sarel Afaik the diagrams are only available in versions >= 1.1. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Sarel Coetzer Gesendet: Di 18.08.2009 10:09 An: qgis-user@lists.osgeo.org Betreff: [Qgis-user] Diagram Tab Hi all I have t

AW: [Qgis-user] Print composer in GGIS 1.0.2 crashes computerunrecoverable

2009-08-20 Thread Hugentobler Marco
Hi Rainer Do you have the chance to test it with a current development version (checked out from svn)? If not, could you send me the data privately so that I might test? Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Rainer M Krug Gesend

AW: [Qgis-user] QGIS performance problem

2009-09-01 Thread Hugentobler Marco
Hi Bernt Yes, please provide me a remote login for debugging. I'm busy today but like to work on the freeze issue tomorrow (Wednesday). I wonder if it is really the same problem or a variation on it. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Au

AW: [Qgis-user] Licensing

2009-11-07 Thread Hugentobler Marco
Hi I'm not so sure. Because if the company only uses your code inhouse, the GNU project says: http://www.gnu.org/licenses/gpl-faq.html#GPLRequireSourcePostedPublic Afaik there is only a problem if the company tries to sell commercial licenses of your code. But I'm not a lawyer, so feel free t