EarthWyrm is a Rust library for generating vector tiles in MVT format. It can serve OpenStreetMap or other GIS data.
GIS data is stored in a PostgreSQL database, using the PostGIS extension. Each table contains one column containing point
, linestring
or polygon
data. The geometry must use Web Mercator (EPSG:3857) projection. The osm2pgsql
tool creates tables in the proper format.
Version | Tag | Published |
---|---|---|
0.4.2 | 2yrs ago | |
0.4.1 | 2yrs ago | |
0.4.0 | 2yrs ago | |
0.2.0 | 3yrs ago |