earthwyrm

Crates.ioearthwyrm
lib.rsearthwyrm
version0.8.1
sourcesrc
created_at2019-03-02 02:03:20.537433
updated_at2024-06-06 13:16:36.090696
descriptionVector tile map server for openstreetmap data
homepage
repositoryhttps://github.com/DougLau/earthwyrm/earthwyrm
max_upload_size
id118076
size67,459
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: 175

cargo fmt