Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Reload the Map

I would suggest using the DeleteFeatureCommand to delete the feature from the Postgis Datastore.  This way the map will be updated automatically.

The quick way is to call layer.refresh( bounds ).

Jesse


Le 18-Feb-08 à 2:56 AM, Jacopo Boari a écrit :

Hi list,
I've writed an Action class that delete a postGis record, the delete opration work without problems, but after that I don't know how to reload data in the map.
 
Thenks in advance.
 
Best regards.
Jacopo
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users


Back to the top