Crates.io | earthwyrm |
lib.rs | earthwyrm |
version | 0.10.1 |
created_at | 2019-03-02 02:03:20.537433+00 |
updated_at | 2025-03-23 00:38:22.189388+00 |
description | Vector tile map server for openstreetmap data |
homepage | |
repository | https://github.com/DougLau/earthwyrm/earthwyrm |
max_upload_size | |
id | 118076 |
size | 75,853 |
EarthWyrm is a Rust library for generating vector tiles in MVT format. It can serve OpenStreetMap or other GIS data.
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).