- Fixed an instance where the first set of coordinates in a
LineString
weren'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
LineString
or 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 ofPolygon
geometry - Add support for
Polygon
s geometries with holes intoArray()
- Update documentation for fixes above
- Fix
toArray()
parsing ofPolygon
geometry
- Versioning issues
- Fix
toArray(Polygon)
- Document API functions
- Minor fixes of functions
- Initial port from rwt.to