Re: [JPP-Devel] problem with loading configuration with greek title in jumpprinter plugin

2010-01-30 Thread Michaël Michaud
Hi, Thanks Geoffrey, nice to see cadplan plugins are still maintained and improved. Michaël Geoffrey Roy a écrit : > To User of my Printer Plugin > > I have posted an updated version of the Printer plugin that allows > unicode characters to be inserted into Furniture items. > > Geoff > >

[JPP-Devel] Fw: [Gvsig_english] how to move a polygon vertex to assigned coordinates

2010-01-30 Thread Rahkonen Jukka
Hi, I noticed an interesting question on gvsig list. Can we do this with OpenJUMP? -Jukka Rahkonen- G. Allegri wrote: [Gvsig_english] how to move a polygon vertex to assigned coordinates Hello eveyone. I'm wondering if Gvsig lets you define manually (like CAD) the destination coordinates of

Re: [JPP-Devel] Fw: [Gvsig_english] how to move a polygon vertex to assigned coordinates

2010-01-30 Thread Stefan Steiniger
i don't think so. If so I would also use the "draw other vertices first and snap the existing ones to those" approach Rahkonen Jukka schrieb: > Hi, > > I noticed an interesting question on gvsig list. Can we do this with OpenJUMP? > > -Jukka Rahkonen- > > > G. Allegri wrote: > > [Gvsig_eng

Re: [JPP-Devel] Fw: [Gvsig_english] how to move a polygon vertex to assigned coordinates

2010-01-30 Thread Michaël Michaud
Hi, It's probably not exactly what is wanted, but I would use : Edit > View/Edit the selected geometry (displaying vertices index on screen may help) Snapping previously edited vertices as Stefan suggest do also the trick Michaël Stefan Steiniger a écrit : > i don't think so. > If so I would al

Re: [JPP-Devel] Null handling in OJ and in PlugIns

2010-01-30 Thread Michaël Michaud
Hi Larry Reeder, >> Not too bad. Could you fill a bug report so that we remember there is a >> fix to do on this plugin. >> > Sure, done. > I could not reproduce the problem with mixed geometry, but found a bug (NPE) for null non-numeric attributes. I think the NPE you get is due to this

Re: [JPP-Devel] Fw: [Gvsig_english] how to move a polygon vertex to assigned coordinates

2010-01-30 Thread Giuseppe Aruta
Hi,probabily Giovanni in GvSIG list wonders if there is a possibility to have a COGO tool in a GIS workbench: something like a box where to add manually the coordinates of a polygon. Note that Openjump can do this with "add new geometry" on layer list, using WKT text, but this tools is neither s

Re: [JPP-Devel] Null handling in OJ and in PlugIns

2010-01-30 Thread Larry Reeder
> I could not reproduce the problem with mixed geometry, but found a bug > (NPE) for null non-numeric attributes. > I think the NPE you get is due to this bug (null attributes) and not due > to empty geometry collections. > I committed the change. > When you'll have time, please, can you tell me it