mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
This commit is contained in:
@@ -3,13 +3,13 @@ title: Geospatial Turf API
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Turf.js API
|
||||
|
||||
Returns the Turf.js API object, allowing to use other Turf.js functions that doesn't have nodes yet.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
## Outputs
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@ title: Geospatial Area
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Geospatial Area
|
||||
|
||||
Takes an array of coordinates and returns their area in different formats.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@ title: Geospatial Center Of Mass
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Geospatial Center Of Mass
|
||||
|
||||
Takes an array of coordinates and returns its center of mass using this formula: Centroid of Polygon.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
## Inputs
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@ title: Geospatial Center
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
# Geospatial Center
|
||||
|
||||
Takes a GeoJSON feature and returns the absolute center point.
|
||||
|
||||
<##head##>
|
||||
{/*##head##*/}
|
||||
|
||||
Here is an example of how to use it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user