Vector Tiles User Guide¶
Welcome to the Tileverse Vector Tiles User Guide.
Overview¶
This guide covers encoding and decoding Mapbox Vector Tiles (MVT) in Java.
Prerequisites¶
- Java 17 or newer
- Basic understanding of vector tiles and tiled mapping
Installation¶
Topics¶
- Quick Start: Get started quickly
- Encoding Tiles: Create MVT tiles
- Decoding Tiles: Read MVT tiles
Next Steps¶
Start with the Quick Start guide.