0

I need a "LIFE" Annotation when end of digitizing a Polygon. I neend not the Summ of Points like this (array_length(overlay_contains('zensus_c40a84ba_3850_4f60_b02a_1df14041d205', $id))). This way or by trigger on the geopackage? Cont Points by QGIS Annotation

geosnap
  • 11
  • 3
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Feb 20 '22 at 04:54

1 Answers1

1

The sum-funktion past version 3.2.0 ?

This in the polygonlayer. array_sum(overlay_contains('point_layer', pointlayer_atttrb))

pointlayer_atttrb as a Integer!

geosnap
  • 11
  • 3