Serialize FontSet instead of font_set as that is what the loader expects

This commit is contained in:
Dane Springmeyer 2010-02-01 21:31:14 +00:00
parent c950e38a46
commit 1af24f1eb8

View file

@ -433,7 +433,7 @@ namespace mapnik
const std::string & name = fontset_it->first;
ptree & fontset_node = map_node.push_back(
ptree::value_type("font_set", ptree()))->second;
ptree::value_type("FontSet", ptree()))->second;
set_attr(fontset_node, "name", name);