mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-13 15:56:36 +00:00
This moves filtering from the serialization stage to the tiling stage so that the zoom level can be known to the filter. The side effect is to carry null attributes much further through the pipeline than previously.
7 lines
89 B
C++
7 lines
89 B
C++
#ifndef VERSION_HPP
|
|
#define VERSION_HPP
|
|
|
|
#define VERSION "tippecanoe v1.27.13\n"
|
|
|
|
#endif
|