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
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
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
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