Re: [Qgis-developer] Composer Management

2013-02-28 Thread Kelly Thomas
Hi, > From: lar...@dakotacarto.com > Subject: Re: [Qgis-developer] Composer Management > > Ok, I've added these (excepting deletePrintComposers) to iface [0]. > So you can now do the following: > > cv = iface.createNewComposer('test') > cv2 = iface.duplicateComposer(cv, 'test2') > > for c i

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Denis Rouzaud
On 03/01/2013 08:29 AM, Martin Dobias wrote: On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud wrote: Hi Martin, I got this error when I compile this morning. http://pastebin.com/v0WPVbj7 The first part looks like sqlite library should be added to link libraries for analysis. Could you please tr

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud wrote: > Hi Martin, > > I got this error when I compile this morning. > http://pastebin.com/v0WPVbj7 The first part looks like sqlite library should be added to link libraries for analysis. Could you please try adding this to src/analysis/CMakeLists.t

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 5:45 AM, Mathieu Pellerin wrote: > Martin, > > Nice, glad the OSM download/import support is being worked on. > > I've just tried to import two OSM files: one which I had saved through JOSM, > and the other one downloaded just now via your Download OSM Data dialogue. > With

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 12:03 AM, Borys Jurgiel wrote: > Dnia czwartek, 28 lutego 2013 o 23:48:48 Martin Dobias napisał(a): > > First, InitSpatialMetadata() doesn't accept any parameters (AFAIK before > version 3.0.2). After removing the crs string from there the conversion went > with no errors, b

Re: [Qgis-developer] Composer Management

2013-02-28 Thread Bernhard Ströbl
Hi Larry, Am 01.03.2013 03:28, schrieb Larry Shaffer: Hi, On Thu, Feb 28, 2013 at 11:10 AM, Larry Shaffer mailto:lar...@dakotacarto.com>> wrote: Hi, On Thu, Feb 28, 2013 at 10:11 AM, Bernhard Ströbl mailto:bernhard.stro...@jena.de>> wrote: Hi Larry, Am 28.02.2013

Re: [Qgis-developer] Test dataset for SEXTANTE unit tests?

2013-02-28 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 01/03/2013 07:50, Alexander Bruy ha scritto: > Hi Victor, > > there is a QGIS sample dataset [0], that contains data (both vector > and raster) in different formats. There are shapefile, kml, csv and > even small grass location. Maybe it makes senc

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Denis Rouzaud
Hi Martin, I got this error when I compile this morning. http://pastebin.com/v0WPVbj7 1. /home/denis/opt/qgis/Quantum-GIS/build-master/python/core/sipcorepart3.cpp: In function 'PyObject* meth_QgsFeatureRequest_setFilterFid(PyObject*, PyObject*)': 2. /home/denis/opt/qgis/Quantum-GIS

Re: [Qgis-developer] Test dataset for SEXTANTE unit tests?

2013-02-28 Thread Alexander Bruy
Hi Victor, there is a QGIS sample dataset [0], that contains data (both vector and raster) in different formats. There are shapefile, kml, csv and even small grass location. Maybe it makes sence to extent this datased by adding necessary files? Also there are some test data in QGIS sources [1], t

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
Hi Larry On Fri, Mar 1, 2013 at 12:56 AM, Larry Shaffer wrote: > Hi, > > On Thu, Feb 28, 2013 at 4:32 PM, Larry Shaffer > wrote: >> >> Hi, >> >> On Thu, Feb 28, 2013 at 3:48 PM, Martin Dobias >> wrote: >>> >>> Hi Borys >>> >>> On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel >>> wrote: >>> > Wo

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Mathieu Pellerin
Martin, Nice, glad the OSM download/import support is being worked on. I've just tried to import two OSM files: one which I had saved through JOSM, and the other one downloaded just now via your Download OSM Data dialogue. With both files, QGIS fails to import data with this error: Failed to imp

Re: [Qgis-developer] Composer Management

