Skip to content

Qwant/kartotherian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kartotherian

Kartotherian is a map tile service originally built for the Wikimedia projects. Its primary components include:

  • Kartotherian (readme): a map tile server tying together various open source modules from the TileLive ecosystem, thereby providing for serving tiles from a variety of sources.
  • Tilerator (readme): a job scheduler used to schedule asynchronous map tile generation jobs, offering both a command-line and a GUI interface.

This is a monorepo containing (in the packages/ subdirectory) the various modules developed as part of the Kartotherian project and used in Kartotherian and Tilerator. Dependencies between packages are managed by using file: specifiers in "package.json" files. To install the dependencies for all modules, run npm install from the project root.

The Kartotherian and Tilerator services can then be started accoring to the instructions provided in their individual READMEs.

IMPORTANT: Installing and running the Kartotherian services requires Node 14.

Packages

No packages published

Languages

  • JavaScript 94.2%
  • HTML 3.1%
  • Batchfile 1.2%
  • Ruby 0.6%
  • Smalltalk 0.5%
  • Dockerfile 0.3%
  • CSS 0.1%