[Qgis-developer] QGIS 2.14.8 startup error

2016-11-04 Thread Ziegler Stefan
Hi On Ubuntu 14.04 I get following error with own compiled QGIS 2.14.8: NameError: global name 'QIcon' is not defined Traceback (most recent call last): File "/usr/local/qgis_2_14_8/share/qgis/python/qgis/utils.py", line 315, in startPlugin plugins[packageName].initGui() File

[Qgis-developer] ImportError on startup on master

2016-01-08 Thread Ziegler Stefan
Hi On a fresh installed Ubuntu 14.04 machine a get the following error with a compiled master: Couldn't load plugin 'processing' ImportError: No module named tests.TestData Regards Stefan Freundliche Grüsse Stefan Ziegler Kantonsgeometer Amt für Geoinformation Rötistrasse 4 4500

Re: [Qgis-developer] Postgis Pointcloud support

2015-07-24 Thread Ziegler Stefan
://workshops.boundlessgeo.com/tutorial-lidar/ Regards Stefan Von: Martin Isenburg [mailto:martin.isenb...@gmail.com] Gesendet: Freitag, 24. Juli 2015 11:55 An: Tim Sutton Cc: Ziegler Stefan; QGIS Developer Mailing List Betreff: Re: [Qgis-developer] Postgis Pointcloud support Hello, I am a bit hesitant

[Qgis-developer] Postgis Pointcloud support

2015-07-22 Thread Ziegler Stefan
Hi I just read in the changelog that there is some postgis pointcloud layers support? What does this mean? Can I load e.g. the patches as polygon into QGIS? Regards Stefan Freundliche Grüsse Stefan Ziegler Kantonsgeometer Amt für Geoinformation Amtliche Vermessung Rötistrasse 4 4500

[Qgis-developer] Loading large raster files (vrt) is slow

2015-03-09 Thread Ziegler Stefan
Hi I have a VRT with approx. 8000 raster files (each 2000 x 2000 pixel). The very first loading into QGIS takes rather long (perhaps 1 minute) on a fast machine (SSD, 3.4 GHz). Saving the project file and reopening again is fast. In debug mode I saw that some statistics/histogram is calculated

Re: [Qgis-developer] Localizing QGIS Server

2014-12-17 Thread Ziegler Stefan
Hi Andi I have mine (Ubuntu 10.04) in /etc/apache2/mod-enabled/fcgid.conf: FcgidInitialEnv LANG=de_CH.UTF-8 But this did not work on another Ubuntu 10.04 machine. We had set the variable per process: FcgidCmdOptions /opt/wwwroot/cgi-bin/qgis_mapserv.fcgi \ InitialEnv LANG=de_CH \

[Qgis-developer] Ugly jumping maps while zooming

2014-12-15 Thread Ziegler Stefan
Hi When I zoom in/out, the map contents is jumping to the upper left corner and then jumps back to the right place. I'm on Ubuntu 14.04. Does anybody sees the same effect? Regards Stefan Freundliche Grüsse Stefan Ziegler Kantonsgeometer Amt für Geoinformation Amtliche Vermessung

Re: [Qgis-developer] Ugly jumping maps while zooming

2014-12-15 Thread Ziegler Stefan
Hi Sandro I just know git clone, push and pull :-) Is there a simple command to use this PR? Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Sandro Santilli Gesendet: Montag, 15.

Re: [Qgis-developer] Error : cannot connect to X server on Ubuntu

2014-12-09 Thread Ziegler Stefan
Hi I think there are two approaches: 1) Install Xvfb and start it with the following command (and export DISPLAY): Xvfb :99 -ac -noreset export DISPLAY=:99 2) Try to use QCoreApplication instead of QApplication: app = QApplication(sys.argv)

Re: [Qgis-developer] Load zipped shapefiles with python

2014-12-05 Thread Ziegler Stefan
: Richard Duivenvoorde [mailto:rdmaili...@duif.net] Gesendet: Freitag, 28. November 2014 09:57 An: Ziegler Stefan; 'qgis-developer@lists.osgeo.org' Betreff: Re: [Qgis-developer] Load zipped shapefiles with python On 27-11-14 13:08, Ziegler Stefan wrote: Hi Is it possible to load zipped

[Qgis-developer] Load zipped shapefiles with python

2014-11-27 Thread Ziegler Stefan
Hi Is it possible to load zipped shapefiles with python? I have some zip files with several shapefiles in it. I tried something like this: vlayer = QgsVectorLayer(/vsizip/home/stefan/Downloads/2546.zip/lfp3.shp, LFP3, ogr) But the layer is not valid. Regards Stefan Freundliche Grüsse

