WKTWriter
Writer for the [Well-known text] format for representation of geometry.
Loader | Characteristic |
---|---|
File Extension | .wkt , |
File Type | Text |
File Format | Well Known Text |
Data Format | Geometry |
Supported APIs | encode , encodeSync |
Installation​
npm install @loaders.gl/wkt
npm install @loaders.gl/core
Usage​
import {WKTWriter} from '@loaders.gl/wkt';
Options​
N/A
Attribution​
The WKTWriter
is based on a fork of the Mapbox wellknown
module under the ISC license (MIT/BSD 2-clause equivalent).