From 8b40c550e3adcfc4c4ccb86e894c5a752bcbba47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20G=C3=BCndling?= Date: Tue, 8 Oct 2024 18:00:26 +0200 Subject: [PATCH] update tiles --- .pkg | 2 +- include/osr/ways.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pkg b/.pkg index c7b19e9..5d533db 100644 --- a/.pkg +++ b/.pkg @@ -37,7 +37,7 @@ [tiles] url=git@github.com:motis-project/tiles.git branch=master - commit=ef9dbbb09353ce5064c5f6ffe605efa7e19e24d7 + commit=d513c4c5ab60abd339252eb95a3b1dc675648d8a [mimalloc] url=git@github.com:motis-project/mimalloc.git branch=master diff --git a/include/osr/ways.h b/include/osr/ways.h index 7f20368..36bdd28 100644 --- a/include/osr/ways.h +++ b/include/osr/ways.h @@ -32,8 +32,6 @@ namespace osr { -constexpr auto const kBinaryVersion = 2U; - struct resolved_restriction { enum class type { kNo, kOnly } type_; way_idx_t from_, to_;