[Qgis-developer] QGIS custom widgets with python plugins

2014-11-14 Thread Ziegler Stefan
Hi I sucessfully used QGIS custom widgets (eg. qgscollapsiblegroupbox) in qt designer in and then with python plugins with uic.loadUiType(). Using the traditional pyuic approach I get an missing module error when starting QGIS: ImportError: No module named qgscollapsiblegroupbox I'm on

[Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Ziegler Stefan
Hi Since I do not have access to a server w/o x server I cannot test it by myself. Does anybody know if a running x server is required to run pyqgis standalone apps? E.g. something like this: app = QApplication(sys.argv) QgsApplication.setPrefixPath(/home/stefan/Apps/qgis_master, True)

Re: [Qgis-developer] PyQGIS standalone without x server

2014-10-28 Thread Ziegler Stefan
Thanks! Regards Stefan -Ursprüngliche Nachricht- Von: Martin Dobias [mailto:wonder...@gmail.com] Gesendet: Dienstag, 28. Oktober 2014 11:56 An: Ziegler Stefan Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] PyQGIS standalone without x server Hi Stefan On Tue

Re: [Qgis-developer] missing qscimod4.sip is stille there

2014-10-07 Thread Ziegler Stefan
Strange, I’m able to compile master with python bindings on Ubuntu 14.04. Regards Stefan Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] Im Auftrag von G. Allegri Gesendet: Dienstag, 7. Oktober 2014 09:54 An: qgis-developer Betreff: [Qgis-developer]

Re: [Qgis-developer] missing qscimod4.sip is stille there

2014-10-07 Thread Ziegler Stefan
. Oktober 2014 10:12 An: Ziegler Stefan Cc: qgis-developer Betreff: Re: [Qgis-developer] missing qscimod4.sip is stille there Can you find that file on your machine? I can't Where should it be located? I fear there was some problem with packages upgrading, but I can't find out where. giovanni 2014

Re: [Qgis-developer] missing qscimod4.sip is stille there

2014-10-07 Thread Ziegler Stefan
? Regards Stefan Von: G. Allegri [mailto:gioha...@gmail.com] Gesendet: Dienstag, 7. Oktober 2014 10:28 An: Ziegler Stefan Cc: qgis-developer Betreff: Re: [Qgis-developer] missing qscimod4.sip is stille there If I'm not wrong you're searching only in your home folder... That file is required by gui.sip

Re: [Qgis-developer] Render with labels

2014-10-06 Thread Ziegler Stefan
Hi I did have some problems with dpi output and qgsmaprenderer. Martin Dobias helped me at the hackfest. Now I’m using qgsmaprendererjob classes and it works with custom dpi and labels: mapSettings = QgsMapSettings() mapSettings.setMapUnits(0) mapSettings.setExtent(rect)

Re: [Qgis-developer] Render with labels

2014-10-06 Thread Ziegler Stefan
Yes, they were introduced in 2.4. Regards Stefan Von: Geo DrinX [mailto:geodr...@gmail.com] Gesendet: Montag, 6. Oktober 2014 12:12 An: Ziegler Stefan Cc: Anita Graser; qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] Render with labels Hi Stefan, I did have some problems with dpi

[Qgis-developer] QgsMapRenderer and DPI problem

2014-09-02 Thread Ziegler Stefan
Hi I'm trying to save an image from QGIS master with python: img = QImage(QSize(width, height), QImage.Format_ARGB32_Premultiplied) img.setDotsPerMeterX(dpi / 25.4 * 1000) img.setDotsPerMeterY(dpi / 25.4 * 1000) color = QColor(255,255,255) img.fill(color.rgb()) p =

[Qgis-developer] redirect loop detected error when connecting wms

2014-08-26 Thread Ziegler Stefan
Hi Sometimes - for a certain WMS - I get the following error message when trying to read the GetCapabilities response from the server: Failed to download capabilities: Redirect loop detected: What does that mean? Regards Stefan Freundliche Grüsse Stefan Ziegler Kantonsgeometer Amt für

Re: [Qgis-developer] redirect loop detected error when connecting wms

2014-08-26 Thread Ziegler Stefan
...@lists.osgeo.org] Im Auftrag von Jürgen E. Fischer Gesendet: Dienstag, 26. August 2014 08:49 An: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] redirect loop detected error when connecting wms Hi Stefan, On Tue, 26. Aug 2014 at 06:38:05 +, Ziegler Stefan wrote: Sometimes

Re: [Qgis-developer] redirect loop detected error when connecting wms

