UNPKG

backendless

Version:

Backendless JavaScript SDK for Node.js and the browser

12 lines (9 loc) 199 B
import geoConstructor from './geo-constructor' export default class GeoJSONParser { constructor(srs) { this.srs = srs } read(geoJSON) { return geoConstructor(geoJSON, this.srs) } }