Skip to content

Get vector tile total features in different way detailed info which tile is exceeding its size.

Notifications You must be signed in to change notification settings

satya-auti/get-vector-tile-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get vector tile info

Get vector tile total features count in different ways and detailed info on which tile is exceeding its size.

Installation

Clone this repository and run npm install.
npm install

Usage

Examining a vector tile to determine whether it complies with Mapbox's suggested maximum tile size of 500 KB and average tile size of 50 KB.

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.

Output files

image image

image image


How to run

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

About

Get vector tile total features in different way detailed info which tile is exceeding its size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published