2014-08-26 Thread Ziegler Stefan
von Richard Duivenvoorde Gesendet: Dienstag, 26. August 2014 11:19 An: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] redirect loop detected error when connecting wms On 26-08-14 08:38, Ziegler Stefan wrote: Hi Sometimes - for a certain WMS - I get the following error message

Re: [Qgis-developer] redirect loop detected error when connecting wms

2014-08-26 Thread Ziegler Stefan
2014 at 07:55:33 +, Ziegler Stefan wrote: Is this (qgis) application specific or can this behaviour also reproduced by simply refreshing the browser? (since it never happens in the browser). QGIS browser? I'd expect it to behave the same. Any other application might just follow

Re: [Qgis-developer] DimLao plugin has no code repository... please check!

2014-08-25 Thread Ziegler Stefan
Strange. There is a repository tag: https://bitbucket.org/edigonzales/qgis_dimlao/src/f459baa2c67cdbe2ec48a249e406cd3faa33e7a0/metadata.txt?at=master But it does not show in the plugin repo. Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org

[Qgis-developer] cmake configure error

2014-07-23 Thread Ziegler Stefan
Hi I'm getting a cmake error on master: Touch support disabled CMake Error at cmake/FindQScintilla.cmake:58 (FILE): file Internal CMake error when trying to open file: /usr/include/qt4/Qsci/Qsci/qsciglobal.h for reading. Call Stack (most recent call first): CMakeLists.txt:259

[Qgis-developer] compile error

2014-07-22 Thread Ziegler Stefan
Hi I get an compile error on master: [ 98%] Building CXX object python/CMakeFiles/python_module_qgis__analysis.dir/analysis/sip_analysispart3.cpp.o Linking CXX shared library ../output/python/qgis/_analysis.so [ 98%] Built target python_module_qgis__analysis [ 98%] Built target pyanalysis [

Re: [Qgis-developer] compile error

2014-07-22 Thread Ziegler Stefan
tools for me, I guess I should tell it. Jorge El 22/07/14 13:53, Andreas Neumann escribió: same problem here. qscimod4.sip is not available on my machine and I don't know which ubuntu package would contain this file. Andreas Am 22.07.2014 09:02, schrieb Ziegler Stefan: Hi

[Qgis-developer] self referencing relations

2014-07-07 Thread Ziegler Stefan
Hi Should it be possible to make a self referencing relation (= referencing layer and referenced layer are the same qgis layer)? I can define such a relation but opening the attribute table ends up with qgis using 100 % cpu. I'm on master. Regards Stefan Freundliche Grüsse Stefan Ziegler

Re: [Qgis-developer] self referencing relations

2014-07-07 Thread Ziegler Stefan
An: Ziegler Stefan Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] self referencing relations Hi Stefan, Yes it is possible, but there is no limitation of nesting forms, that's most likely what eats up your cpu. Alternatively, if you toggle the checkbox show embedded

[Qgis-developer] Relations not editable

2014-06-12 Thread Ziegler Stefan
Hi I set up a new relations in project properties and set the edit widget type to Relation reference and marked it as editable. It shows up in the form but I cannot edit the referenced layer (I can edit the layer normally). Can anyone confirm? I'm on Ubuntu 12.04 and QGIS master.

Re: [Qgis-developer] Relations not editable

2014-06-12 Thread Ziegler Stefan
False alarm. Sorry for the noise. Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Ziegler Stefan Gesendet: Donnerstag, 12. Juni 2014 09:16 An: qgis-developer@lists.osgeo.org Betreff: [Qgis

[Qgis-developer] Missing scale method in QgsSvgMarkerSymbolLayer?

2014-06-11 Thread Ziegler Stefan
Hi I'm trying to solve this bug: http://hub.qgis.org/issues/10520 As far as I can follow this issue there's a problem with mScaleMethod that changes randomly. Shouldn't the scale method treated like in QgsSimpleMarkerSymbolLayer? (Put it into the constructor and deal with it in the create()

[Qgis-developer] Unable to add new features

2014-05-23 Thread Ziegler Stefan
Hi On current master (Ubuntu 12.04) I'm unable to add a new feature to existing layers (shape, postgis). I can digitize the geometry and the form pops up but I cannot enter values into the form and the ok button is greyed out. Can anyone confirm this or do I have to change some magic new

Re: [Qgis-developer] Unable to add new features

2014-05-23 Thread Ziegler Stefan
It happens with a newly created shapefile. Regards Stefan -Ursprüngliche Nachricht- Von: Denis Rouzaud [mailto:denis.rouz...@gmail.com] Gesendet: Freitag, 23. Mai 2014 15:12 An: Ziegler Stefan; qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] Unable to add new features

Re: [Qgis-developer] Identify tool and layer choice

