mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -04:00
QgsAuxiliaryLayer::createProperty(*) Instead, if a property already exists it will be upgraded to an expression based property of the form: coalesce("new aux field", 'existing' || 'property' || 'expression') (i.e. allow per-feature value overrides from the auxiliary field, but by default fallback to the existing property definition) Refs #44475