04-16-2018 03:52 AM
I've configured a feature with GeometryCollection type. While Creating new geometry in gmsc2016 I'm drawing two polugons. Unfortunatelly, in database it is being saved as two separate records. So I have two questions:
1.Is GMSC2016+postgis supports geometrycollection ?
2.What can I do, to prevent user from drawing multiple objects, i.e. can I disable GE_NEWPOLYGON button when first geometry is drew?
Solved! Go to Solution.
04-27-2018 09:28 AM
Hi!
The only possibility to prevent the user to draw more than one polygon is by writing a GeometryValidator, which is called when you click on save in the edit-panel.
regards
Wolfgang
05-07-2018 09:44 PM
Thanks for the answer.