Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

v2.0.0

Choose a tag to compare

@Starefossen Starefossen released this 17 Jun 07:05

<a name"2.0.0">

2.0.0 (2016-06-17)

Features

  • routing:
    • support for multiple shortest paths (a02db1bd)
    • add support for ?bbox bounding 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 empty GeometryCollection instead of a LineString (f3e6189d)
  • Support for the old coords parameter has been dropped. Use source and target parameters instead (aca514b)
  • Support for the old sensitivity parameter has been dropped. Use path_buffer and point_buffer instead (a7716d3)