Re: [udig-devel] Create feature in postgis

2007-12-04 Thread Jesse Eichar
On 4-Dec-07, at 9:56 AM, Jody Garnett wrote: Jesse Eichar wrote: There is a somewhat hidden way of creating a layer directly in postGIS. However I believe there is a bug that hasn't been fixed. If the FeatureType has a String attribute it tries to make a field that has a limit of Intege

Re: [udig-devel] Create feature in postgis

2007-12-04 Thread Jody Garnett
Jesse Eichar wrote: There is a somewhat hidden way of creating a layer directly in postGIS. However I believe there is a bug that hasn't been fixed. If the FeatureType has a String attribute it tries to make a field that has a limit of Integer.MAX_VALUE. Which postgis doesn't like. But you

Re: [udig-devel] Create feature in postgis

2007-12-04 Thread Jesse Eichar
There is a somewhat hidden way of creating a layer directly in postGIS. However I believe there is a bug that hasn't been fixed. If the FeatureType has a String attribute it tries to make a field that has a limit of Integer.MAX_VALUE. Which postgis doesn't like. But you can play with th

[udig-devel] Create feature in postgis

2007-12-04 Thread Andrea Maschio
Hello. I'd like to ask, as always, a newbie question. When I create a layer i can edit it and "export" it to a shape file. Then with shp2sql i can easily import it in PostGis. I'm asking if this is the unique way to do this is to do it with this procedure, or there is a fastest way, for exampl