Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 708 Bytes

index.rst

File metadata and controls

19 lines (15 loc) · 708 Bytes

CartoCSS

CartoCSS (short: Carto) is a language for map design. It is similar in syntax to CSS, but builds upon it with specific abilities to filter map data and by providing things like variables. It targets the Mapnik renderer and is able to generate Mapnik XML or a JSON variant of Mapnik XML. It can run from the command line or in the browser by using a bundler like Browserify.

Carto is an evolution of the Cascadenik idea and language, with an emphasis on speed and flexibility.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   installation_usage
   language_elements
   styling_concepts
   mml
   mapnik_api