On Mon, Jul 19, 2010 at 03:31:19PM -0500, Robin Alexis Olaya wrote: > > i'm configure digitize points plugins for pmapper4 app. I can > insert points in postgis database but can't update or delete > because always appear the insert dialog. i did modify srid_map > = -1 and srid _geom = -1 value and insert form works (srid=4326 > don't works, my extents is cali, colombia meters units)
You must set srid_map and srid_geom to the real values. The first is the map projection srid, the second is the srid of the postgis table. If the update form does not work with the real srids, look at the SQL query performed to search the existing point. You can see it with right click and "view source code" in the dialog box. You should see something like: SELECT *, ST_Distance_Sphere ... Try the query into your Postgres and check what is wrong. -- Niccolo Rigacci Firenze - Italy ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users