Skip to content

Commit

Permalink
increase trains limit to support big cities like Paris/London/..
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Dec 10, 2024
1 parent a2eb8ec commit 7894e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/railviz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

namespace n = nigiri;

constexpr auto const kLimit = 4096U;
constexpr auto const kLimit = 12'000U;

using static_rtree = cista::raw::rtree<n::route_idx_t>;
using rt_rtree = cista::raw::rtree<n::rt_transport_idx_t>;
Expand Down

0 comments on commit 7894e98

Please sign in to comment.