Re: [Qgis-developer] New OpenStreetMap integration

2013-05-29 Thread Rudi von Staden
I'm getting this error on a recent master if I try to download data in a non-geographic projection: = Download failed. Error downloading http://overpass-api.de/api/interpreter?data=(node(-2.96917e+06,3.14947e+06,-2.96473e+06,3.15641e+06);%3C;);out; - server replied: Bad Request

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-04 Thread Martin Dobias
On Mon, Mar 4, 2013 at 7:07 AM, Mathieu Pellerin 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 guess is > very

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 wrote: 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

Re: [Qgis-developer] New OpenStreetMap integration

2013-03-04 Thread Martin Dobias
On Fri, Mar 1, 2013 at 8:36 AM, Denis Rouzaud wrote: > > 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 Please try again - Juergen

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 sak

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 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

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] 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] 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] 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] 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