https://github.com/mapbox/tippecanoe
Raw File
Tip revision: c1590ef6a1296da6723ab3c8287ab80f1217e8f1 authored by Eric Fischer on 27 April 2018, 15:33:31 UTC
Make sure features with the same clipid also have matching attributes
Tip revision: c1590ef
version.hpp
#ifndef VERSION_HPP
#define VERSION_HPP

#define VERSION "tippecanoe v1.27.14\n"

#endif
back to top