Skip to content

Commit

Permalink
Corrected the oddly formatted links in the documentation. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgus authored Oct 24, 2024
1 parent 601b5d6 commit 30b6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-7.1.0/api/triangleGrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Creates a grid of triangular polygons.
| bbox | **[BBox](https://tools.ietf.org/html/rfc7946#section-5)** | extent of grid in [minX, minY, maxX, maxY] order |
| cellSide | **number** | dimension of each grid cell. Two triangles are created in each cell. |
| options<i>?</i> | **Object** | Optional parameters _(default \{\})_ |
| options.units<i>?</i> | **Units** | used in calculating cellSide. Supports all valid Turf \{@link https://github.com/Turfjs/turf/blob/master/packages/turf-helpers/README_UNITS.md Units\} _(default 'kilometers')_ |
| options.units<i>?</i> | **Units** | used in calculating cellSide. Supports all valid Turf **[Units](https://github.com/Turfjs/turf/blob/master/packages/turf-helpers/README_UNITS.md)** _(default 'kilometers')_ |
| options.mask<i>?</i> | **[Feature](https://tools.ietf.org/html/rfc7946#section-3.2)\<[Polygon](https://tools.ietf.org/html/rfc7946#section-3.1.6)\>** | if passed a Polygon or MultiPolygon, the grid Points will be created only inside it |
| options.properties<i>?</i> | **Object** | passed to each point of the grid _(default \{\})_ |

Expand Down

0 comments on commit 30b6901

Please sign in to comment.