2014-04-08 Thread Ziegler Stefan
Ah and are the geometry type icons still missing on master (just in front of the layer name)? Stefan Von meinem iPhone gesendet Am 08.04.2014 um 12:02 schrieb Andreas Neumann a.neum...@carto.net: Hi, The new layer-choice mode with the drop-down menu is great. It should be the default

Re: [Qgis-developer] Identify tool and layer choice

2014-04-08 Thread Ziegler Stefan
Hi Andreas Marco H. did the implementation funded by us. I would not connect it with the open feature form... option but open the identify result without asking if there is only one layer. Asking doesn't make sense from my point of view. Stefan Von meinem iPhone gesendet Am 08.04.2014 um

[Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
Hi I get an compile error on Ubuntu 10.04: [ 31%] Generating analysis/network/sipnetworkanalysispart0.cpp, analysis/network/sipnetworkanalysispart1.cpp, analysis/network/sipnetworkanalysispart2.cpp, analysis/network/sipnetworkanalysispart3.cpp [ 31%] sip:

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Ziegler Stefan Gesendet: Donnerstag, 3. Oktober 2013 10:14 An: qgis-developer@lists.osgeo.org Betreff: [Qgis-developer] qgis master compile error on ubuntu 10.04 Hi I

Re: [Qgis-developer] qgis master compile error on ubuntu 10.04

2013-10-03 Thread Ziegler Stefan
16:54 An: Ziegler Stefan Cc: qgis-developer Betreff: Re: [Qgis-developer] qgis master compile error on ubuntu 10.04 thats all you get as error? ciao Marco Bernasocchi (mobile) http://opengis.ch On 3 Oct 2013 15:48, Ziegler Stefan stefan.zieg...@bd.so.chmailto:stefan.zieg...@bd.so.ch wrote: Hi

Re: [Qgis-developer] Splash screen for 2.0

2013-07-15 Thread Ziegler Stefan
I asked them once about the copyright: as far as I remember the answer was that there is no copyright on the old ones. But something like a Leistungsschutzrecht (ancillary copyright?). You can buy the scanned old maps from swisstopo but you are not allowed to redestribute them. But if you have

Re: [Qgis-developer] Splash screen for 2.0

2013-07-15 Thread Ziegler Stefan
+1 for square corners Stefan Von meinem iPhone gesendet Am 15.07.2013 um 18:29 schrieb Giovanni Manghi giovanni.man...@faunalia.pt: To me that is getting there. No one else like me would prefer to get rid of round corners? They do not look smooth on most machines, and the square corners

Re: [Qgis-developer] Splash screen for 2.0

2013-07-12 Thread Ziegler Stefan
There is also an old map called Siegfriedkarte which is based on the one from dufour and on this one the mountain is names Dufourspitze. http://s.geo.admin.ch/327b6cf7e And it does not look that depressing as the b/w one. Regards Stefan Von meinem iPhone gesendet Am 12.07.2013 um 15:46

Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master branch

2013-07-01 Thread Ziegler Stefan
Hi I really like the idea of a LTS version of QGIS. Is there any chance to see a community edition (free) of QGIS Enterprise? Regards Stefan -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Pirmin

Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and

2013-07-01 Thread Ziegler Stefan
It is GPL Sent from some fancy phone looking thingo From: Noli Sicad Sent: 1/07/2013 9:16 PM To: Ziegler Stefan Cc: qgis-u...@lists.osgeo.org; qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master branch Hi

Re: [Qgis-developer] Synergy of QGIS Enterprise and QGIS 2.0/Master branch

2013-07-01 Thread Ziegler Stefan
Yes and the code is available on our github repository. regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Pirmin Kalberer Gesendet: Montag, 1. Juli 2013 14:08 An:

Re: [Qgis-developer] Deactivate raster icon generation by default

2013-06-27 Thread Ziegler Stefan
Yes, I was wondering few days ago why I took half a minute to load a VRT... Then I realized that turning off create raster icon speeds the loading a lot. There is no noticable lag of time now when loading 2 large VRTs (approx. 80 GB aerials each VRT). Regards Stefan -Ursprüngliche

Re: [Qgis-developer] changing srs.db with coordinate system updater Plugin

2013-05-14 Thread Ziegler Stefan
Hi Otto As far as I understand if you change an existing crs in the srs.db you have to change it also in the /usr/share/proj/epsg (.\share\proj\epsg) file. And I had to delete the existing crs definition in /usr/share/gdal/pcs.csv. Probably you can change the definition here too (instead of

[Qgis-developer] Compile error

2013-05-13 Thread Ziegler Stefan
Hi I get a compile error with master on Ubuntu 10.04: Ignored 7081 untranslated source text(s) [ 92%] Generating ../output/i18n/qgis_ta.qm Updating '/home/office/Develop/src/qgis_master/build/output/i18n/qgis_ta.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored

Re: [Qgis-developer] Make QGIS interact with LibreCAD.

2013-04-22 Thread Ziegler Stefan
Hi I actually wanted to dig into C++ and rewrite the CadTools for QGIS 2.x and also change the UI handling a bit. Not sure how fast I will progress though. Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-

Re: [Qgis-developer] Make QGIS interact with LibreCAD.

2013-04-22 Thread Ziegler Stefan
I would like to see some changes in the snapping interface. If you got some 30+ layers it is really difficult to find a specific layer. A layer tree for snapping just like for the legend would be great. And add the tree as tab like the browser. Von: qgis-developer-boun...@lists.osgeo.org

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-19 Thread Ziegler Stefan
Hi 267 is nice. You can replace ‘uantum’ with ‘server’, ‘desktop’ or ‘webclient’. Regards Stefan Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] Im Auftrag von Werner Macho Gesendet: Freitag, 19. April 2013 10:06 An: Tim Sutton Cc: qgis-user;

[Qgis-developer] qgis master compile error

2013-01-28 Thread Ziegler Stefan
Hi I get an error while compiling master on Ubuntu 10.04: [ 42%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/qgsmanageconnectionsdialog.cpp.o sip: QgsFeatureRequest::filterFid() unsupported function return type - provide %MethodCode and a C++ signature make[2]: ***

Re: [Qgis-developer] build error on latest master

2012-11-27 Thread Ziegler Stefan
Yes. Same for me. Regards Stefan Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] Im Auftrag von Peteris Bruns Gesendet: Dienstag, 27. November 2012 13:30 An: qgis-developer@lists.osgeo.org Betreff: [Qgis-developer] build error on latest master Hi,

Re: [Qgis-developer] QGIS Webclient now offers a theme switcher

2012-11-26 Thread Ziegler Stefan
Hi Andi Nice work, very useful. Thanks! Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Andreas Neumann Gesendet: Montag, 26. November 2012 15:10 An: qgis-developer Betreff:

Re: [Qgis-developer] unable to compile QGIS Server because of QwtPlot

2012-11-26 Thread Ziegler Stefan
Hi Andreas It compiles on my 10.04 installation. I do remind that ccmake finds a wrong libqwt sometimes. Please check cmake: QWT_INCLUDE_DIR: /usr/include/qwt-qt4 QWT_LIBRARY: /usr/lib/libqwt-qt4.so And NOT QWT_LIBRARY: /usr/lib/libqwt.so Regards Stefan -Ursprüngliche Nachricht-

[Qgis-developer] QgsVectorLayer.setEditorLayout() missing Python bindings

2012-11-06 Thread Ziegler Stefan
Hi The python binding for the new added QgsVectorLayer.setEditorLayout() method is missing. Without setting the editor layout it's not possible to set the edit form (it throws an error). Regards Stefan Freundliche Grüsse Stefan Ziegler Leiter amtliche Vermessung Amt für Geoinformation

Re: [Qgis-developer] Public WCS servers

2012-08-08 Thread Ziegler Stefan
Hi Radim http://www.sogeo.ch/geoserver/wcs regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Radim Blazek Gesendet: Mittwoch, 8. August 2012 11:29 An: qgis-user List; qgis-developer

Re: [Qgis-developer] What will be in QGIS 2.0

2012-07-11 Thread Ziegler Stefan
Hi It would nice to see some Postgis-topology support (loading, editing) in QGIS. Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Tim Sutton Gesendet: Mittwoch, 11. Juli 2012 13:27

AW: [Qgis-developer] Library linking problems when release changes - eg. 1.9 -- 1.8

2012-05-25 Thread Ziegler Stefan
Hi Andi I solved it by exporting LD_LIBRARY_PATH: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib It's a bit strange since I think it used to work without this Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-

[Qgis-developer] How to log qgis server messages?

2012-04-30 Thread Ziegler Stefan
Hi I'm trying to log qgis server messages. According to this thread [1] you only have to create a qgis_wms_server.log into the directory of the fcgi executable. Does it still work the same way since my log file stays empty even with Debug build type? [1]:

AW: [Qgis-developer] [WebClient] rule-based style SLOW

2012-04-19 Thread Ziegler Stefan
Hi Bernard Did you have a look at Firebug (or the Google Chrome equivalent) to see what exactly the client is requesting? Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von

AW: [Qgis-developer] [WebClient] rule-based style SLOW

2012-04-19 Thread Ziegler Stefan
bernhard.stro...@jena.de Gesendet: Donnerstag, 19. April 2012 16:40 An: Ziegler Stefan Cc: Qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] [WebClient] rule-based style SLOW Hi Stefan, the WMS requests in my last posts are from firebug. Is that what you mean? Bernhard Am 19.04.2012

