Docs: add link to GeoOperations
This commit is contained in:
parent
1a7acc80c1
commit
85536017d7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
* 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 {
|
export default class ClippedFeatureSource extends StaticFeatureSource {
|
||||||
constructor(features: FeatureSource, clipTo: Feature<Polygon>) {
|
constructor(features: FeatureSource, clipTo: Feature<Polygon>) {
|
||||||
|
|
Loading…
Reference in a new issue