[JPP-Devel] save dataset as / save selected datasets - dialog

2008-03-26 Thread entera
hi all! here is just a little proposal: if you add a new layer and want to save it (right-mouse-menu on layer -> "save selected datasets"), it would be nice if there would be opened a save-dialog (only for new "unsaved" layers) to store the layer. i know, you should save it first with the "save

Re: [JPP-Devel] save dataset as / save selected datasets - dialog

2008-03-26 Thread entera
i've totally forgotten my question :-) is it possible to save the layer with a simple function from a plugin? ( layer.saveall() or something like that?) if you are editing the schema and attributes of a layer, the plugin should save the changes, not save by clicking mouse-menu... carl -

Re: [JPP-Devel] make own extension / plugin dependencies

2008-03-26 Thread entera
ok thanks, i think the blackboard is what i need! carl - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;

[JPP-Devel] fieldnames in attribu ttable limitted to 11 chars?

2008-04-16 Thread entera
hi, is there any reason why you can only create fieldnames with max. 11 characters in the attribut table? ok, you can create one with more than 11, but when you save and re-open the layer, the fieldname is cut to 11 characters... carl--

Re: [JPP-Devel] fieldnames in attribu ttable limitted to 11 chars?

2008-04-16 Thread entera
y saving in JUMP GML format? ESRI shapefiles have their own limits which do not come from JUMP. -Jukka Rahkonen- Lähettäjä: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Puolesta Carl Grönniger (entera) Lähetetty:

[JPP-Devel] add new Layer

2008-05-15 Thread entera
Hi all, I want to add a new layer with some attributes on buttonclick. The BeanTools -> NewLayer.bsh makes the same in principle. When I click the button, the new layer is added with the desired attributes. But when I edit the layer, e.g. draw a line, I got this error: -1 (Array Index Out Of Bou

Re: [JPP-Devel] add new Layer

2008-05-15 Thread entera
metry. You need to add something like: fs.addAttribute("GEOMETRY", AttributeType.GEOMETRY); regards, Larry Becker On Thu, May 15, 2008 at 3:59 AM, Carl Grönniger (entera) <[EMAIL PROTECTED]> wrote: Hi all, I want to add a new layer with some attributes on