- Fixed an instance where the first set of coordinates in a
LineStringweren't returned oncomplexify(). Ref #9
- Fixed a reference error on
_toRadian()
- Add
isGeoJSON()check - Add support for all GeoJSON types
- Add unit tests (coverage incomplete)
- Fix validation where I incorrectly checked distance against a minimum of 100 meters. Dyslexia at times wins.
- Add support for making a
LineStringor array of coordinates complex by reducing the maximum distance between each points - [WIP] Add support for some additional GeoJSON objects. This has not been tested, and has thus not yet been documented
- Fix
toGeoJSON()parsing ofPolygongeometry - Add support for
Polygons geometries with holes intoArray() - Update documentation for fixes above
- Fix
toArray()parsing ofPolygongeometry
- Versioning issues
- Fix
toArray(Polygon)
- Document API functions
- Minor fixes of functions
- Initial port from rwt.to