AW: [Qgis-developer] [WebClient] rule-based style SLOW

2012-04-19 Thread Ziegler Stefan
Stefan Cc: Qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] [WebClient] rule-based style SLOW Am 19.04.2012 16:49, schrieb Ziegler Stefan: Yes. What do mean by desktop is fast. Do you load the WMS layer into QGIS or the original project file with the postgis layers

[Qgis-developer] AW: easy print on Windows

2012-03-26 Thread Ziegler Stefan
Hi Giovanni I'm trying to find some windows machine... Regards Stefan -Ursprüngliche Nachricht- Von: Giovanni Manghi [mailto:giovanni.man...@gmail.com] Gesendet: Dienstag, 27. März 2012 01:23 An: Ziegler Stefan; qgis-developer@lists.osgeo.org Betreff: easy print on Windows Hi

[Qgis-developer] Compile error

2011-12-20 Thread Ziegler Stefan
Hi I get the following error when I try to compile qgis master on ubuntu 10.04: [ 7%] Built target t2tdoc [ 8%] Built target pluginstaller [ 8%] Built target compile_python_files [ 8%] Built target mapserverexport [ 8%] Built target ftools [ 9%] Built target ftools_tools make[2]: ***

AW: [Qgis-developer] Compile error

2011-12-20 Thread Ziegler Stefan
Hi Giuseppe Thanks! Regards Stefan -Ursprüngliche Nachricht- Von: brush.ty...@gmail.com [mailto:brush.ty...@gmail.com] Im Auftrag von Giuseppe Sucameli Gesendet: Dienstag, 20. Dezember 2011 15:51 An: Ziegler Stefan Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer

