M/format/WKT~WKT


import WKT from 'M/format/WKT';

Main constructor of the class. Creates a layer with parameters specified by the user

new WKT(userParameters)

facade/js/format/WKT.js, line 25
Name Type Description
userParameters string | Object

parameters provided by the user

Extends

  • M.facade.Base

Methods

write(features){Array.<Object>}

facade/js/format/WKT.js, line 45

TODO

Name Type Description
features Array.<M.Feature>

features array to parsed as a GeoJSON FeatureCollection