Parse individual geometries from a WKT string into a VectorGeometry
import { parseWKTGeometry } from 'gis-tools-ts';const geometry = parseWKTGeometry('POINT (1 2)'); Copy
import { parseWKTGeometry } from 'gis-tools-ts';const geometry = parseWKTGeometry('POINT (1 2)');
WKT string
WKT Geometry Parser
Description
Parse individual geometries from a WKT string into a VectorGeometry
Usage
Links