-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve bounding boxes used by railviz (#603)
* Extend bounding boxes to contain trip shpaes * WIP: Use precalculated bounding boxes per segment * WIP: Fix bounding boxes * WIP: Store bounding boxes to disk * WIP: Remove not needed pointer * Replace not merged function * Reduce storage usage for trivial bounding boxes * Update dependencies * Cleanup code * Add comments for internal structure * Remove fixed 'geo' dependency * Move implementation into 'nigiri' * Use optionals to remove duplicated code * Remove unused code * Update nigiri dependency * Fix dangeling pointer * Update nigiri dependency * Remove unused includes * Simplify fallback for loading bounding boxes * Fix missing const * Update src/railviz.cc --------- Co-authored-by: Felix Gündling <[email protected]>
- Loading branch information
1 parent
995f056
commit 24e51f6
Showing
5 changed files
with
40 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[nigiri] | ||
[email protected]:motis-project/nigiri.git | ||
branch=master | ||
commit=fe8663ead336cb0bb98b0d6a9a9ff7032985781b | ||
commit=11b8d96f7c62b7f58c45b343ba8436e332d21a72 | ||
[cista] | ||
[email protected]:felixguendling/cista.git | ||
branch=master | ||
|
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