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
Here is an example:
public boolean execute(final PlugInContext context) throws Exception
{
reportNothingToUndoYet(context);
new CopySelectedItemsPlugIn().execute(context);
Layer[] selectedLayers =
context.getLayerNamePanel().getSelectedLayers();
FeatureSche
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
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