mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
- move template text from build.py into mapnik-config.template.sh, so that the resulting script is simply that template file after substitutions, instead of concatenation of two parts - substitute using re.sub matching particular variables, instead of format % dict; this allows putting default values in the template