2023-04-11 16:14:51 +00:00
|
|
|
title: $:/plugins/tiddlywiki/geospatial/docs/geointersect
|
|
|
|
caption: geointersect operator
|
|
|
|
tags: $:/tags/GeospatialDocs
|
|
|
|
|
|
|
|
!! `geointersect` operator
|
|
|
|
|
|
|
|
The `geointersect` operator calculates the intersection between two or more [[GeoJSON Polygon Features|GeoJSON Polygon Feature]].
|
|
|
|
|
|
|
|
Each input list item is interpreted as a [[GeoJSON Polygon Feature Collection]] containing polygons.
|
|
|
|
|
|
|
|
```
|
|
|
|
[geointersect[]]
|
|
|
|
```
|
2023-05-31 08:38:19 +00:00
|
|
|
|
|
|
|
!! Examples
|
|
|
|
|
|
|
|
<$testcase>
|
|
|
|
<$data $compound-tiddler="$:/plugins/tiddlywiki/geospatial/tests/operators/geointersect-interactive"/>
|
|
|
|
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>
|
|
|
|
</$testcase>
|