Serialize FontSet instead of font_set as that is what the loader expects
This commit is contained in:
parent
c950e38a46
commit
1af24f1eb8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue