Nyall Dawson bbd8a5c902 Add option not to overwrite existing property in
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
2021-09-28 13:25:54 +10:00
..
2021-08-04 09:54:32 +10:00
2021-02-25 11:08:56 +10:00
2021-09-24 15:47:10 +10:00
2021-06-24 11:48:49 +02:00
2021-09-24 08:56:40 +10:00