All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.2.1 - 2024-05-15
@terraformer/wkt
- Errors parsing WKT are now surfaced instead of swallowed. 🙏🏽 @mpalmerlee 🙏🏽
2.2.0 - 2023-03-28
@terraformer/wkt
- Parse WKT Geometry Collection to GeoJSON Geomtery Collection. 🙏🏽 @Zakhmaster 🙏🏽
2.1.2 - 2022-08-02
@terraformer/spatial
- fix
intersects
for multipolygons - start exporting
applyConverter
- fix
2.1.1 - 2022-05-31
- ensure Z values of 0 are carried through when converting GeoJSON to ArcGIS Geometries.
2.1.0 - 2021-07-22
- added support for Z values when converting GeoJSON to ArcGIS Geometries.
2.0.7 - 2020-05-18
- all UMD and ESM files are now transpiled to make them safe to use in older browsers.
2.0.5 - 2020-05-17
@terraformer/spatial
toCircle()
now returns polygons of equal area, regardless of their latitude
-
New Package names:
terraformer
>@terraformer/spatial
.terraformer-arcgis-parser
>@terraformer/arcgis
.terraformer-wkt-parser
>@terraformer/wkt
.
-
All packages are now standalone.