AW: [Qgis-developer] (First?) API break

2011-12-11 Thread Ziegler Stefan
Hi What is the best practice to deal with such API breaks (regarding python plugins)? Regards Stefan -Ursprüngliche Nachricht- Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- boun...@lists.osgeo.org] Im Auftrag von Giovanni Manghi Gesendet: Freitag, 9. Dezember

AW: [Qgis-developer] CAD Tools: circular arc error

2011-09-25 Thread Ziegler Stefan
Hi I casted ptcount to int yesterday (v0.5.4). Does it still happen? Regards Stefan -Ursprüngliche Nachricht- Von: Giovanni Manghi [mailto:giovanni.man...@gmail.com] Gesendet: Samstag, 24. September 2011 14:36 An: Saber Razmjooei Cc: Paolo Cavallini; qgis-developer; Ziegler Stefan

[Qgis-developer] Git via https

2011-09-14 Thread Ziegler Stefan
Hi I get a 404 when trying to check out qgis master: https://github.com/qgis/Quantum-GIS.git Regards Stefan Freundliche Grüsse Stefan Ziegler Leiter amtliche Vermessung Amt für Geoinformation Amtliche Vermessung Rötistrasse 4 4500 Solothurn Telefon +41 32 627 75 96 Telefax +41 32 627

AW: [Qgis-developer] Git via https

2011-09-14 Thread Ziegler Stefan
Nachricht- Von: Martin Dobias [mailto:wonder...@gmail.com] Gesendet: Mittwoch, 14. September 2011 10:22 An: Ziegler Stefan Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] Git via https On Wed, Sep 14, 2011 at 9:23 AM, Ziegler Stefan stefan.zieg...@bd.so.ch wrote: Hi I get

AW: [Qgis-developer] dimensioning plugin: spurious lines?

2011-08-16 Thread Ziegler Stefan
Hi Paolo is the spatialite database empty at the beginning? Did it work properly before? Or do you use it the first time? regards Stefan -Ursprüngliche Nachricht- Von: Paolo Cavallini [mailto:cavall...@faunalia.it] Gesendet am: Dienstag, 16. August 2011 15:10 An: qgis-developer

AW: Re: AW: [Qgis-developer] dimensioning plugin: spurious lines?

2011-08-16 Thread Ziegler Stefan
[mailto:cavall...@faunalia.it] Gesendet am: Dienstag, 16. August 2011 15:58 An: Ziegler Stefan Cc: qgis-developer Betreff: Re: AW: [Qgis-developer] dimensioning plugin: spurious lines? Il 16/08/2011 15:51, Ziegler Stefan ha scritto: is the spatialite database empty at the beginning? Did it work

