From 76975d14d9755fe09cbd601c7de0799d3eb027c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Jul 2026 00:39:34 +0000 Subject: [PATCH] bumped tz to 2026c --- CHANGELOG.md | 1 + scripts/valhalla_build_timezones | 2 +- third_party/tz | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6dd27cd45..d931eaa485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * FIXED: JSON serialization of NaN values [#6147](https://github.com/valhalla/valhalla/pull/6147) * BREAKING: apply `low_class_penalty` only when transitioning from a higher class road in `TruckCost::TransitionCost`(impacts truck routes) [#6143](https://github.com/valhalla/valhalla/pull/6143) * **Enhancement** + * UPDATED: timezone database to 2026c [#34](https://github.com/hove-io/valhalla/pull/34) * UPDATED: timezone database to 2026b [#6074](https://github.com/valhalla/valhalla/pull/6074) * ADDED: Ignore specific access restrictions via the linear features interface [#5942](https://github.com/valhalla/valhalla/pull/5942) * ADDED: lz4 support for OSM PBF files [#6081](https://github.com/valhalla/valhalla/pull/6081) diff --git a/scripts/valhalla_build_timezones b/scripts/valhalla_build_timezones index 433c32070b..2a2765d7ed 100755 --- a/scripts/valhalla_build_timezones +++ b/scripts/valhalla_build_timezones @@ -21,7 +21,7 @@ fi rm -rf dist rm -f ./timezones-with-oceans-1970.shapefile.zip -url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2026b/timezones-with-oceans-1970.shapefile.zip" +url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2026c/timezones-with-oceans-1970.shapefile.zip" echo "downloading timezone polygon file." 1>&2 curl -L -s -o ./timezones-with-oceans-1970.shapefile.zip ${url} || error_exit "curl failed for ${url}" diff --git a/third_party/tz b/third_party/tz index 48c25a1ba8..71f28b9ab3 160000 --- a/third_party/tz +++ b/third_party/tz @@ -1 +1 @@ -Subproject commit 48c25a1ba86cb602990c0573aba7795417931bb4 +Subproject commit 71f28b9ab3b67c0f9466803f6151812d4fc8e357