mapnik/utils
Mickey Rose 39202f5ac0 mapnik-config: fix substitution of environment variables
Simply calling str(val) doesn't work, because if the value happens to
be a SCons.Util.CLVar, it may contain not just plain strings, but also
tuples appended by SCons.Environment.ParseFlags.

For example "-isysroot /foo" becomes CLVar: [("-isysroot", "/foo")]

CLVar.__str__ supports only string elements, nothing else.
2020-01-30 15:15:14 +01:00
..
epydoc_config embed version in the epydoc output 2012-04-09 13:54:33 -07:00
format_source_files + add deps/agg directory 2013-03-01 11:08:58 -05:00
geometry_to_wkb update copyright year 2017-05-05 13:02:01 +02:00
mapnik-config mapnik-config: fix substitution of environment variables 2020-01-30 15:15:14 +01:00
mapnik-index Replace MAPNIK_INIT_PRIORITY workaround 2019-07-02 01:04:31 +03:00
mapnik-render Add command line options for map size to mapnik-render. 2019-05-05 12:02:47 -04:00
ogrindex update copyright year 2017-05-05 13:02:01 +02:00
pgsql2sqlite postgres: add connect param "application_name" 2018-09-07 11:07:33 +02:00
shapefile 2to3 last remnants of Python 2 syntax 2019-12-31 12:39:57 +01:00
shapeindex Handle unicode file path on windows 2018-01-20 22:24:05 +01:00
src_utils update copyright year 2017-05-05 13:02:01 +02:00
svg2png use std::round (ref:https://en.cppreference.com/w/cpp/numeric/math/round) 2020-01-23 15:48:16 +00:00