Skip to content

A Rust library for reading and writing Mapbox Vector Tiles

License

Notifications You must be signed in to change notification settings

rosm-project/rosm_mvt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages