Re: [JPP-Devel] Default Type for bigint

2013-10-03 Thread Eric Lemesre
Hi Michaël, Nice ! Would be interesting to know more about your use case. Do statistics on spatial data of customer portfolio, sellers. With a large interractivity. The data are in a PostgrSQL data base with the Postgis extension. Some table ave geometry and others not. I provided the queries

[JPP-Devel] Default Type for bigint

2013-10-02 Thread Eric Lemesre
Hi, in com.vividsolutions.jump.datastore.jdbc.ValueConverterFactory Currently the bigint in database table is transcribed into a String object type. But the default type of aggregation is also bigint. for example: SELECT code_departement, count (*) as nb FROM anyTable GROUP BY 1 nb has

Re: [JPP-Devel] Default Type for bigint

2013-10-02 Thread Eric Lemesre
requests are less long to write. PostgreSQL jdbc implementation can't retrive key or primary key information about table? Handle sequence with object and other bigint with integer. An other subject can I help you on the new postgis driver? Do you have a road map? Kinds regards Eric Lemesre (de mon

Re: [JPP-Devel] @Eric - PostGIS with OpenWizard (Italian translation)

2007-11-21 Thread Eric Lemesre
Hi Peppe, If you have feedback? I Like it. Eric 2007/11/20, Giuseppe Aruta [EMAIL PROTECTED]: Hi Eric, I am looking forward to test your Postgis plugin Peppe --- Eric Lemesre [EMAIL PROTECTED] ha scritto: Hi peppe, Thank you. I Commit this file this night. (i have'nt SVN acces

Re: [JPP-Devel] @Eric - PostGIS with OpenWizard (Italian translation)

2007-11-20 Thread Eric Lemesre
Hi peppe, Thank you. I Commit this file this night. (i have'nt SVN acces in my work :-{ ) Regards Eric 2007/11/20, Giuseppe Aruta [EMAIL PROTECTED]: Hi Eric, I translate the jump_fr.properties file in Italian. It is a text file (jump_it.properties.txt) which I add to this mail . Tell me

[JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Eric Lemesre
Hi, The New version of PostGIS plugIn with OpenWizard is in repository. Somme file will be added for translation in https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/plug-ins/PostGISPlugin/trunk/src/main/resources/net/refractions/postgis/language jump.properties jump_fr.properties I

Re: [JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Eric Lemesre
, String, String[]) PostGISPlugin/src/main/java/net/refractions/postgis/PostGISConnection.java line 391 Paul Eric Lemesre wrote: Hi, The New version of PostGIS plugIn with OpenWizard is in repository. Somme file will be added for translation in https://jump-pilot.svn.sourceforge.net

[JPP-Devel] Maven Build

2007-11-19 Thread Eric Lemesre
Hi, What do you think build src.jar and javadoc.jar in lifecycle? and install this artifact with goal install ? when you add to pom.xml this fragment : build plugins plugin groupIdorg.apache.maven.plugins/groupId

Re: [JPP-Devel] More than one datasource by layer?

2007-11-05 Thread Eric Lemesre
is the use case behind getting the attributes from many places? If the geometry and attributes are in a shape file why not load these into one of the databases then you can create a view of the tables and load that into JUMP? Paul Eric Lemesre wrote: Hi, It possible to have more than one

Re: [JPP-Devel] More than one datasource by layer?

2007-11-05 Thread Eric Lemesre
getting the attributes from many places? If the geometry and attributes are in a shape file why not load these into one of the databases then you can create a view of the tables and load that into JUMP? Paul Eric Lemesre wrote: Hi, It possible to have more than one datasource by layer? 1

Re: [JPP-Devel] Subversion Time-Lapse View

2007-11-03 Thread Eric Lemesre
offered by swing. Sure it maybe slightly easier for developers who aren't used to swing. But it's just another API that people will have to learn. Paul Eric Lemesre wrote: I would try it this week. Eric 2007/10/31, Stefan Steiniger [EMAIL PROTECTED]: because it is easier to use for non

[JPP-Devel] More than one datasource by layer?

2007-11-03 Thread Eric Lemesre
Hi, It possible to have more than one datasource by layer? 1 for Geo datasource (a data source for the géometry) 1..n data source for attributes Exemple : * shapeFile for the geometry * a flat CSV file for some attribute * MysQL database for some other * PostgreSQL database for some others.

Re: [JPP-Devel] Subversion Time-Lapse View

2007-11-02 Thread Eric Lemesre
the buoy code from OJ... i would not object ;) stefan Paul Austin schrieb: We have to ask the question what does Buoy give us over using regular Swing? Paul Stefan Steiniger wrote: but as I said, buoy: http://www.buoybuilder.com/ is already used ;) stefan Eric Lemesre schrieb

Re: [JPP-Devel] How to avoid drawing errors when new dialogs are activated from a new frame

2007-10-30 Thread Eric Lemesre
Stefan, zip file is filtred by SF you can look all files in http://elprod.free.fr/chartPlugIn/download/ Eric 2007/10/30, Eric Lemesre [EMAIL PROTECTED]: Stefan, BarChartPlugin is not in SIGLE repository i send the code in attachement. I have JFreeChart documentation. I purchase it for 40

Re: [JPP-Devel] How to avoid drawing errors when new dialogs are activated from a new frame

2007-10-30 Thread Eric Lemesre
Sorry I forgot : I have a doc for JFreeChart. Eric 2007/10/30, Eric Lemesre [EMAIL PROTECTED]: Stefan, zip file is filtred by SF you can look all files in http://elprod.free.fr/chartPlugIn/download/ Eric 2007/10/30, Eric Lemesre [EMAIL PROTECTED]: Stefan, BarChartPlugin

Re: [JPP-Devel] Subversion Time-Lapse View

2007-10-29 Thread Eric Lemesre
you through some rough spots. Also, it is good to remember that most IDE's like Eclipse or Netbeans have a mialing list or forum that you can post questions on. The Sunburned Surveyor On 10/26/07, Eric Lemesre [EMAIL PROTECTED] wrote: Hi jon, Sorry for long time without response. what

Re: [JPP-Devel] A little starter's help

2007-10-29 Thread Eric Lemesre
Hi Daniel, you can find some brazil free data in : http://data.geocomm.com/catalog/BR/index.html or http://www.lib.unc.edu/reference/gis/datafinder/faq.html or http://www.maproom.psu.edu/dcw/dcw_about.shtml regards, Eric 2007/10/29, Sunburned Surveyor [EMAIL PROTECTED]: Daniel, I'm sorry

Re: [JPP-Devel] How to avoid drawing errors when new dialogs are activated from a new frame

2007-10-29 Thread Eric Lemesre
I am an EXPERT for nothing ;-) 2007/10/29, Eric Lemesre [EMAIL PROTECTED]: Hi Stefan, I am an for nothing ;-) I am working on plugin derivate from ChartPlugin intitaly writen by Erwan. It build Histogram from a layer.And this plugin work with JFreeChart. this library is very nice for build

