From fc361ba27c32da6a0872c954fde7f0ab3dce9f49 Mon Sep 17 00:00:00 2001 From: Kate Lyndegaard Date: Thu, 30 Jul 2020 11:19:07 +0200 Subject: [PATCH] docs: fixed missing links #816 --- common/plugins/eu.esdihumboldt.hale.common.align/plugin.xml | 1 + .../help/interiorPoint/help.xhtml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.