Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread Etienne Bellemare
Wow ! That's going to be useful. How does it handle two geom fields ? Etienne On Wed, Mar 30, 2011 at 12:19 AM, Larry Reeder wrote: > I've got a patch that allows direct selection of a PostGis geometry > column without needing to use ST_AsBinary() to get past that "unknown > WKB type 48" error.

Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread edgar . soldin
looks sensible to me. please suit yourself. i just added your lreeder sf.net account to the svn. if anybody does not agree to give larry svn acces, please speak up now. @larry & all: could somebody please also verify the nightly build for the correctness of that change? thanks alot... ede On

Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread Michaël Michaud
Hi, Thanks Larry, I think your patch will be much appreciated. I had a look and did not notice anything wrong. I also checked you have used an uptodate svn version. I'll have good opportunities to make more tests after your commit and before next release as I often use this plugin. Thanks again

Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread Michaël Michaud
Hi, Good question Etienne, If I remember correctly, the plugin reads the first geometry column declared in the select statement as the geometry and next ones as simple binary data. Needs to be confirmed from the code or checked if you have an opportunity to do it : - select geom1, geom2 from

Re: [JPP-Devel] Patch fixing PostGis datastore "unknown WKB type 48" error

2011-03-30 Thread Larry Reeder
2011/3/30 Michaël Michaud : > Hi, > > Good question Etienne, > If I remember correctly, the plugin reads the first geometry column declared > in the select statement as the geometry and next ones as simple binary data. > Needs to be confirmed from the code or checked if you have an opportunity to >