AW: Re: AW: Re: AW: [Qgis-developer] dimensioning plugin: spurious lines?

2011-08-16 Thread Ziegler Stefan
copied, but now measuring is far away from the selected lines (possibly because of OTF reprojection?). thanks. Yes :( This is not supported. Stefan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

AW: [Qgis-developer] Re: Curved line in QGIS, how i can anticipate CIRCULARSTRING SQL-MM3 specification in QGIS?

2011-07-17 Thread Ziegler Stefan
Hi I think that curved line support is not that important to most of the users. I really would like to see this feature in QGIS. But this is something that needs some funding and as far as I know some changes deep in the core. Something for QGIS 2.x I guess. regards Stefan

AW: Re: [Qgis-developer] Debug messages from QGIS server

2011-04-26 Thread Ziegler Stefan
It works, thanks Marco. My problems seems to be fixed anyway with r15817 :) regards Stefan -Ursprüngliche Nachricht- Von: Marco Hugentobler [mailto:marco.hugentob...@sourcepole.ch] Gesendet am: Dienstag, 26. April 2011 11:35 An: qgis-developer@lists.osgeo.org Cc: Ziegler Stefan

AW: [Qgis-developer] CAD Tools: does not refresh the canvas?

2011-03-23 Thread Ziegler Stefan
Hi Paolo do you have render caching enabled? regards Stefan -Ursprüngliche Nachricht- Von: Paolo Cavallini [mailto:cavall...@faunalia.it] Gesendet am: Mittwoch, 23. März 2011 10:20 An: qgis-developer Betreff: [Qgis-developer] CAD Tools: does not refresh the canvas? Hi all. In

AW: Re: Re: [Qgis-developer] Raster providers

2011-03-09 Thread Ziegler Stefan
/frmt_wms_openstreetmap_tms.xml regards Stefan -Ursprüngliche Nachricht- Von: Radim Blazek [mailto:radim.bla...@gmail.com] Gesendet am: Mittwoch, 9. März 2011 09:45 An: Ziegler Stefan Cc: ivan.mincik; qgis-developer Betreff: Re: Re: [Qgis-developer] Raster providers Yes, it was explained in one of my

[Qgis-developer] Add attributes to memory provider with python

2011-02-28 Thread Ziegler Stefan
Hi I'm trying to add some attributes to a memory provider but with no luck. I pasted the code from the cookbook [1] into the python console. The layer with the feature is added but there are no attributes in the layer. Did I miss something? Has something changed? [1]:

[Qgis-developer] Cannot connect to Postgis with r15282

2011-02-28 Thread Ziegler Stefan
Hi I'm not able to connect to Postgis with r15282: Connection to soverify on localhost failed. Either the database is down or your settings are incorrect. Check your username and password and try again. The database said: invalid connection option application_name regards Stefan Mit

AW: Re: [Qgis-developer] Re:CAD Tools: icons not visible

2011-02-19 Thread Ziegler Stefan
Hi Giuseppe thanks for your investigation! I updated the code. Please try v0.5.2. regards Stefan -Ursprüngliche Nachricht- Von: Giuseppe Sucameli [mailto:sucam...@faunalia.it] Gesendet am: Mittwoch, 16. Februar 2011 19:33 An: Ziegler Stefan Cc: Paolo Cavallini; qgis

[Qgis-developer] featureCount() of layer with a subset

2011-02-01 Thread Ziegler Stefan
Hi The featureCount() method of QgsVectorLayer is returning the number of all the features in the layer without considering the sql subset. Is this on purpose? regards Stefan Mit freundlichem Gruss Stefan Ziegler Leiter amtliche Vermessung Amt für Geoinformation Rötistrasse 4 4501 Solothurn

AW: [Qgis-developer] featureCount() of layer with a subset

2011-02-01 Thread Ziegler Stefan
Ah, this happens when you set QgsDataSourceURI.setUseEstimatedMetadata(True). regards Stefan Mit freundlichem Gruss Stefan Ziegler Leiter amtliche Vermessung Amt für Geoinformation Rötistrasse 4 4501 Solothurn 032 627 75 96 - Originalnachricht - Von: Ziegler Stefan stefan.zieg

[Qgis-developer] Remove QgsTextAnnotationItem from canvas with Python

2011-01-24 Thread Ziegler Stefan
Hi is there a way to remove text annotations from the map canvas with Python? regards Stefan Mit freundlichem Gruss Stefan Ziegler Leiter amtliche Vermessung Amt für Geoinformation Rötistrasse 4 4501 Solothurn 032 627 75 96 ___ Qgis-developer

