@odoe/explode
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@odoe/explode

A small utility to explode ArcGIS geometries into individual, component geometries.

Usage

npm install @odoe/explode
import { explode } from '@odoe/explode';

// Polygon -> Polylines
const lines = explode(polygon);
// Polyline -> Points
const points = explode(line);
// Multipoint -> Points
const points = explode(multipoint);

Works with @arcgis/core version 4.22 and up.

Dependents (0)

Package Sidebar

Install

npm i @odoe/explode

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

12.8 kB

Total Files

13

Last publish

Collaborators

  • odoe