Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create standalone C++ lib for gzip compression #10

Closed
5 tasks
springmeyer opened this issue Oct 17, 2016 · 3 comments
Closed
5 tasks

Create standalone C++ lib for gzip compression #10

springmeyer opened this issue Oct 17, 2016 · 3 comments

Comments

@springmeyer
Copy link
Contributor

springmeyer commented Oct 17, 2016

The zlib/gzip compression headers of mapnik-vt, if extracted, would be useful a number of places immediately:

  • To immediately start sharing code between mapnik-vt/node-mapnik and tippecanoe (also the shaver and china-cutout)
  • To be available to other libraries like https://github.com/mapbox/vector-tile

TODO:

Sources to pull from include: https://github.com/mapbox/mapnik-vector-tile/blob/master/src/vector_tile_compression.hpp and https://github.com/mapbox/mapnik-vector-tile/blob/master/src/vector_tile_compression.ipp. (NOTE: The ipp file is == to _impl.hpp)

Extras ideas:

/cc @GretaCB @mapsam

@mapsam
Copy link
Contributor

mapsam commented Feb 9, 2018

This is moving over at https://github.com/mapbox/gzip-hpp

@springmeyer
Copy link
Contributor Author

👍 thanks @mapsam - will close this now.

@springmeyer
Copy link
Contributor Author

Tracking first release of gzip-hpp at https://github.com/mapbox/gzip-hpp/milestone/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants