Skip to content

Commit

Permalink
Change file name for shape point indices (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner authored Nov 13, 2024
1 parent 11b8d96 commit a8e1f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes_storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shapes_storage::shapes_storage(std::filesystem::path path,
data_{mm_paged_vecvec_helper<shape_idx_t, geo::latlng>::data_t{
mm_vec<geo::latlng>{mm("shapes_data.bin")}},
mm_vec<cista::page<std::uint64_t, std::uint32_t>>{
mm("platform_ref_index.bin")}},
mm("shapes_idx.bin")}},
offsets_{mm_vec<shape_offset_t>{mm("shape_offsets_data.bin")},
mm_vec<std::uint64_t>{mm("shape_offsets_idx.bin")}},
trip_offset_indices_{mm("shape_trip_offsets.bin")},
Expand Down

0 comments on commit a8e1f68

Please sign in to comment.