Find the label for a vector polygon
import { polylabel } from 'gis-tools-ts'import type { VectorPolygon } from 'gis-tools-ts'const vectorGeometry: VectorPolygon = [];const polylabelHighPrecision = polylabel(vectorGeometry, 1); Copy
import { polylabel } from 'gis-tools-ts'import type { VectorPolygon } from 'gis-tools-ts'const vectorGeometry: VectorPolygon = [];const polylabelHighPrecision = polylabel(vectorGeometry, 1);
the vector polygon to find the label for
the precision of the label [default: 1.0]
Polylabel
Description
Find the label for a vector polygon
Usage
Links