Skip to main content

WKTWriter

From-v2.1

ogc-logo

Writer for the [Well-known text] format for representation of geometry.

LoaderCharacteristic
File Extension.wkt,
File TypeText
File FormatWell Known Text
Data FormatGeometry
Supported APIsencode, 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).