Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqqmut/docker-cartocss


https://github.com/iqqmut/docker-cartocss

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Image for DockerCSS

Dockerfile for running [CartoCSS](https://github.com/mapbox/carto).

* [CartoCSS](https://github.com/mapbox/carto) 1.2.0
* [OpenStreetMap Carto](https://github.com/gravitystorm/openstreetmap-carto) 5.9.0

## Running

To create `mapnik.xml` file for Mapnik:

```shell
$ sudo docker run iqqmut/cartocss > mapnik.xml
```

You can also provide arguments:

```shell
$ sudo docker run iqqmut/cartocss carto --api 3.0.22 project.mml > mapnik.xml
```