AW: [Qgis-developer] CAD Tools: icons not visible

2010-12-24 Thread Ziegler Stefan
Hi it never happens to me (Ubuntu 10.04 and 10.10). I looked into it the last time but didn't found anything. I hope someone else has an idea. regards Stefan -Ursprüngliche Nachricht- Von: Paolo Cavallini [mailto:cavall...@faunalia.it] Gesendet am: Freitag, 24. Dezember 2010 11:05

AW: Re: [Qgis-developer] MapInfo and QGIS – An overview « Nathans MapInfo and .Net Blog

2010-12-08 Thread Ziegler Stefan
Probably it would be feasible if we start with a postgis provider that is able to read/write arcs since it doesn't need ogr. I would not care about the spatial operators/functions that does not support arcs and segmentize them for the action. But I really would like to be able to know if there is

AW: AW: [Qgis-developer] CAD tools: errors

2010-11-28 Thread Ziegler Stefan
, 26.11.2010 13:04 An: qgis-developer@lists.osgeo.org Betreff: Re: AW: [Qgis-developer] CAD tools: errors Il 26/11/2010 11:46, Ziegler Stefan ha scritto: yes, this is due to a change/fix in the rubberband class and happens only with trunk (1.6 still works with cadtools). I will fix

AW: [Qgis-developer] CAD tools: errors

2010-11-26 Thread Ziegler Stefan
Hi yes, this is due to a change/fix in the rubberband class and happens only with trunk (1.6 still works with cadtools). I will fix it on the weekend. regards Stefan Mit freundlichem Gruss Stefan Ziegler Amt für Geoinformation Rötistrasse 4 4501 Solothurn 032 627 75 96 -

[Qgis-developer] legend groups issue

2010-11-08 Thread Ziegler Stefan
Hi I'm adding groups to the legend with python or in the pyhton console: qgis.utils.iface.legendInterface().addGroup(lfp3) The added group is in rename mode (you can start editing the name of group). I'm using revision 14529. This does not happen with r14228. Can anybody confirm this?

AW: [Qgis-developer] legend problems

2010-11-03 Thread Ziegler Stefan
Hi yes, especially the latter one. regards Stefan Mit freundlichem Gruss Stefan Ziegler Amt für Geoinformation Rötistrasse 4 4501 Solothurn 032 627 75 96 - Originalnachricht - Von: Paolo Cavallini cavall...@faunalia.it Gesendet: Mit, 3.11.2010 14:33 An: qgis-developer@lists.osgeo.org

AW: [Qgis-developer] CAD Tools: annoyance

2010-10-22 Thread Ziegler Stefan
Hi Paolo did this error occur after a cad tools update? regards Stefan mit freundlichem Gruss Stefan Ziegler - Originalnachricht - Von: Paolo Cavallini cavall...@faunalia.it Gesendet: Don, 21.10.2010 20:18 An: qgis-developer qgis-developer@lists.osgeo.org Betreff: [Qgis-developer]

AW: AW: AW: [Qgis-developer] CAD Tools: annoyance

2010-10-22 Thread Ziegler Stefan
I will check this on windows and mac... There are no menu icons :) mit freundlichem Gruss Stefan Ziegler - Originalnachricht - Von: Giovanni Manghi giovanni.man...@gmail.com Gesendet: Fre, 22.10.2010 10:39 An: cavall...@faunalia.it Cc: Ziegler Stefan stefan.zieg...@bd.so.ch ; qgis

[Qgis-developer] Compilation error rev 14071

2010-08-12 Thread Ziegler Stefan
Hi I get the following error while compiling rev 14071: Linking CXX shared library libqgis_core.so [ 24%] Built target qgis_core

AW: [Qgis-developer] Compilation error rev 14071

2010-08-12 Thread Ziegler Stefan
Thanks Jürgen! mit freundlichem Gruss Stefan Ziegler - Originalnachricht - Von: Ziegler Stefan stefan.zieg...@bd.so.ch Gesendet: Don, 12.8.2010 20:19 An: qgis-developer qgis-developer@lists.osgeo.org Betreff: [Qgis-developer] Compilation error rev 14071 Hi I get the following error

AW: [Qgis-developer] Qt Signal Error on Mac OS X

2010-08-05 Thread Ziegler Stefan
Stefan - Originalnachricht - Von: William Kyngesburye wokl...@kyngchaos.com Gesendet: Fre, 6.8.2010 00:59 An: Ziegler Stefan stefan.zieg...@bd.so.ch Cc: qgis-developer@lists.osgeo.org Betreff: Re: [Qgis-developer] Qt Signal Error on Mac OS X From the python path, it looks like you have