https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e6fb32042966233c7f57f0d85c20ee16d1b4313d authored by Eric Fischer on 14 August 2018, 23:04:17 UTC
Treat compound tagging like any other tagging. Add postfilter test.
Tip revision: e6fb320
version.hpp
#ifndef VERSION_HPP
#define VERSION_HPP

#define VERSION "v1.31.2"

#endif
back to top