more demo/utilities working with mapnik2

This commit is contained in:
Dane Springmeyer 2010-05-07 19:46:05 +00:00
parent 38e1570b8b
commit 25c936c1e6
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ headers = env['CPPPATH']
boost_thread = 'boost_thread%s' % env['BOOST_APPEND']
boost_regex = 'boost_regex%s' % env['BOOST_APPEND']
libraries = [boost_thread,'mapnik']
libraries = [boost_thread,'mapnik2']
if '-DHAVE_CAIRO' in env['CXXFLAGS']:
# add cairo and cairomm-1.0 to libs

View file

@ -37,7 +37,7 @@ headers = ['#plugins/input/ogr'] + env['CPPPATH']
boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND']
boost_iostreams = 'boost_iostreams%s' % env['BOOST_APPEND']
boost_filesystem = 'boost_filesystem%s' % env['BOOST_APPEND']
libraries = [boost_program_options,boost_iostreams,boost_filesystem,env['PLUGINS']['ogr']['lib'],'mapnik']
libraries = [boost_program_options,boost_iostreams,boost_filesystem,env['PLUGINS']['ogr']['lib'],'mapnik2']
boost_system = 'boost_system%s' % env['BOOST_APPEND']

View file

@ -17,8 +17,8 @@ def fixup_pointsym(sym):
sym.attrib.pop('width')
if sym.attrib.get('height'):
sym.attrib.pop('height')
#if sym.attrib.get('type'):
# sym.attrib.pop('type')
if sym.attrib.get('type'):
sym.attrib.pop('type')
def fixup_sym_attributes(sym):
if not hasattr(sym,'CssParameter'):