cismet / cismap-plugin

Standard based feature rich mapping component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DefaultCismapGeometryComboBoxEditor missing geometry changes in some cases

jeanatcismet opened this issue · comments

see also: https://github.com/cismet/wupp/issues/1836#issuecomment-580131230

Due to the fact, that the geometry is stored without beeing cloned while initialisation of the cidsFeature, geometry changes are not registred until the geometry is set to null and to an geometry again.

lastGeom = geom; // missing clone()
// ... some changes to the geom
lastGeom.equalsExact(geom); // will always be true