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

2009-03-31 Thread Stefan Steiniger
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 Sunburned Surveyor wrote: > Stefan, > > Uploading into a new /etc sub-directory as a zip file m

Re: [JPP-Devel] Interested to work for JUMP Pilotproject

2009-03-31 Thread Stefan Steiniger
good suggestion Larry Larry Becker wrote: > Hi Stefan, > > >I think a start could be to write a PostGIS plugin that allows > >incremental updating of tables. > >We have already one here: , but this one updates only complete tables. > > I think that before incremental update would be possible,

Re: [JPP-Devel] Interested to work for JUMP Pilotproject

2009-03-31 Thread Sunburned Surveyor
Stefan, Thanks for your help coordinating with Jignesh. If I can assist, let me know. The Sunburned Surveyor On Tue, Mar 31, 2009 at 3:02 PM, Larry Becker wrote: > Hi Stefan, > >>I think a start could be to write a PostGIS plugin that allows >>incremental updating of tables. >>We have already o

Re: [JPP-Devel] Interested to work for JUMP Pilotproject

2009-03-31 Thread Larry Becker
Hi Stefan, >I think a start could be to write a PostGIS plugin that allows >incremental updating of tables. >We have already one here: , but this one updates only complete tables. I think that before incremental update would be possible, we would need to enhance the JUMP Feature model with a "mod

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

2009-03-31 Thread Sunburned Surveyor
Stefan, Uploading into a new /etc sub-directory as a zip file may be the best way to go. Landon On Tue, Mar 31, 2009 at 11:09 AM, Stefan Steiniger wrote: > Great! > > and thank you Peppe. > > I will try to look into it the next days. > However, if we put it directly into the svn as source - I d

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

2009-03-31 Thread 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 with all my postgis layers (polygons and linestrings). Nacho. [1] com.vi

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

2009-03-31 Thread Stefan Steiniger
Great! and thank you Peppe. I will try to look into it the next days. However, if we put it directly into the svn as source - I don't know. It may be a better idea to upload it as one zip file into a new /etc/ subdirectory - but we need to check what the ant build files do (so it is not includ

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

2009-03-31 Thread Nacho Uve
I've tried with 'Run database query' and now the exception is parsing WKB types [1]. But again with all my postgis layers (polygons and linestrings). Nacho. [1] com.vividsolutions.jts.io.ParseException: Unknown WKB type 48 at com.vividsolutions.jts.io.WKBReader.readGeometry(WKBReader.java:183

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

2009-03-31 Thread Larry Becker
I don't know what everyone else has found, but I have concluded that the DataStore code is fundamentally flawed. Perhaps we should remove it from the menu. Larry On Tue, Mar 31, 2009 at 11:01 AM, Rahkonen Jukka wrote: > Hi, > > I get the same error. However, database query in the Layer menu wo

Re: [JPP-Devel] plugin internationalization

2009-03-31 Thread Larry Becker
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 made at: http://skyjump.cvs.sourceforge.net/viewvc/skyjump/skyjump/de/soldin/gt2jump/geomconv/ Internationalization would be nice. I think it should be a

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

2009-03-31 Thread Rahkonen Jukka
Hi, I get the same error. However, database query in the Layer menu works with the same connection and PostGIS table. -Jukka- Nacho Uve wrote: Yes, the same error with all layers on my localhost postgis and at in the office server. :( 2009/3/31 Sunburned Surveyor > Nacho, > > Do you get

[JPP-Devel] plugin internationalization

2009-03-31 Thread edgar . soldin
Hi all, just found some time (laying around lazily) and set up OJ from svn and my old extensions To get warm with it I am gonna update geometry conversion tool. To keep it simple for now. I want to internationalize it and add support for batch (multiple geometries selected) conversion. Thi

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

2009-03-31 Thread Nacho Uve
Yes, the same error with all layers on my localhost postgis and at in the office server. :( 2009/3/31 Sunburned Surveyor > Nacho, > > Do you get the same error when you load a different layer from PostGIS? > > The Sunburned Surveyor > > On Tue, Mar 31, 2009 at 6:59 AM, Nacho Uve wrote: > > He

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

2009-03-31 Thread Sunburned Surveyor
Nacho, Do you get the same error when you load a different layer from PostGIS? The Sunburned Surveyor On Tue, Mar 31, 2009 at 6:59 AM, Nacho Uve wrote: > Hello, > > I'm running the nightly build of OJ and I got the exception [1] when I try > to load the layer "tramos2" of my localhost postgis.

[JPP-Devel] AssertionFailedException when adding a PostGIS Layer

2009-03-31 Thread Nacho Uve
Hello, I'm running the nightly build of OJ and I got the exception [1] when I try to load the layer "tramos2" of my localhost postgis. Best regards, Nacho [1] com.vividsolutions.jts.util.AssertionFailedException: If this event is being fired because you are constructing a Layer, cat will be null