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) {