Skip to content

Commit

Permalink
Bump tz to 2024a (#4643)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nils <nilsnolde@proton.me>
  • Loading branch information
3 people committed Mar 22, 2024
1 parent 181eed9 commit dff7005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -102,6 +102,7 @@
* ADDED: isochrone proper polygon support & pbf output for isochrone [#4575](https://github.com/valhalla/valhalla/pull/4575)
* ADDED: return isotile grid as geotiff [#4594](https://github.com/valhalla/valhalla/pull/4594)
* ADDED: `ignore_non_vehicular_restrictions` parameter for truck costing [#4606](https://github.com/valhalla/valhalla/pull/4606)
* UPDATED: tz database to 2024a [#4643](https://github.com/valhalla/valhalla/pull/4643)

## Release Date: 2023-05-11 Valhalla 3.4.0
* **Removed**
Expand Down
2 changes: 1 addition & 1 deletion scripts/valhalla_build_timezones
Expand Up @@ -21,7 +21,7 @@ fi
rm -rf dist
rm -f ./timezones-with-oceans.shapefile.zip

url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2023d/timezones-with-oceans.shapefile.zip"
url="https://github.com/evansiroky/timezone-boundary-builder/releases/download/2024a/timezones-with-oceans.shapefile.zip"

echo "downloading timezone polygon file." 1>&2
curl -L -s -o ./timezones-with-oceans.shapefile.zip ${url} || error_exit "curl failed for ${url}"
Expand Down
2 changes: 1 addition & 1 deletion third_party/tz
Submodule tz updated 27 files
+42 −11 Makefile
+68 −0 NEWS
+6 −2 africa
+109 −65 asia
+9 −5 australasia
+1 −1 checknow.awk
+1 −1 etcetera
+27 −2 europe
+119 −254 leap-seconds.list
+4 −7 leapseconds.awk
+18 −13 localtime.c
+150 −2 newstrftime.3
+99 −65 newtzset.3
+19 −10 northamerica
+28 −2 private.h
+4 −1 southamerica
+4 −3 strftime.c
+21 −16 theory.html
+181 −231 tz-art.html
+41 −56 tz-link.html
+15 −13 tzfile.5
+3 −3 tzfile.h
+28 −15 tzselect.ksh
+7 −16 zic.8
+19 −52 zic.c
+65 −33 zishrink.awk
+3 −1 zonenow.tab

0 comments on commit dff7005

Please sign in to comment.