Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Reshape with PostGIS layer

It should work for any datastore... or so I thought. Do a Info on the layer and check the layer's schema. I think that Layer properties also shows the FeatureType for that layer.

Jesse

On 29-Jul-08, at 12:02 PM, Silvia Franceschi wrote:

Hi all,
I am trying to do a reshape with a PostGIS layer in which the geometry column is called "shape" but I have some problems related to the creation of the new geometry in the reshaped layer. The problem is that "shape" means nothing, I think, for the reshape function, so I tried to substitute the
shape=shape (orignal)
in
the_geom=shape
but nothing changes.

Is the reshape function usable also for postgis layers or is it thought just for shapefiles? In fact if I export the postgis layer as a shapefile and then do the reshape everything works properly.

Thanks in advance,

Silvia
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users



Back to the top