Class: WKT

ol/format/WKT~WKT


import WKT from 'ol/format/WKT.js';

Geometry format for reading and writing data in the WellKnownText (WKT) format.

new WKT(options)

Name Type Description
splitCollection boolean (defaults to false)

Whether to split GeometryCollections into multiple features on reading.

Extends