Re: [JPP-Devel] new OffsetCurve plugin for OpenJUMP

2012-08-13 Thread Rahkonen Jukka
Michaël Michaud wrote: > Hi   >> One quick question: PostGIS and Spatialite ST_OffsetCurve function is >> turning the line >> direction with right hand offset >ST_OffsetCurve(GEOMETRY,15,0) >> Just read PostGIS documentation today (I'd better have read it before, but >> better late than never ;-

Re: [JPP-Devel] csv plugin merging? - build error for sun.nio.cs.ext.GBK

2012-08-13 Thread Stefan Steiniger
ah ok. Thanks again. Am 13.08.12 16:18, schrieb Michaël Michaud: > Hi, >> I get the following build error (in Eclipse): >> === >> Access restriction: The type GBK is not accessible due to restriction on >> required library >> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/char

Re: [JPP-Devel] csv plugin merging? - build error for sun.nio.cs.ext.GBK

2012-08-13 Thread Michaël Michaud
Hi, > I get the following build error (in Eclipse): > === > Access restriction: The type GBK is not accessible due to restriction on > required library > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar > AutoCSVFile.java /OJ_CSVDriver/src/fr/michaelm/jump/drive

Re: [JPP-Devel] csv plugin merging?

2012-08-13 Thread Michaël Michaud
Hi, > I did read my GTFS files with your new plugin, in both modes, and it > works like a charm. thanks a lot!!! Great, > Now I actually have question, outing me that I am not on track with OJ > development...: When I did load the one csv file with the auto option it > did read the table as a table

Re: [JPP-Devel] csv plugin merging? - build error for sun.nio.cs.ext.GBK

2012-08-13 Thread Stefan Steiniger
Hi Michael, I have another question. I get the following build error (in Eclipse): === Access restriction: The type GBK is not accessible due to restriction on required library /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar AutoCSVFile.java/OJ_CSVDriv

Re: [JPP-Devel] new OffsetCurve plugin for OpenJUMP

2012-08-13 Thread Michaël Michaud
Hi   One quick question: PostGIS and Spatialite ST_OffsetCurve function is turning the line direction with right hand offset ST_OffsetCurve(GEOMETRY,15,0) Just read PostGIS docu

Re: [JPP-Devel] csv plugin merging?

2012-08-13 Thread Stefan Steiniger
Hi again, so - I was thinking - why not not doing it. I did read my GTFS files with your new plugin, in both modes, and it works like a charm. thanks a lot!!! Now I actually have question, outing me that I am not on track with OJ development...: When I did load the one csv file with the auto o

Re: [JPP-Devel] csv plugin merging?

2012-08-13 Thread Stefan Steiniger
Thanks Michael, didn't had internet over the weekend. So give me 3 days to check :) cheers, stefan Am 12.08.12 17:42, schrieb Michaël Michaud: > Hi Ede, >> Michael, >> >> do you keep in mind to update the readme.txt accordingly if you modify PLUS? > Thanks for the reminder, I'll add it. > > Mich

Re: [JPP-Devel] new OffsetCurve plugin for OpenJUMP

2012-08-13 Thread Rahkonen Jukka
Hi, One quick question: PostGIS and Spatialite ST_OffsetCurve function is turning the line direction with right hand offset ST_OffsetCurve(GEOMETRY,15,0) This is not always a good behavior. User is perhaps willing to create parallel pipelines or roads and maintain the original line direction bo