-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Add infos to doc that layer type multipolygon cannot reshape/split in edit digitation :
-
Maybe grey out buttons if polygon type is multipolygon (lizmap-web-client).
-
Add option to change layer type to polygon if type multipolygon if edition. If errors (e.g. dependencies like views) return on textbox (e.g. on checks tab, if layer is editable). This makes reshape tool available.
-
Add option to add "trigger function to increase
pkey
if exists before insert" (should be one global PostgreSQL trigger function). Then add trigger function to specific layer (e.g. named by id). This should be done in checks table. But the user should be informed about this because multiple inserts could slow down sql inserts because of trigger.
Both should make buttons active in edit digitation in webgis (lizmap-web-client). This would afford new keys in editon layers cfg.
For split tool it depends. If many features it would be better in sql rather than in js?
As talking to cfg, it would be great to have shortname tag of layer in cfg too as shortname is used in lizmap getmap request per layer.