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-02-08 12:00:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
tippecanoe
/
version.hpp
7 lines
88 B
C++
Raw
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
Fix layer list in tilestats when filtering and tile-joining. (The feature count when filtering will be the sum of features across tiles instead of filters from the original input, since the filter reader doesn't know what the original input feature set was.)
2017-08-08 16:32:48 -07:00
#
define VERSION "tippecanoe v1.22.0\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