From 85536017d7a05c644c0cc542b0e6b04cd8921205 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 20 Jun 2023 22:50:30 +0200 Subject: [PATCH] Docs: add link to GeoOperations --- Logic/FeatureSource/Sources/ClippedFeatureSource.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Logic/FeatureSource/Sources/ClippedFeatureSource.ts b/Logic/FeatureSource/Sources/ClippedFeatureSource.ts index a07b17895..f1cd8dff7 100644 --- a/Logic/FeatureSource/Sources/ClippedFeatureSource.ts +++ b/Logic/FeatureSource/Sources/ClippedFeatureSource.ts @@ -5,6 +5,8 @@ import { GeoOperations } from "../../GeoOperations" /** * Returns a clipped version of the original geojson. Ways which partially intersect the given feature will be split up + * + * Also @see: GeoOperations.spreadIntoBboxes */ export default class ClippedFeatureSource extends StaticFeatureSource { constructor(features: FeatureSource, clipTo: Feature) {