ibesora / vt-optimizer

A small NodeJS cli tool to inspect and optimize Mapbox Vector Tiles files
MIT License
66 stars 12 forks source link

Try using vtshaver #4

Open springmeyer opened 5 years ago

springmeyer commented 5 years ago

👋 @ibesora - this is a neat project. I noticed it has a feature that attempts to optimize tiles based on what is in the style. This is also done by https://github.com/mapbox/vtshaver. You might be interested to try integrating https://github.com/mapbox/vtshaver to see if it works better. Also, perhaps you have found ways to filter data that the https://github.com/mapbox/vtshaver does not, so https://github.com/mapbox/vtshaver could be improved too.

ibesora commented 5 years ago

Hey @springmeyer I don't know how why I missed your comment. Will try the vtshaver project, didn't know about it. I have an idea about how to filter the data but haven't got time to try it. If it works I will try to integrate it with vtshaver. Thanks for the info!