Hi,

I made a little correction in readme.txt and readme-devel.txt.
Please have a look at this.

Kindly regards

uwe


Am 21.01.2012 22:00, schrieb Michaël Michaud:
Sorry, clicked too fast,

Here is the file

Michaël


Le 21/01/2012 21:57, Michaël Michaud a écrit :
Hi,

I internationalized some error messages and updated the readme files.
Should be ready for inclusion in OpenJUMP 1.5.1

Before upload, could you please :
- make a small test
- uwe : have a look at the readme and readme-devel files
- peppe, uwe (or stefan), peppe : translate language files

Thanks for your help

Michaël


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
--- Informations about the OpenJUMP PostGIS PlugIn (2012-01-21)

The JumpPostGIS PlugIn is an extension of the original PostGIS driver 
created by Refractions Research (www.refractions.net) for Jump.

With this driver you can read and write PostgreSQL/PostGIS tables with OpenJUMP.

If this plugIn is in the OpenJUMP plugIn-directory lib/ext ,
you can read tables with :
File>Open>PostGISOpenWizard 
and write tables with :
File>Save dataset as...
if you choose "PostGIS Table" in "Format:" (ComboBox left up).

Attention! Please use only lower case column names!

You can choose between "New Table", "Overwrite"" and "Insert" mode:

- New Table

  If the table does not exist, it will created.
  If the table does exist, it will deleted and created.
  
- Overwrite

  If the table does not exist, it will created.
  If the table does exist, only the data will deleted (not the whole table)
  and the new data will inserted. The CONSTRAINTs of the table will not changed.
  
  
- Insert

  If the table does exist, only the rows with the same unique column-value
  will updated. Other rows will inserted into the existing dataset.
  So it is better, that the "Unique Column" contains the primary-key of the
  dataset.
  
  If there are any problems please contact:
  
  openjump-us...@googlegroups.com
  
  or

  jump-pilot-devel@lists.sourceforge.net
--- Informations about the OpenJUMP PostGIS PlugIn (2012-01-21)

The JumpPostGIS PlugIn is an extension of the original PostGIS driver 
created by Refractions Research (www.refractions.net) for Jump.

HISTORY
********
It has been succcessively developped and maintained by
- Chris Hodgson and Paul Ramsey
    original developpers
- Uwe Dalluege (uwe.dallu...@hcu-hamburg.de)
    feature schema and srid management
    better exception handling
- Eric Lemesre (eric.leme...@gmail.com)
    integration to new open wizard framework
    internationalization
- Michael Michaud (michael.mich...@free.fr)
    bug fixes, merge of uwe and eric improvements, i18n error messages

FEATURES
********
The plugin can
- read features from a table
- create a new table (managing insert in geometry column table)
- update a table using a primary key

TODO (Michaël)
********
The plugin is partially redundant with core OpenJUMP PostGIS features
Would be useful
- to use core OpenJUMP connection facilities
- to use core OpenJUMP data types mapping facilities
- to add the plugin update/insert feature to OpenJUMP
- to add an option to create an index on feature id and/or on geometry column

RELEASE (Michaël)
********
Last release is named 1.5.0 as it is synchronized with OpenJUMP 1.5.x
(but it is compatible but previous releases).
Eric upgraded the build system to maven, and used a maven for ant plugin
I just came back to a plain ant build file called build-mm.xml for 1.5.0 release

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to