Re: [JPP-Devel] Modifying BasicFeature to track modifications

2009-04-01 Thread Sunburned Surveyor
Larry, I like your solution to this problem, but I wonder if it is necessary to track the modifications to all of the attributes. As soon as a single attribute value has been modified, you could flag the whole feature as in need of an update. In this case our code might look like this: // Declar

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Larry Becker
IMO, it should go under src.de.soldin... and be listed in the scripts.default-plugins.xml. By putting it in the src tree, it will become part of the builds and you can add your I18N strings to the property files under src/language. Larry On Wed, Apr 1, 2009 at 3:57 PM, Edgar Soldin wrote: > Do

[JPP-Devel] Modifying BasicFeature to track modifications

2009-04-01 Thread Larry Becker
Hi, As I mentioned in the other thread, before the problem of partial database updates can be solved, we must first be able to determine if a Feature has been modified. This is not currently possible in all of the JUMP variants that I am familiar with, although Kosmo may have implemented it. T

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Edgar Soldin
Do you mean like a default plugin or do you actually want to put in the core source tree? I would prefer the plugin choice. Keeps it lightweight. .. ede > I agree - should be part of the core, > > I once looked into it and to add it to the core - but by programming > knowledge was/is to restricte

Re: [JPP-Devel] Good News for Google Summer of Code

2009-04-01 Thread Sunburned Surveyor
Stefan, That is great news! I don't know how I missed your e-mail on the topic. Sorry. If I end up with two students being interested I will hit up Andreas. Otherwise I'll see if I can steer one of them to Geotools. SS On Wed, Apr 1, 2009 at 11:04 AM, Stefan Steiniger wrote: > Hei, > > Landon

Re: [JPP-Devel] Good News for Google Summer of Code

2009-04-01 Thread Stefan Steiniger
Hei, Landon, I don't know if you read my other emails - I also have a student at my university that wrote me last friday. He will apply and I will ask him to focus on the projection stuff for his application. Stefan Sunburned Surveyor wrote: > Andreas wrote: "Did any of the students seem to ha

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Stefan Steiniger
I agree - should be part of the core, I once looked into it and to add it to the core - but by programming knowledge was/is to restricted to understand how you automatically generated the conversion and menu items. stefan Sunburned Surveyor wrote: > Larry and Ede, > > I would have no problem

[JPP-Devel] Looking For OpenJUMP Recommendations

2009-04-01 Thread Sunburned Surveyor
I'm in the process of trying to secure some funding for the maintenance and development of OpenJUMP at my small company. I would like to request "reference letters" from any governement agencies or small businesses that are currently using OpenJUMP. This wouldn't have to be anything fancy. Just a s

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Sunburned Surveyor
Larry and Ede, I would have no problem including the tool in the core. What does Stefan think? SS On Wed, Apr 1, 2009 at 6:19 AM, Larry Becker wrote: > Adding internationalization is pretty easy.  See any OJ PlugIn for > examples.  The Wiki page is: > > http://openjump.org/wiki/show/How+to+use+

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread edgar . soldin
Thanks for the hint ... I will check these. Regarding the placement of the Menu Item I definitely agree and will place it there in the internationalized version. regards ede -- > Adding internationalization is pretty easy. See any OJ PlugIn for > examples. The Wiki page is: > > http://openjum

Re: [JPP-Devel] Good News for Google Summer of Code

2009-04-01 Thread Sunburned Surveyor
Andreas wrote: "Did any of the students seem to have interest in this?" I can surely ask them. I'll get back to everyone on this. SS On Wed, Apr 1, 2009 at 9:10 AM, Andreas Schmitz wrote: > Sunburned Surveyor wrote: > > Hi, > >> I'd like to know if Stefan would be willing to take his own studen

Re: [JPP-Devel] Good News for Google Summer of Code

2009-04-01 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > I'd like to know if Stefan would be willing to take his own student > this year. If Stefan can't make room for this, I know Andreas from the > deegree Project has already volunteered. while I can mentor students with almost any topic, I'd like to point out that a

Re: [JPP-Devel] Thinking About OpenJUMP's MDI Nature

2009-04-01 Thread Sunburned Surveyor
Pictures would have helped, but they are difficult to get without writing the code. Let me see if I can explain it a little better. In the first scenario I described previously each Task would be represented by a tabbed pane in a tabbed pane holder. The tab would have the name of the task, while t

Re: [JPP-Devel] Thinking About OpenJUMP's MDI Nature

2009-04-01 Thread Larry Becker
Hi SS, I'm not sure I am visualizing what you mean in the two options correctly. Setting aside parent issues, what would you envision that the interface would look like with two tasks open? Can you cobble a picture together that gets the point across? regards, Larry On Wed, Apr 1, 2009 at 10:

[JPP-Devel] Thinking About OpenJUMP's MDI Nature

2009-04-01 Thread Sunburned Surveyor
I believe that OpenJUMP was originally designed with an "MDI" (Multiple Document Interface) architecture, where each "document" was a single Task. I was curious if our porgrammers and users felt that this was a useful concept that we should adhere to. Are supplemental views and dialogs (like the Ou

Re: [JPP-Devel] Source code of AdB-Toolbox

2009-04-01 Thread Sunburned Surveyor
Cool. Thanks Stefan. SS On Tue, Mar 31, 2009 at 4:01 PM, Stefan Steiniger wrote: > ok.. I created a new major svn folder/project called 'resources' > > if you move down to /resources/otherjumps/adbtoolbox/ you should be able > to find the sources of the adbtoolbox in the zip file > > stefan > >

[JPP-Devel] Good News for Google Summer of Code

2009-04-01 Thread Sunburned Surveyor
I drove up to Davis from Stockton last night. The local chapter of the OSGeo arranged for a speaker from the Plone Project and myself to speak to the computer science students at the University of California about the Google Summer of Code program. I have at least two (2) and possibly three (3) stu

Re: [JPP-Devel] Select tool double-click

2009-04-01 Thread Sunburned Surveyor
Thanks for posting the code Larry. I've never seen the UndoableEditReceiver class used. This was a good example. SS On Mon, Mar 30, 2009 at 6:36 AM, Larry Becker wrote: > I made a local experimental addition to the Select Tool's double-click.  It > opens View/Edit Attributes for the item double-

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread Larry Becker
Adding internationalization is pretty easy. See any OJ PlugIn for examples. The Wiki page is: http://openjump.org/wiki/show/How+to+use+i18n+Internationalization The only hard part is editing the language/property files. It helps to use a property editor like https://prbeditor.dev.java.net/ tha

Re: [JPP-Devel] plugin internationalization

2009-04-01 Thread edgar . soldin
Thanks Larry, I will fetch your new sources ... but I still wonder how to start on internationalization? Anybody, any hints? regards ede -- > Hi Edgar, > > I modified your converter to do batch in SkyJUMP a while ago where > it is a standard PlugIn. You can take a look at the changes I mad

Re: [JPP-Devel] AssertionFailedException when adding a PostGIS Layer

2009-04-01 Thread Nacho Uve
Thanks Jukka, It works! 2009/3/31 Rahkonen Jukka > Hi, > > You need to query the geometry column as binary, like > > select asbinary(geom), attr from my_table > > -Jukka- > > Nacho Uve wrote: > > I've tried with 'Run database query' and now the exception is parsing WKB > types [1]. But again wi