Docs: add link to GeoOperations

This commit is contained in:
Pieter Vander Vennet 2023-06-20 22:50:30 +02:00
parent 1a7acc80c1
commit 85536017d7

View file

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