Find the labels for a collection of vector polygons
import { polylabels } from 'gis-tools-ts'import type { VectorMultiPolygon } from 'gis-tools-ts'const vectorGeometry: VectorMultiPolygon = [];const polylabelHighPrecision = polylabels(vectorGeometry, 1); Copy
import { polylabels } from 'gis-tools-ts'import type { VectorMultiPolygon } from 'gis-tools-ts'const vectorGeometry: VectorMultiPolygon = [];const polylabelHighPrecision = polylabels(vectorGeometry, 1);
A collection of vector polygons to find the labels for
the precision of the label [default: 1.0]
Polylabels
Description
Find the labels for a collection of vector polygons
Usage
Links