12 releases (6 breaking)
0.8.1 | Jun 6, 2024 |
---|---|
0.7.0 | May 8, 2024 |
0.6.1 | Mar 4, 2024 |
0.4.3 | Aug 29, 2021 |
0.2.0 | Mar 6, 2019 |
#57 in Geospatial
Used in earthwyrm-bin
45KB
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
~4MB
~86K SLoC