Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@terraformer/common

terraformer-js214.3kMIT2.1.2

Shared @terraformer utility methods.

arcgis, convert, geo, geojson, geometry

readme

changelog

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

Fixed

  • intersects for multipolygons

[2.1.1] - 2022-05-31

Fixed

  • ensure Z values of 0 are carried through when converting GeoJSON to ArcGIS Geometries.

2.1.0 - 2021-07-22

Added

  • added support for Z values when converting GeoJSON to ArcGIS Geometries.

2.0.7 - 2020-05-18

Fixed

  • all UMD and ESM files are now transpiled to make them safe to use in older browsers.

2.0.5 - 2020-05-17

Fixed

  • @terraformer/spatial
    • toCircle() now returns polygons of equal area, regardless of their latitude

2.0.0 - 2020-04-15

Changed

  • New Package names:

    • terraformer > @terraformer/spatial.
    • terraformer-arcgis-parser > @terraformer/arcgis.
    • terraformer-wkt-parser > @terraformer/wkt.
  • All packages are now standalone.