diff --git a/common/plugins/eu.esdihumboldt.hale.common.align/plugin.xml b/common/plugins/eu.esdihumboldt.hale.common.align/plugin.xml index 035ab5d471..1022904c4a 100644 --- a/common/plugins/eu.esdihumboldt.hale.common.align/plugin.xml +++ b/common/plugins/eu.esdihumboldt.hale.common.align/plugin.xml @@ -241,6 +241,7 @@ cellMigrator="eu.esdihumboldt.hale.common.align.model.functions.FormattedStringMigrator" description="Creates a formatted string based on a pattern and the input variables" icon="icons/text.png" + help="help/formattedString/help.xhtml" identifier="eu.esdihumboldt.hale.align.formattedstring" name="Formatted string"> diff --git a/cst/plugins/eu.esdihumboldt.cst.functions.geometric/help/interiorPoint/help.xhtml b/cst/plugins/eu.esdihumboldt.cst.functions.geometric/help/interiorPoint/help.xhtml index e4084526f2..f8d693fe8c 100644 --- a/cst/plugins/eu.esdihumboldt.cst.functions.geometric/help/interiorPoint/help.xhtml +++ b/cst/plugins/eu.esdihumboldt.cst.functions.geometric/help/interiorPoint/help.xhtml @@ -12,7 +12,7 @@
The interior point algorithm finds an interior vertex which is closest to the centroid of the line string.

-LinesAreas
+Areas

The interior point algorithm computes sections along a horizontal scan line in the interior of the polygon. The final interior point is the midpoint of the widest computed section in the interior of the polygon. For properties with multiple geometries, the Interior Point function selects the first geometry.