[udig-devel] Adding new datastore support in Udig

2008-11-11 Thread jayansh
Hi, I am new to Udig/Geotools. I am trying to add new data support in Udig, I am successfully added MicroStation DGN and GPX files in Udig, But for adding them I did some hack. I first converted them to shape files programmatically (using OGR2OGR utilities) and then add each shape file to current

[udig-devel] Custom symbology in Udig/Geotools

2008-11-11 Thread jayansh
Hi, I am new to udig/geotools. I am trying to add custom symbols in Udig, But I am not able to create new symbols. Please let me know how I can create custom symbols in udig as it is very important for project I am doing. I am also willing to help in this if it is not implemented yet. Can I add

[udig-devel] PSC update Wed Nov 12

2008-11-11 Thread andrea antonello
What I did: - working on headless build of udig 1.1.x - working on integration of JGrass with Constellation (download - analysis - upload) What I'm up to: - continue things from what I did What's holding me up: - troubles with headless sdk build - 2nd year of PhD presentation, will be away ag

Re: [udig-devel] uDig on Eclipse in Ubuntu

2008-11-11 Thread Jody Garnett
Adrian Custer wrote: If you are talking about apt-get, that Eclipse is not only old but compiled with gcj---I would not recommend it for geotools/udig. You can install the various javas with apt but for maven and eclipse I recommend installing them in /usr/local somewhere. Thanks for the sugges

Re: [udig-devel] uDig on Eclipse in Ubuntu

2008-11-11 Thread Adrian Custer
Hey Jody, Jody Garnett wrote: I noticed that when I did an app-get eclipse it dragged some really old version (Eclipse 3.2?) that was unsuitable for uDig development. If you are talking about apt-get, that Eclipse is not only old but compiled with gcj---I would not recommend it for geotools/

Re: [udig-devel] uDig on Eclipse in Ubuntu

2008-11-11 Thread Jody Garnett
Hi Omar; I am a core uDig developer; but am only recently getting an unbuntu machine set up (previously I have had enough linux happy developers around me to take care of testing on that front). I noticed that when I did an app-get eclipse it dragged some really old version (Eclipse 3.2?) that was

Re: [udig-devel] uDig on Eclipse in Ubuntu

2008-11-11 Thread Harry Bullen
Omar, The SDK works under linux very well. While the guide is geared towards windows the steps under linux are about the same. (the guide is also a bit outdated as version 1.1 has been released) If you have a specific question feel free to as it here or join us on irc.freenode.net#udig On Tue, No

[udig-devel] uDig on Eclipse in Ubuntu

2008-11-11 Thread Omar Handouk
Hi to all, can someone helpme about uDig on Eclipse in linux ubuntu 7.10? I have just read SDKQuickstart, but this is for windows SO. So, I think that there are some differences about permits in linux. Can anyone give me some "guide" or "how to" about this argument? Thanks Ciao a tutti Omar H

RE: [udig-devel] Path update in Udig project file

2008-11-11 Thread Mario Nuñez Jimenez
Another thing that can be possibly done is that uDig tries to use relative paths. So if the shapefiles are in the project folder you should be able to pass the entire project to your friend and have him open that. Also you can instead of using a shape file use a postgis. Jesse Hel

Re: [udig-devel] GDAL and JAI

2008-11-11 Thread Jan Jezek
Here is the svn with the plugin (for uDig trunk) - http://svn.refractions.net/udig/udig/community/jan/net.refractions.udig.transformtool/ One of the issue is that the methods based on JAI WarpTransform2D (RubberSheeting, IDW based and TPS based ) can be used just for small corrections 'inside'

Re: [udig-devel] GDAL and JAI

2008-11-11 Thread Simone Giannecchini
On Tue, Nov 11, 2008 at 11:10 AM, Jan Jezek <[EMAIL PROTECTED]> wrote: > Hi Graham, > > I've done something that might be useful during Google Summer of Code 2006/07. > It's little bit out of date so I'm just trying to put the udig plugin (that > includes raster support) into the shape in the repo

Re: [udig-devel] GDAL and JAI

2008-11-11 Thread Jan Jezek
Hi Graham, I've done something that might be useful during Google Summer of Code 2006/07. It's little bit out of date so I'm just trying to put the udig plugin (that includes raster support) into the shape in the repo. In the short I've made few 'MathTransformBuilder' objects, that calculates y

Re: [udig-devel] headless build in ol' 1.1.x

2008-11-11 Thread andrea antonello
I'm digging in the sdk problem: In net.refractions.udig.libs.source/jars.xml was defined inside the build.jars target. Clean was called before and that was breaking it. So moving the property to global to the script did the job. So next: update.gt: [get] Getting: file:home/moovida/.m

Re: [udig-devel] GDAL and JAI

2008-11-11 Thread Adrian Custer
Hey Greg, I would re-iterate what Jody just said. Jan created a "rubber sheeting" system in uDig that you will probably want to re-use. You may have already thought this through so the following may be redundant. I would encourage you to structure your UI to let user work with several alte

Re: [udig-devel] headless build in ol' 1.1.x

2008-11-11 Thread andrea antonello
Take 3: I now copied over all the plugins from udig_1.1.1 and at that point it works. Do you have any idea about why the build is corrupted? Andrea > It is really strange. I tried to substitute teh udig.libs plugin of > the not working udig export with the one from the udig1.1.1 and things > d

Re: [udig-devel] headless build in ol' 1.1.x

2008-11-11 Thread andrea antonello
It is really strange. I tried to substitute teh udig.libs plugin of the not working udig export with the one from the udig1.1.1 and things do still NOT work. So it doesn't seem to be really a geotools issue. The shapefile file I use works well with 1.1.1 but doesn't work with the udig I export, gi

Re: [udig-devel] headless build in ol' 1.1.x

2008-11-11 Thread andrea antonello
> It looks to me like there is something not in degrees. I think you will want > to put a break point in and see what is being transformed to what. And see > where the CRSs are coming from. This doesn't happen with the last udig SDK I was working with. Since nothing should have changed on the geo