-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify road model by removing Edge entity (#45)
* Convert route to connection ids if the database originates from a Network file Signed-off-by: Karl Schrab <[email protected]> * First draft removing Edge from road model. Signed-off-by: Karl Schrab <[email protected]> * applied road model changes to integration tests Signed-off-by: Karl Schrab <[email protected]> * fixed error in RouteManagerTest due to merge Signed-off-by: Karl Schrab <[email protected]> * Edge class is only used for map-matching purposes Signed-off-by: Karl Schrab <[email protected]> * removed id field from Edge Signed-off-by: Karl Schrab <[email protected]> * fixed integration tests Signed-off-by: Karl Schrab <[email protected]> * fixed name of getter in output_config.xml Signed-off-by: Karl Schrab <[email protected]> * removed legacy code for old network files Signed-off-by: Karl Schrab <[email protected]> * re-exported netfile fixed initial depart position Signed-off-by: Karl Schrab <[email protected]> * Allow transformation to UTM with a target zone this allows batch transformation of geographic points which are spread across multiple UTM zones (e.g. neighboring zones) Signed-off-by: Karl Schrab <[email protected]> * use global option instead of additional method Signed-off-by: Karl Schrab <[email protected]> * Applied road model change on RoadPositionFactory and LazyLoadingRoadPosition Signed-off-by: Karl Schrab <[email protected]> * Removed "StartNodeId" from RoutingPosition as it is not needed anymore Signed-off-by: Karl Schrab <[email protected]> * fixed comment and renamed getter to match conventions Signed-off-by: Karl Schrab <[email protected]> * resolved findbugs warnings Signed-off-by: Karl Schrab <[email protected]> * resolved FIXMEs in code Signed-off-by: Karl Schrab <[email protected]> * do not add connection if already existing 🤞 Signed-off-by: Karl Schrab <[email protected]> * Cleanup and minor renamings Signed-off-by: Karl Schrab <[email protected]> * clean code Signed-off-by: Karl Schrab <[email protected]>
- Loading branch information
Showing
93 changed files
with
74,310 additions
and
154,803 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
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.