Skip to content

create_style_xml

Steffen Exler edited this page Aug 5, 2020 · 1 revision

Create Mapnik Style XML

Convert the project.mml from openstreetmap-carto into a mapnik configuration XML.

This is useful when openstreetmap-carto is updated and it should implemented into the MapnikTileServer.

To execute the command, use:

$ docker-compose -f local.yml run --rm django python manage.py create_sytle_xml

This command will create a new mapnik sytle.xml with carto. Only useful when debugging project.mml.

Clone this wiki locally