This repository was archived by the owner on May 1, 2025. It is now read-only.
v2.0.0
<a name"2.0.0">
2.0.0 (2016-06-17)
Features
- routing:
- support for multiple shortest paths (a02db1bd)
- add support for
?bboxbounding buffer (e8929f7d) - type cast prepared statement input parameters (33bf82ae)
- return GeometryCollection consistently (f3e6189d)
- use prepared statement for improved security and efficiency (e1a99b07)
- improve validation of input coordinates (dfa4d56b)
- separate coords param into source and target (aca514b5)
- support for new path and point buffer params (a7716d31)
Breaking Changes
- Always return a
GeometryCollection. Empty route will return an emptyGeometryCollectioninstead of aLineString(f3e6189d) - Support for the old
coordsparameter has been dropped. Usesourceandtargetparameters instead (aca514b) - Support for the old
sensitivityparameter has been dropped. Usepath_bufferandpoint_bufferinstead (a7716d3)