Re: [JPP-Devel] Postgis connection

2007-10-16 Thread Eric Lemesre
Hi Uwe, I just add a where clause to PostGISPlugin in the repository if you want to teste it and made some remark? Thanks. i have to plan to add fonctionnality : Update some fields in table with a given key. Just a question : all properties in DataSourceQuery instance is DataSource

Re: [JPP-Devel] Postgis connection

2007-10-14 Thread Stefan Steiniger
and postgis... renaming does not solve the problem itself (apart from the point that multi-languages renaming is a bit more difficult). as far as we do not a new release we can have both in parallel... but we need to find a solution for at least these 2 plugins. stefan Larry Becker schrieb:

Re: [JPP-Devel] Postgis connection

2007-10-14 Thread Stefan Steiniger
I have written the message a few days ago.. now it is obsolete :) stefan Stefan Steiniger schrieb: and postgis... renaming does not solve the problem itself (apart from the point that multi-languages renaming is a bit more difficult). as far as we do not a new release we can have both in

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Stefan Steiniger
Hei Paul, you are more or less right. But the problem with the datastore framework is, that we can not yet write back to a datastore. While the postgis plugin can do this when used with LoadDataset. stefan Paul Austin schrieb: Stefan, The OpenFile dialog should be just for File based

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Paul Austin
Stefan, The OpenFile dialog should be just for File based data. Things like databases should be under the Add Datastore Layer. Another thing I was thinking of is having another Wizard as suggested by Larry a while bacj, this would be the Open wizard. When you first open the wizard it has a

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Eric Lemesre
Hi Stefan, Ok but I think the better way is commit initial code (the 6.11.6B) and after commit modification. the code for OpenFile framework is in package : com.vividsolutions.jump.workbench.datasource ? @Uwe : please can you give me more explanation about version number ? internal version is

Re: [JPP-Devel] Postgis connection

2007-10-09 Thread Stefan Steiniger
Hei Eric, ok...If you commit then add it to the plugins folder http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/plug-ins/ stefan Eric Lemesre wrote: Hi Stefan, Thank for your intervention with Uwe, I rebuild directory structure and commit in a new directory this plug in. probebly

Re: [JPP-Devel] Postgis connection

2007-10-08 Thread Stefan Steiniger
Hei Eric, Uwe agrees to put the postgis plugin on the svn. for the rest - because I never used maven - can you simple outline the directory structure on the SVN. So I have a better image what you want to do. stefan Eric Lemesre wrote: Hi Stefan, I am a newbee ;-) , I like maven concept.

Re: [JPP-Devel] Postgis Connection

2007-10-08 Thread Stefan Steiniger
have you tried to use the layer\add Datastore laye function? It uses the Framework developed lately by Vividsolutions As far as i know there is on the projet sigle website also an SQL Query plugin as i am not familar with Databases, maybe someone else can help stefan Eric Lemesre wrote: Hi,

Re: [JPP-Devel] Postgis Connection

2007-10-08 Thread Eric Lemesre
Hi, The better way seem to be LayerManager.addLayer(Catagory, LayerName, FeatureCollection).setDataSourceQuery(DataSourceQuery) If we forget the datasourcequery nothing is saved in project file. @+ Eric 2007/10/8, Stefan Steiniger [EMAIL PROTECTED]: have you tried to use the layer\add