Re: [JPP-Devel] Subversion Time-Lapse View

2007-10-26 Thread Eric Lemesre
-- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Eric Lemesre *Sent:* Friday, October 19, 2007 2:36 AM *To:* List for discussion of JPP development and use. *Subject:* Re: [JPP-Devel] Subversion Time-Lapse View Hi jon, Nice tool. Do you have

Re: [JPP-Devel] Maven Repository

2007-10-26 Thread Eric Lemesre
Hi Paul, It is good idea to build a maven-repository but why put it into subversion? Juste a web space with ftp acces in source forge is sufficient. No? And an other web space for site generated by maven. regards Eric 2007/10/25, Paul Austin [EMAIL PROTECTED]: All, I have added a

Re: [JPP-Devel] Maven Repository

2007-10-26 Thread Eric Lemesre
OK, Thanks Eric 2007/10/26, Paul Austin [EMAIL PROTECTED]: Andreas, This is correct by using subversion we don't have to manage our own ftp site, with all the sysadmin stuff such as creating user accounts etc. Paul Andreas Schmitz wrote: Eric Lemesre wrote: Hi, It is good

Re: [JPP-Devel] Subversion Time-Lapse View

2007-10-19 Thread Eric Lemesre
Hi jon, Nice tool. Do you have planed to add this tools as Eclipse plugin? And is it lot of work to add on a bar at left or rigth side to view where is a diff? Eric 2007/10/19, Jonathan Aquino [EMAIL PROTECTED]: Useful tool for Subversion: SVN Time-Lapse View

