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
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 -
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;
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--
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:
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
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