The @loaders.gl/wkt
module handles the Well Known Text (WKT) format, an ASCII format that defines geospatial geometries; and the Well Known Binary format, WKT's binary equivalent.
npm install @loaders.gl/wkt
npm install @loaders.gl/core
Loader |
---|
WKBLoader |
WKTLoader |
WKTWriter |
The WKTLoader
is based on a fork of the Mapbox wellknown
module under the ISC license (MIT/BSD 2-clause equivalent).