diff --git a/CHANGELOG.md b/CHANGELOG.md index caa7288..a6d1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.26.2 + +* Make sure to encode tile-joined integers as ints, not doubles + ## 1.26.1 * Add tile-join option to rename layers diff --git a/tile-join.cpp b/tile-join.cpp index d9bc848..65100b8 100644 --- a/tile-join.cpp +++ b/tile-join.cpp @@ -240,6 +240,9 @@ void handle(std::string message, int z, unsigned x, unsigned y, std::map>(joinkey, std::pair(outval, tas))); key_order.push_back(joinkey); } diff --git a/version.hpp b/version.hpp index 23bbbbf..1084bd7 100644 --- a/version.hpp +++ b/version.hpp @@ -1,6 +1,6 @@ #ifndef VERSION_HPP #define VERSION_HPP -#define VERSION "tippecanoe v1.26.1\n" +#define VERSION "tippecanoe v1.26.2\n" #endif