Skip to content

Commit

Permalink
Merge pull request #50 from openaddresses/tippecanoe
Browse files Browse the repository at this point in the history
Update TippeCanoe
  • Loading branch information
ingalls authored Sep 5, 2023
2 parents a719631 + 426fae9 commit e17154d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit e17154d

Please sign in to comment.