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 |
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).