mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 06:42:55 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
23 lines
593 B
Markdown
23 lines
593 B
Markdown
---
|
|
title: Geospatial Turf API
|
|
hide_title: true
|
|
---
|
|
|
|
{/*##head##*/}
|
|
|
|
# Turf.js API
|
|
|
|
Returns the Turf.js API object, allowing to use other Turf.js functions that doesn't have nodes yet.
|
|
|
|
{/*##head##*/}
|
|
|
|
## Outputs
|
|
|
|
<div className="ndl-table-35-65">
|
|
|
|
| Data | Description |
|
|
| -------------------------------------- | ------------------------------------------------------------------ |
|
|
| <span className="ndl-data">Turf</span> | The Turf.js object, making it possible to call any Turf.js method. |
|
|
|
|
</div>
|