Re: [JPP-Devel] OpenJUMP Plug-In: Super Select Tool Release

2007-10-18 Thread Eric Lemesre
Hi SS, I try to run SuperSelect tool from revision 1168 and i have this error: CLASSPATH is: /usr/local/OpenJUMP/bin/../lib/ext/PostGISPlugin-1.2.01.jar /usr/local/OpenJUMP/bin/../lib/ext/joinTable-0.1.2.jar /usr/local/OpenJUMP/bin/../lib/ext/jfreechart-1.0.6.jar

Re: [JPP-Devel] Postgis connection

2007-10-16 Thread Eric Lemesre
[EMAIL PROTECTED]: Hi Eric, the version number 6.11.6B means that I have changed thist PlugIn at 2006.11.6. B means beta. This notation is from me. I think 1.2.0 is from Stefan. Regards Uwe Eric Lemesre schrieb: Hi Stefan, Ok but I think the better way is commit initial code

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-13 Thread Eric Lemesre
customization for it to work. See attached example. Paul Eric Lemesre wrote: Paul, I commit the change and I complete my first commit (language and changelog). I like maven ;-) but my local repository is verry small. When i package openjump (mvn package) i have 5 required artifacts

Re: [JPP-Devel] Postgis connection

2007-10-12 Thread Eric Lemesre
sources to work with the new OpenFile framework stefan Eric Lemesre schrieb: Hi Stefan, Thank for your intervention with Uwe, I rebuild directory structure and commit in a new directory this plug in. probebly befor this WE. Eric 2007/10/8, Stefan Steiniger [EMAIL PROTECTED

Re: [JPP-Devel] ReplaceValuePlugIn

2007-10-12 Thread Eric Lemesre
the effort to contribute. The Sunburned Surveyor On 10/1/07, Eric Lemesre [EMAIL PROTECTED] wrote: Hi SS, I am using OpenJUMP for visualisation state's vendor : where they work, where they live and where is her cusmoters. Other software like ERSI EMG3, is too expensive an less modulate than

Re: [JPP-Devel] Postgis Connection

2007-10-08 Thread Eric Lemesre
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, I build Postgis layers

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
. Michaël Eric Lemesre a écrit : Hello, Thank verry much for the good job in OpenJUMP. I make somme modifications in the plugIn ReplaceValuePlugIn (in org.openjump.sigle.plugin.replace). This plugin replace a attribute with a constante. And now we can copy one attribute to an other

Re: [JPP-Devel] ReplaceValuePlugIn

2007-09-28 Thread Eric Lemesre
office until next week) who are the administrators of the site and can give svn access to new developers. Michaël Eric Lemesre a écrit : Hello, Thank verry much for the good job in OpenJUMP. I make somme modifications in the plugIn ReplaceValuePlugIn

[JPP-Devel] ReplaceValuePlugIn

2007-09-24 Thread Eric Lemesre
); } } // TODO: look for FeatureEventType.ATTRIBUTE_MODIFIED // it is probably better than Layer changed // [eric lemesre] layer.fireAppearanceChanged(); } private void setDialogValues(final MultiInputDialog dialog, PlugInContext context) { //Initial layer value is null