mapbox / geobuf

A compact binary encoding for geographic data.
ISC License
967 stars 84 forks source link

C++ Integration #100

Closed psilva98 closed 4 years ago

psilva98 commented 6 years ago

Any plans on moving this to a C++ integration?

Wonderful tool, would be great to use on external data download, but in JS isn't happening.

mourner commented 4 years ago

I recall there's a Geobuf plugin for Mapnik written in C++, might be useful in this context — https://github.com/mapnik/mapnik/tree/master/plugins/input/geobuf

district10 commented 2 years ago

I'm not aware of the mapnik geobuf plugin, here's my implementation: https://github.com/district10/geobuf-cpp

Hope this helpful for someone.