mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

I'm not a c++ programmer,how can i use it in command line? #211

Closed wandergis closed 8 years ago

wandergis commented 8 years ago

I'm very interesting with vector-tile,but i'm not a c++ programmer,so i don't know how to use it make vector tile even I hava run make command, and got these files as it below. image How can i use it to build vector tile? Does there is some arcticles or blogs tell how to do with it?

Thanks very much.

flippmoke commented 8 years ago

I would suggest you use node-mapnik to make vector tiles, as it will be a much easier interface. If you are not wanting to write C++ code this library is not the one you should use. You might look into tippecanoe or tilelive as well.

wandergis commented 8 years ago

Thanks a lot!I will try your suggestion.