- Prettify output to prevent
[Object]
from printing in your shell #15
- Optimize protozero usage by replacing
protozero::pbf_reader
withprotozero::data_view
, which provides pointers to the keys instead.
- Add
keys
value to the response for each layer.keys
in array of strings that represent all the existing keys in the properties of the features of the vector tile.
- Update protozero dependency and
require
instead of pointing to the header files. #11
- use error from Protozero within try/catch
- add
layer.features
count of all features
- Update CLI error messages
- Begin building binaries on TravisCI
- First