# mvtview **Repository Path**: mirrors_mapbox/mvtview ## Basic Information - **Project Name**: mvtview - **Description**: View a single Mapbox Vector Tile with mapbox-gl-js locally - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mvtview Visualize a [Mapbox Vector Tile](https://github.com/mapbox/vector-tile-spec) locally. Heavily inspired by [mbview](https://github.com/mapbox/mbview). ### Usage Set `MapboxAccessToken` as an environment variable. ```shell npm install @mapbox/mvtview -g mvtview path/to/tile.mvt # navigate to localhost:3000 ``` ![](https://user-images.githubusercontent.com/1943001/41225020-236f7000-6d6e-11e8-94c8-ffc97575536a.png) ![](https://user-images.githubusercontent.com/1943001/41225021-23f9133c-6d6e-11e8-8634-852e190b9a29.png)