#cartography #gis #osm #server

earthwyrm

Vector tile map server for openstreetmap data

6 releases

0.4.3 Aug 29, 2021
0.4.2 Oct 7, 2020
0.4.1 Sep 29, 2020
0.2.0 Mar 6, 2019
0.1.0 Mar 2, 2019

#74 in Geospatial

23 downloads per month

MIT/Apache

32KB
835 lines

EarthWyrm Logo

EarthWyrm is a Rust library for generating vector tiles in MVT format. It can serve OpenStreetMap or other GIS data.

Database tables

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.

Dependencies

~11MB
~226K SLoC