[Geomoose-users] feature editing - able to add polygons, not able to delete or edit.

Atif Butt matifbutt at gmail.com
Fri Dec 2 03:32:46 EST 2011


I have change this in the map file, but no success.

Could you please check the URL of my mapserver running geomoose2.

http://99.243.192.221/geomoose2/geomoose.html

In this way you might understand whats wrong in this feature editing.

Regards
Atif




On Tue, Nov 29, 2011 at 3:54 PM, Dan Little <danlittle at yahoo.com> wrote:

> Ah, this is actually kinda an easy one.  There is a projections conflict
> for MapServer.
>
> I'd try editing your mapfile and changing:
> DATA 'wkb_geometry from (select polygon_id, title, owner,
> astext(wkb_geometry) as wkt_geometry, wkb_geometry from test_polygons) as
> mytable using unique polygon_id'
>
> To:
> DATA 'wkb_geometry from (select polygon_id, title, owner,
> astext(wkb_geometry) as wkt_geometry, wkb_geometry from test_polygons) as
> mytable using unique polygon_id using srid=-1'
>
>
> I might be a little off on the syntax.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20111202/5c731320/attachment.html


More information about the Geomoose-users mailing list