Hacker News new | ask | show | jobs
by emw 3930 days ago
Yes. From https://www.mediawiki.org/wiki/Maps#Production_maps_cluster:

The implementation [1] has various components including:

* Kartotherian [2]: a server capable of providing map tiles in vector (pbf) or raster (png) formats, as well as static map snapshots of any size for a given location.

* Tilerator [3]: a distributed backend tile generation service with a jobque

* A flexible sources [4] system to set up the needed storage and processing pipeline

1. https://www.mediawiki.org/wiki/Maps/Tile_server_implementati...

2. https://github.com/kartotherian/kartotherian/

3. https://github.com/kartotherian/tilerator/

4. https://github.com/kartotherian/kartotherian-core/