Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqqmut/docker-cartocss
https://github.com/iqqmut/docker-cartocss
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqqmut/docker-cartocss
- Owner: iqqmuT
- License: mit
- Created: 2021-12-30T12:52:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T10:01:05.000Z (3 months ago)
- Last Synced: 2024-11-10T11:16:58.440Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```