2013-02-28 Thread Larry Shaffer
o:Qgis-developer@lists.**osgeo.org >>> > >>> >>> http://lists.osgeo.org/__**mailman/listinfo/qgis-__**developer<http://lists.osgeo.org/__mailman/listinfo/qgis-__developer> >>> >>> <http://lists.osgeo.org/**mailman/listinfo/qgis-**developer<http://lists.osgeo.org/mailman/listinfo/qgis-developer> >>> > >>> >>> >>> __ Information from ESET Mail Security, version of virus >>> signature database 8058 (20130227) __ >>> >>> The message was checked by ESET Mail Security. >>> http://www.eset.com >>> >>> >>> >>> >>> __ Information from ESET Mail Security, version of virus >>> signature database 8058 (20130227) __ >>> >>> The message was checked by ESET Mail Security. >>> http://www.eset.com >>> >>> >>> __**___ >>> Qgis-developer mailing list >>> Qgis-developer@lists.osgeo.org <mailto:Qgis-developer@lists.** >>> osgeo.org > >>> >>> http://lists.osgeo.org/__**mailman/listinfo/qgis-__**developer<http://lists.osgeo.org/__mailman/listinfo/qgis-__developer> >>> >>> <http://lists.osgeo.org/**mailman/listinfo/qgis-**developer<http://lists.osgeo.org/mailman/listinfo/qgis-developer> >>> > >>> >>> >>> >> >> >> __ Information from ESET Mail Security, version of virus >> signature database 8061 (20130228) __ >> >> The message was checked by ESET Mail Security. >> http://www.eset.com >> >> >> > ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread William Kyngesburye
On Feb 28, 2013, at 5:56 PM, Larry Shaffer wrote: > Funny thing is, spatialite.h is definitely in the specified include > directory. The CMake options I'm using are: > > WITH_INTERNAL_SPATIALITE=FALSE > SPATIALITE_INCLUDE_DIR=/Library/Frameworks/SQLite3.framework/Headers > SPATIALITE_LIBRARY=/Li

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Larry Shaffer
Hi, On Thu, Feb 28, 2013 at 4:32 PM, Larry Shaffer wrote: > Hi, > > On Thu, Feb 28, 2013 at 3:48 PM, Martin Dobias wrote: > >> Hi Borys >> >> On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel >> wrote: >> > Wow, great! >> > >> > Unfortunately seems it doesn't work with Wheezy's Spatialite 3.0.0. >

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Larry Shaffer
Hi, On Thu, Feb 28, 2013 at 3:48 PM, Martin Dobias wrote: > Hi Borys > > On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel > wrote: > > Wow, great! > > > > Unfortunately seems it doesn't work with Wheezy's Spatialite 3.0.0. > Tomorrow > > I'll try to compile a newer version and test it. > > I hav

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Borys Jurgiel
Dnia czwartek, 28 lutego 2013 o 23:48:48 Martin Dobias napisał(a): > Hi Borys > > On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel wrote: > > Wow, great! > > > > Unfortunately seems it doesn't work with Wheezy's Spatialite 3.0.0. > > Tomorrow I'll try to compile a newer version and test it. > >

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
Hi Borys On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel wrote: > Wow, great! > > Unfortunately seems it doesn't work with Wheezy's Spatialite 3.0.0. Tomorrow > I'll try to compile a newer version and test it. I have 3.1.0-rc2 on my computer - what's the problem in your installation? > Anyway,

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Borys Jurgiel
Wow, great! Unfortunately seems it doesn't work with Wheezy's Spatialite 3.0.0. Tomorrow I'll try to compile a newer version and test it. Anyway, it would be nice to have it in Debian working out of the box. Maybe updating the very outdated internal Spatialite (what is its current status and

[Qgis-developer] Test dataset for SEXTANTE unit tests?

2013-02-28 Thread Victor Olaya
hi all I am trying to make it easier to generate unit tests for SEXTANTE algorithms, so this task can even be outsourced to non-programmers. The idea is that, having an example dataset, an user should be able to run an algorithm and then check if the results are as expected. If so, SEXTANTE would

Re: [Qgis-developer] new vector api select features

2013-02-28 Thread Martin Dobias
Hi Marco On Wed, Feb 27, 2013 at 9:57 AM, Marco Bernasocchi wrote: > On Wed, Feb 6, 2013 at 9:53 AM, Richard Duivenvoorde > wrote: >> THANKS! for this very thorough answer! I think it would be a pity to let >> it >> rest here in the dev-list, we should put it somewhere in he cookbook/wiki >> I >

[Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
Hi all so finally I have pushed my initial work on OpenStreetMap integration to master... d'oh I have missed The Open Data Day (Feb 23) by few days! The idea is to completely replace the current OpenStreetMap provider and plugin. As announced in the list before, the new OSM support is read-only an

Re: [Qgis-developer] Composer Management

2013-02-28 Thread Larry Shaffer
Information from ESET Mail Security, version of virus >> signature database 8058 (20130227) ______ >> >> The message was checked by ESET Mail Security. >> http://www.eset.com >> >> >> >> >> __ Information from ESET Mail Se

Re: [Qgis-developer] Composer Management

2013-02-28 Thread Bernhard Ströbl
osgeo.org <mailto:Qgis-developer@lists.osgeo.org> http://lists.osgeo.org/__mailman/listinfo/qgis-__developer <http://lists.osgeo.org/mailman/listinfo/qgis-developer> __ Information from ESET Mail Security, version of virus signature database 8061 (20130228) ___

Re: [Qgis-developer] Composer Management

2013-02-28 Thread Larry Shaffer
Hi, On Thu, Feb 28, 2013 at 12:01 AM, Bernhard Ströbl wrote: > Hi Kelly, > > I am doing something similar for my company but I am developing it for the > next release, because master has QgsComposition::**loadFromTemplate > method, which 1.8 has not. > > However to get a new printComposer you can

Re: [Qgis-developer] Print composer feature request

2013-02-28 Thread Andreas Neumann
+1 for such a shortcut in the toolbar (with a drop-down menu if there are several maps?) or with a right-click context menu. I also find the current way of setting the extent quite complicated. Andreas On Thu, 28 Feb 2013 08:17:06 -0800 (PST), Régis Haubourg wrote: Hi All, before creating a t

[Qgis-developer] Print composer feature request

2013-02-28 Thread Régis Haubourg
Hi All, before creating a ticket, I would like to discuss a small new feature with you. Setting a map extent to current MapCanvas extent is not quite simple for users that want to open a map composer, rezoom it and print. The question is frequently asked to me. User has to select the map with

[Qgis-developer] Fw: Call for OSGeo projects and mentors for Google Summer of Code 2013

2013-02-28 Thread Anne Ghisla
Hello all, and sorry for cross posting. Below you can find the OSGeo call for GSoC projects. Feel free to forward it to any interested people and mailing lists. Best! Anne Begin forwarded message: Date: Wed, 27 Feb 2013 10:39:12 +0100 From: Anne Ghisla To: OSGeo Discuss list , OSGeo Google Sum