This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tippecanoe
Watch
1
Star
0
Fork
0
You've already forked tippecanoe
mirror of
https://github.com/mapbox/tippecanoe.git
synced
2025-03-15 08:41:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
tippecanoe
/
version.hpp
7 lines
89 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Clean up #includes and add fields for counting attributes
2017-07-14 16:56:23 -07:00
#
ifndef VERSION_HPP
#
define VERSION_HPP
Allow filtering features by zoom level in conditional expressions 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.
2018-04-05 13:42:54 -07:00
#
define VERSION "tippecanoe v1.27.13\n"
Clean up #includes and add fields for counting attributes
2017-07-14 16:56:23 -07:00
#
endif
Reference in New Issue
Copy Permalink