Crates.io | earthwyrm |
lib.rs | earthwyrm |
version | 0.8.1 |
source | src |
created_at | 2019-03-02 02:03:20.537433 |
updated_at | 2024-06-06 13:16:36.090696 |
description | Vector tile map server for openstreetmap data |
homepage | |
repository | https://github.com/DougLau/earthwyrm/earthwyrm |
max_upload_size | |
id | 118076 |
size | 67,459 |
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).