Re: [Qgis-developer] New OpenStreetMap integration

2013-03-04 Thread Martin Dobias
On Fri, Mar 1, 2013 at 8:36 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: On 03/01/2013 08:29 AM, Martin Dobias wrote: On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: Hi Martin, I got this error when I compile this morning. http://pastebin.com/v0WPVbj7

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-04 Thread Denis Rouzaud
Hi Martin, Thanks for your reply, everything's fine now. Greetings, Denis On 03/04/2013 01:24 PM, Martin Dobias wrote: On Fri, Mar 1, 2013 at 8:36 AM, Denis Rouzaud denis.rouz...@gmail.com wrote: On 03/01/2013 08:29 AM, Martin Dobias wrote: On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-04 Thread Martin Dobias
On Mon, Mar 4, 2013 at 7:07 AM, Mathieu Pellerin nirvn.a...@gmail.com wrote: Playing around with it, I was wondering whether - for the sake of offering a better user experience - the import topology from XML and export topology to spatialite should be merged into one action. Realistically, my

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-03 Thread Mathieu Pellerin
Martin, the InitSpatialMetadat() error is gone, and things are working quite nicely. For the record, this new OSM support fixed a very irritating bug from the old implementation: closed way roundabouts are imported as lines! Big bonus. Playing around with it, I was wondering whether - for the

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-02 Thread Borys Jurgiel
Dnia piątek, 1 marca 2013 o 08:23:58 Martin Dobias napisał(a): On Fri, Mar 1, 2013 at 12:03 AM, Borys Jurgiel li...@borysjurgiel.pl wrote: Dnia czwartek, 28 lutego 2013 o 23:48:48 Martin Dobias napisał(a): First, InitSpatialMetadata() doesn't accept any parameters (AFAIK before version

[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

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

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 i...@borysjurgiel.pl 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

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 i...@borysjurgiel.pl 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

Re: [Qgis-developer] New OpenStreetMap integration

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

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Larry Shaffer
Hi, On Thu, Feb 28, 2013 at 4:32 PM, Larry Shaffer lar...@dakotacarto.comwrote: Hi, On Thu, Feb 28, 2013 at 3:48 PM, Martin Dobias wonder...@gmail.comwrote: Hi Borys On Thu, Feb 28, 2013 at 11:36 PM, Borys Jurgiel i...@borysjurgiel.pl wrote: Wow, great! Unfortunately seems it

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

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

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 lar...@dakotacarto.com wrote: Hi, On Thu, Feb 28, 2013 at 4:32 PM, Larry Shaffer lar...@dakotacarto.com wrote: Hi, On Thu, Feb 28, 2013 at 3:48 PM, Martin Dobias wonder...@gmail.com wrote: Hi Borys On Thu, Feb 28, 2013 at 11:36

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.

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 12:03 AM, Borys Jurgiel li...@borysjurgiel.pl 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

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 5:45 AM, Mathieu Pellerin nirvn.a...@gmail.com 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

Re: [Qgis-developer] New OpenStreetMap integration

2013-02-28 Thread Martin Dobias
On Fri, Mar 1, 2013 at 7:50 AM, Denis Rouzaud denis.rouz...@gmail.com 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