-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transitRouting: Move TransitRoutingService to the backend
fixes #770 The `TransitRoutingService` class is moved to the backend and instead of using the socket/fetch routes, it wraps the calls to the trRouting backend to return the results. The current implementation using socket or fetch route is not required anymore, the direct socket routes for trRouting's route and accessibility map functions are not required anymore and have been removed. Remove the `TransitRoutingServiceManager` class, which is not necessary anymore.
- Loading branch information
Showing
14 changed files
with
479 additions
and
692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.