From 426fae9f2e91c19656d39cf3e290c260a6dccae6 Mon Sep 17 00:00:00 2001 From: ingalls Date: Tue, 5 Sep 2023 15:40:03 +0100 Subject: [PATCH] Update TippeCanoe --- CHANGELOG | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 59ee0dac..fda6914a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2023-09-05 v8.2.4 +- Update TippeCanoe to latest version + 2023-09-02 v8.2.3 - Fix properties in geojson-ld features in https://github.com/openaddresses/batch-machine/pull/49 - Remove extra whitespace in geojson-ld output in https://github.com/openaddresses/batch-machine/pull/48 diff --git a/Dockerfile b/Dockerfile index 70c83585..5a67f128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk add nodejs yarn git python3 python3-dev py3-pip \ py3-cairo file # Download and install Tippecanoe -RUN git clone -b 2.26.1 https://github.com/felt/tippecanoe.git /tmp/tippecanoe && \ +RUN git clone -b 2.31.0 https://github.com/felt/tippecanoe.git /tmp/tippecanoe && \ cd /tmp/tippecanoe && \ make && \ PREFIX=/usr/local make install && \