Re: [Qgis-developer] QGIS 1.8 Windows Standalone is not OK with spatialite versions (ECW tangent)

2012-11-19 Thread Jürgen E . Fischer
Hi Ramon, On Mon, 19. Nov 2012 at 12:50:26 +0800, Ramon Andiñach wrote: Ok. So if a windows user gets adventurous and decided to build the SDK and ecw plugin (from the source) themselves will the OSGeo4w gdal be able to use it? Yes, you just need to use the same compiler to build the SDK

Re: [Qgis-developer] GeoPDF

2012-11-19 Thread Andreas Neumann
Hi Paolo and others, The situation with GeoPDF is a bit similar to DXF - which basically means that although ogr supports it it will be a LOT of work to support it, because of the following: * QGIS needs to support OGR feature styling first - needs to automatically convert QGIS symbology to

Re: [Qgis-developer] hub.qgis org and plugin site issues

2012-11-19 Thread haubourg
Hi Hub.qgis.org is down again this morning since a few minutes (approx. 10.30 Paris Local Time) Régis -- View this message in context: http://osgeo-org.1560.n6.nabble.com/hub-qgis-org-and-plugin-site-issues-tp5017114p5017312.html Sent from the Quantum GIS - Developer mailing list archive at

Re: [Qgis-developer] hub.qgis org and plugin site issues

2012-11-19 Thread haubourg
Oups, forget it, it's back just now. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/hub-qgis-org-and-plugin-site-issues-tp5017114p5017313.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___

[Qgis-developer] Polygon label-point for SVG polygons in webbrowsers

2012-11-19 Thread Andreas Neumann
Hi all, The W3C SVG working group is discussing the addition of label-points (similar to a centroid, but guaranteed to be within the polygon) to the SVG format. If anyone of you developers have any experience or input what algorithms are recommended, please let the SVG WG know or join the

Re: [Qgis-developer] Multicolumn legends in print composer

2012-11-19 Thread Andreas Neumann
Hi Radim and others, Thank you for your reply. I commented at http://hub.qgis.org/issues/1841 Thanks, Andreas -- -- Andreas Neumann Böschacherstrasse 10A 8624 Grüt (Gossau ZH) Switzerland ___ Qgis-developer mailing list

Re: [Qgis-developer] GeoPDF

2012-11-19 Thread Paolo Cavallini
Il 19/11/2012 10:47, Andreas Neumann ha scritto: * QGIS needs to support OGR feature styling first - needs to automatically convert QGIS symbology to OGR feature styling. The problem here is, that QGIS has a richer symbology feature set than OGR and it would only work for simpler symbology

[Qgis-developer] how to know when the project file has been written?

2012-11-19 Thread G. Allegri
I need to make some changes to the contents of the project file as soon as it's written. I can intercept the writeProject() signal, but there's no way to know when the writing has finished. Have you ever faced this need? Do I have to watch, somehow, the low level filesystem signals? giovanni

[Qgis-developer] Geospatial PDF [Was: GeoPDF]

2012-11-19 Thread Rahkonen Jukka
Paolo Cavallini cavallini@... writes: Il 19/11/2012 10:47, Andreas Neumann ha scritto: * QGIS needs to support OGR feature styling first - needs to automatically convert QGIS symbology to OGR feature styling. The problem here is, that QGIS has a richer symbology feature set than

[Qgis-developer] Load Project file from plugin

2012-11-19 Thread Justin Hubbard
Hi I must be missing something... I have searched the API and the web, but cannot find out how to do this seemingly simple task I want to make my plugin automatically load a specified .qgs Project file into QGIS when the plugin is activated. I'm sure that I must be missing something. Any help

Re: [Qgis-developer] Load Project file from plugin

2012-11-19 Thread Etienne Tourigny
To load a project file call QgisInterface::actionOpenProject() most app-related stuff that a plugin can do are in the QgisInterface class On a related note: If you want the plugin to do something when a project file is loaded, you need to connect to the QGisInterface projectRead() signal

Re: [Qgis-developer] ESRI FileGDB support on Mac OS X using Homebrew

2012-11-19 Thread John C. Tull
On Nov 18, 2012, at 4:39 PM, Noli Sicad nsi...@gmail.com wrote: Hi John, Did it work for you? I tried this a few weeks back and it did not work for me on OS X Mountain Lion. Instead, I had to revert to my hacked gdal.rb hombrew install script. I placed the script online:

Re: [Qgis-developer] Load Project file from plugin

2012-11-19 Thread Tim Sutton
Hi On Mon, Nov 19, 2012 at 6:31 PM, Etienne Tourigny etourigny@gmail.com wrote: To load a project file call QgisInterface::actionOpenProject() Or programmatically open the project file like this: QgsProject.instance().setFileName(myProjectPath)

Re: [Qgis-developer] Load Project file from plugin

2012-11-19 Thread G. Allegri
It could be useful (for the future) to have also a writtenProject signal, to be able to do post-saving processing. I will add a wish ticket... giovanni Sent from Nexus Il giorno 19/nov/2012 21:09, Tim Sutton li...@linfiniti.com ha scritto: Hi On Mon, Nov 19, 2012 at 6:31 PM, Etienne

Re: [Qgis-developer] Load Project file from plugin

2012-11-19 Thread Etienne Tourigny
Hi, It seems to me that QgisInterface::actionOpenProject() (and QgisApp::addProject()) do a lot more than QgsProject.instance().read() - how much of that is important? Etienne On Mon, Nov 19, 2012 at 6:09 PM, Tim Sutton li...@linfiniti.com wrote: Hi On Mon, Nov 19, 2012 at 6:31 PM, Etienne

Re: [Qgis-developer] ESRI FileGDB support on Mac OS X using Homebrew

2012-11-19 Thread William Kyngesburye
On Nov 19, 2012, at 11:43 AM, John C. Tull wrote: If you manage it, please report back. My workaround is clunky, but it works for me. A usable, more elegant approach would be nice to have. If the simple method works for you or others, then I probably have something else wrong with my

Re: [Qgis-developer] ESRI FileGDB support on Mac OS X using Homebrew

2012-11-19 Thread John C. Tull
Hi William, On Nov 19, 2012, at 4:53 PM, William Kyngesburye wokl...@kyngchaos.com wrote: On Nov 19, 2012, at 11:43 AM, John C. Tull wrote: If you manage it, please report back. My workaround is clunky, but it works for me. A usable, more elegant approach would be nice to have. If the