-
Notifications
You must be signed in to change notification settings - Fork 5
create_style_xml
Steffen Exler edited this page Aug 5, 2020
·
1 revision
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
.