Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 720 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 720 Bytes

rosm_mvt

A Rust library for reading and writing v2.1 Mapbox Vector Tiles.

Writing

The write module contains everything needed to serialize vector tiles. The API is designed so that invalid vector tiles (according to the specification) cannot be created. The only thing not checked currently is that exterior polygon rings enclose interior rings and that interior rings don't intersect each other.

Reading

Vector tile reading is not available yet.

Dependencies

Similar projects