Skip to content

amigocloud/vector-tile

 
 

Repository files navigation

Vector Tile Library

C++14 library for decoding Mapbox Vector Tiles.

It was updated with xabbu42 pull request 56 to handle getValue does not handle layer with key duplicates issue.

Build Status

Depends

Building

Call

git submodule init
git submodule update

to install test fixtures from an external git repository.

To install all dependencies and build the tests in this repo do:

make test

To bundle the demo program do:

make demo

This copies all the includes into the demo/include folder such that the demo can be build like:

make -C demo/

Or also like:

cd demo
make

Who is using vector-tile?

These are the applications targeted to upgrade to this library:

About

C++14 library for decoding Mapbox Vector Tiles

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%