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

2009-04-07 Thread Stefan Steiniger
Hei Larry, thank you for taking the initiative (I still haven't read the emails on that topic - sorry) stefan Larry Becker schrieb: > SS, > > Attached is my plugin for SkyJUMP to test the BasicFeature > isModified() code. > > regards, > Larry > > On Thu, Apr 2, 2009 at 2:34 PM, Sunburned

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

2009-04-07 Thread Larry Becker
SS, Attached is my plugin for SkyJUMP to test the BasicFeature isModified() code. regards, Larry On Thu, Apr 2, 2009 at 2:34 PM, Sunburned Surveyor < sunburned.surve...@gmail.com> wrote: > Larry: I'll squeeze in the code for a "Select All Modified Features > Tool" as soon as I get the chance.

[JPP-Devel] List of all OpenJUMP plug-ins.

2009-04-07 Thread Sunburned Surveyor
I made a list of all the OpenJUMP plug-ins packaged with the core. You can find it on my OpenJUMP blog: http://openjump.blogspot.com/ I tried to add it to the wiki page, but it seems to be down right now. SS -- This SF.

Re: [JPP-Devel] Auto Assign Attribute and layer queried fromdatabase

2009-04-07 Thread Michaël Michaud
Rahkonen Jukka a écrit : > Hi, > > One thing came into my mind. The layer created by the database query seems > to get the whole query string as its name. In my yesterdays case the query > was rather long with a list in "AND attrib in (value1, value2...)" clause. I > wouldn't be surprised if

Re: [JPP-Devel] Auto Assign Attribute and layer queried fromdatabase

2009-04-07 Thread Rahkonen Jukka
Hi, One thing came into my mind. The layer created by the database query seems to get the whole query string as its name. In my yesterdays case the query was rather long with a list in "AND attrib in (value1, value2...)" clause. I wouldn't be surprised if something like 7000 character long l

Re: [JPP-Devel] Error in adding database layer

2009-04-07 Thread Michaël Michaud
Rahkonen Jukka a écrit : > Hi, > > Add database layer works now again, also with WHERE clause. > Fine. In my tests, I noticed a small rendering problem. Just after data has been loaded, the panel is still blank. If I zoom or pan, data appears, but sometimes, if I just resize the LayerViewPanel

Re: [JPP-Devel] Auto Assign Attribute and layer queried fromdatabase

2009-04-07 Thread Larry Becker
So if the DB Query PlugIn loads results into memory, it should work fine with tools that iterate through the entire layer. This still leaves the question of what happens when you do this to a DataStore layer that loads only the current view into memory. This may depend on the implementation. For

Re: [JPP-Devel] Auto Assign Attribute and layer queried fromdatabase

2009-04-07 Thread Rahkonen Jukka
Hi, DB Query plugin sends full SQL query to Oracle (or PostGIS) from the input window. Nice tool indeed because query can contain joins, and if the resulting lines do not have geometry a default geometry is created so that it can still be opened by OJ. Therefore pure attribute tables can also be q