Skip to content

Commit

Permalink
Added the /directions endpoint for the routing service
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rousell authored Jan 22, 2019
1 parent efa7134 commit eb3486b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated rural speed limit in France to be 80km/h (Issue #355)
- Modified smoothing and buffer distances for small isochrones, aswell as other fixes for smaller isochrones (Issue #382)
- Updated pom to use correct opengeo repo and reordered so this is the last in the list, and use latest ORS-Graphhopper library (Issue #398)
- Added /directions as an endpoint for routing (Issue #384)
### Deprecated

## [4.7.2] - 2018-12-10
Expand Down
1 change: 1 addition & 0 deletions openrouteservice/WebContent/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<servlet-mapping>
<servlet-name>routing</servlet-name>
<url-pattern>/routes</url-pattern>
<url-pattern>/directions</url-pattern>
</servlet-mapping>

<!-- GEOCODING SERVICE -->
Expand Down

0 comments on commit eb3486b

Please sign in to comment.