Get vector tile total features count in different ways and detailed info on which tile is exceeding its size.
Clone this repository and run npm install.npm install
Also user can get the total features per zoom level, layer-wise total features, the total no of features per tile, get the min and max size of tiles per zoom level.
node src/total-features-per-tile.js
node src/get-layer-feature-count-per-zoom.js
node src/get-tiles-min-max-size-zoom-wise.js
node src/get-layer-wise-total-feature-count.js