Re: [JPP-Devel] OpenJUMP 1.3.1 maintenance release

2009-12-08 Thread Michaël Michaud
Hi Nils, I'm not aware of this bug because I always use the query datastore plugin. Can you give the exact error message you get when you try to load empty table/view. Michaël Nils Kuhn a écrit : > Hi all, > > just a question: > There is a bug in the "Load Data Store Layer"-function with loadin

Re: [JPP-Devel] theaming feature

2009-12-08 Thread Larry Becker
Here is an example: public boolean execute(final PlugInContext context) throws Exception { reportNothingToUndoYet(context); new CopySelectedItemsPlugIn().execute(context); Layer[] selectedLayers = context.getLayerNamePanel().getSelectedLayers(); FeatureSche

[JPP-Devel] theaming feature

2009-12-08 Thread luca marletta
Hi All, first tanks for the new openjump 1.3.1!! This my question: Can some one give me an suggestion which way I can apply a color scheme for each feature based on a field. I mean the same effect that from theme panel but programmaticaly. I'm working on a plugin for check polygon and I'd like t

Re: [JPP-Devel] OpenJUMP 1.3.1 maintenance release

2009-12-08 Thread Nils Kuhn
Hi all, just a question: There is a bug in the "Load Data Store Layer"-function with loading empty geotables or views (syntax error). For that reason I use the separate postgis-plugin for working with postgis-layers. Is this bug known (and maybe fixed) in version 1.3.1? Best regards, Nils Stef