earthwyrm

Crates.ioearthwyrm
lib.rsearthwyrm
version0.10.1
created_at2019-03-02 02:03:20.537433+00
updated_at2025-03-23 00:38:22.189388+00
descriptionVector tile map server for openstreetmap data
homepage
repositoryhttps://github.com/DougLau/earthwyrm/earthwyrm
max_upload_size
id118076
size75,853
Douglas Lau (DougLau)

documentation

https://docs.rs/earthwyrm

README

EarthWyrm is a Rust library for generating vector tiles in MVT format. It can serve OpenStreetMap or other GIS data.

Links

Layers

GIS data is stored as R-Trees in a rosewood file for each layer. They contain point, linestring or polygon features, with associated tags. The geometry uses Web Mercator projection (EPSG:3857).

Commit count: 0

cargo fmt