0

the position anchor tag now uses rendermode name, not label

This commit is contained in:
Aaron Griffith
2011-10-26 17:08:35 -04:00
parent a8d5fd829e
commit 4fb0dac3fd
3 changed files with 39 additions and 11 deletions

View File

@@ -139,6 +139,7 @@ class MapGen(object):
# create generated map type data, from given quadtrees
maptypedata = map(lambda q: {'label' : get_render_mode_label(q.rendermode),
'shortname' : q.rendermode,
'path' : q.tiledir,
'bg_color': self.bg_color,
'overlay' : 'overlay' in get_render_mode_inheritance(q.rendermode),