#include <mapnik/save_map.hpp>
#include <mapnik/ptree_helpers.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/tokenizer.hpp>
#include <boost/optional.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <iostream>
Namespaces | |
namespace | mapnik |
Classes | |
class | mapnik::serialize_symbolizer |
Functions | |
std::string | mapnik::guess_type (const std::string &filename) |
void | mapnik::serialize_rule (ptree &style_node, const rule_type &rule) |
void | mapnik::serialize_style (ptree &map_node, Map::const_style_iterator style_it) |
void | mapnik::serialize_datasource (ptree &layer_node, datasource_ptr datasource) |
void | mapnik::serialize_layer (ptree &map_node, const Layer &layer) |
void | mapnik::save_map (Map const &map, std::string const &filename) |