paulmach / orb

Types and utilities for working with 2d geometry in Golang
MIT License
893 stars 104 forks source link

Command line tool: vt2geojson #41

Closed wangyoucao577 closed 4 years ago

wangyoucao577 commented 4 years ago

This is a command line tool to dump Mapbox Vector Tiles to GeoJSON. It's similar with mapbox/vt2geojson, but implemented by Golang and based on this library. I think it's good to have command line tool with library together, easy to use. Please consider whether it's ok for you. Thanks!

invisiblefunnel commented 4 years ago

Would you consider publishing this as a separate library? It is useful on its own and doesn't necessarily need to be part of orb.

wangyoucao577 commented 4 years ago

Would you consider publishing this as a separate library? It is useful on its own and doesn't necessarily need to be part of orb.

OK.