From de4486c2cf59fe7703ed16610a7b7ac45f0a8c5d Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 14 May 2021 02:57:51 +0200 Subject: [PATCH] Regeneration of the docs --- Docs/CalculatedTags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index 766db78c0..a2bf11189 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -76,7 +76,7 @@ Calculates the distance between the feature and a specified point ### overlapWith -Gives a list of features from the specified layer which this feature overlaps with, the amount of overlap in m². The returned value is **{ feat: GeoJSONFeature, overlap: number}** +Gives a list of features from the specified layer which this feature (partly) overlaps with. If the current feature is a point, all features that embed the point are given. The returned value is `{ feat: GeoJSONFeature, overlap: number}[]` where `overlap` is the overlapping surface are (in m²) for areas, the overlapping length (in meter) if the current feature is a line or `undefined` if the current feature is a point * ...layerIds - one or more layer ids of the layer from which every feature is checked for overlap)