15 releases (8 breaking)
Uses new Rust 2024
0.10.1 | Mar 23, 2025 |
---|---|
0.9.0 | Mar 2, 2025 |
0.8.1 | Jun 6, 2024 |
0.6.1 | Mar 4, 2024 |
0.2.0 | Mar 6, 2019 |
#79 in Geospatial
296 downloads per month
Used in earthwyrm-bin
46KB
1K
SLoC
EarthWyrm is a Rust library for generating vector tiles in MVT format. It can serve OpenStreetMap or other GIS data.
Links
- earthwyrm-bin map server
- Library documentation
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).
Dependencies
~3.5–6MB
~108K SLoC