gws.ext.action.edit

Backend for vector edit operations.

class gws.ext.action.edit.Config(*args, **kwargs)[source]

Feature edit action

class gws.ext.action.edit.EditParams(*args, **kwargs)[source]
class gws.ext.action.edit.EditResponse(*args, **kwargs)[source]
class gws.ext.action.edit.Object[source]
api_add_features(req: gws.types.IRequest, p: gws.ext.action.edit.EditParams) → gws.ext.action.edit.EditResponse[source]

Add features to the layer

api_delete_features(req: gws.types.IRequest, p: gws.ext.action.edit.EditParams) → gws.ext.action.edit.EditResponse[source]

Delete features from the layer

api_update_features(req: gws.types.IRequest, p: gws.ext.action.edit.EditParams) → gws.ext.action.edit.EditResponse[source]

Update features on the layer