[JPP-Devel] [Fwd: Re: [Fwd: File format plugins]]

2007-08-26 Thread Stefan Steiniger
for the record and Paul - in case he missed it. Furthermore i asked Uwe about the postgis plugin. He said that he adapted existing code. So he does not know why the PostGIS option is installed with the LoadDatasetDialogs stefan Original-Nachricht Betreff: Re: [jump-users] [Fw

Re: [JPP-Devel] deeJUMP plugin

2007-08-26 Thread Stefan Steiniger
Hei Andreas, thats good to hear. I hope you are looking on geotools projection code as well. As far as i checked out the guy that is responsible for it has the appropriate background (at least i think so). and geotools realized already lots of projections ( i guess EPSG completely). But lots of

Re: [JPP-Devel] deeJUMP plugin

2007-08-26 Thread Michaël Michaud
Hei Stefan, hei Andreas, Making a new projection library is a very exciting project. As there are at least two other projects (javaproj and geotools) I'd like to make sure I undersand what would be the specific purpose of a new library. Javaproj and geotools have very different approaches (oppos

[JPP-Devel] Quality-Assurance plugin

2007-08-26 Thread Michaël Michaud
I uploaded today a small quality assurance plugin for OpenJUMP on Sourceforge It includes 5 plugins from the Java Conflation Suite (vividsolutions). - CloseVertexFinder - CoverageGapFinder - CoverageOverlapFinder - MatchedSegments - OverlapFinder It is mainly the work of vividsolutions (Martin ?)

[JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
Hi, I made the necessary changes in my mif/mid driver to make it work again with OpenJUMP. http://geo.michaelm.free.fr/OpenJUMP/resources/drivers/mifmid-driver-0.4.0.jar This is a several years old piece of code and it is probably a very bad example to follow, but hopefully it works, and can hel

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Rahkonen Jukka
Hi, This is very useful feature for us and I tested the driver immediately. It worked well with our application with points and polygons. However, our application does not read the lines stored to MIF. The driver writes polylines to mif like this: Pline 4 [point 1] [point 2] ... Our applic

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
Hi Rahkonen, Thanks for the feedback. I remember I had some problems with the syntax of mif mid for this special point. I followed the spec as closely as possible : PLINE [ MULTIPLE numsections ] numpts1 x1 y1 x2 y2 ... But I remember this was not compatible with every software. If I can gather

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Stefan Steiniger
Hei Michael, i also tested with a line dataset (only) stored as mif with Cadcorp SIS. - reading of the line dataset (simple linestrings) written with your plugin was ok. - reading of the same dataset stored by Cadcorp SIS as mif did not work: the error is as follows: === at java.util.StringT

[JPP-Devel] Snap grid display

2007-08-26 Thread Michaël Michaud
Hi Hisaji, In july 2005, you said it is impossible to display snap grid both as points and lines. This has been reported as a bug (bug report 1231887). Displaying both points and lines with the same spacing would be useless as points would be invisible. But may be what you want is, for example,

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Stefan Steiniger
maybe i just attach the mif written by Cadcorp ;) (btw: i am just watching on arte a broadcast about the starting of disco sound ;) Michaël Michaud schrieb: Hi Rahkonen, Thanks for the feedback. I remember I had some problems with the syntax of mif mid for this special point. I followed the

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
Hei Stefan Thanks for the feedback, So my mif can be read by SIS but not by Rahkonen's appli :-) :-( On th eother way, reading a mif coming from SIS into OJ ends with an error. Seems to be related to CoordSys parsing. If you can send the few first lines of your mif/mid file to me, it should help

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Michaël Michaud
Thanks for the files > maybe i just attach the mif written by Cadcorp ;) > > (btw: i am just watching on arte a broadcast about the starting of disco > sound ;) > > > Michaël Michaud schrieb: > >> Hi Rahkonen, >> >> Thanks for the feedback. >> I remember I had some problems with the syntax of mif

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Rahkonen Jukka
Hi, I checked how ogr2ogr writes a single polyline out: Pline 4 117 250 149 277 226 190 140 185 Pen (1,2,0) -Jukka- - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Sto

Re: [JPP-Devel] Z value style decorator

2007-08-26 Thread Stefan Steiniger
yep.. i agree.. we never know if VividSolutions will pick-up development again ;) and then it would be a bit more difficult to sync packages. but appearently we should think about a unification by 2008? stefan Paul Austin schrieb: > Michael, > > My view is anything new goes into open jump which

Re: [JPP-Devel] mif/mid driver

2007-08-26 Thread Rahkonen Jukka
Hi, Mapinfo itself writes lines to MIF file as Pline 4. It seems to import to TAB both versions, "Pline 4" and "Pline 4" -Jukka- - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find