alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <importer.hpp>
Classes | |
class | OsmXmlParser |
Parser for osm-xml-data. More... | |
Public Member Functions | |
Importer (const shared_ptr< Configuration > &config) | |
Initializes the importer. More... | |
TESTABLE shared_ptr< Geodata > | importXML () |
Parses an osm xml file specified in configuration containing osm data. More... | |
Private Attributes | |
shared_ptr< Configuration > | config |
Definition at line 30 of file importer.hpp.
Importer::Importer | ( | const shared_ptr< Configuration > & | config | ) |
Initializes the importer.
config | Configuration used by the importer |
Definition at line 538 of file importer.cpp.
shared_ptr< Geodata > Importer::importXML | ( | ) |
Parses an osm xml file specified in configuration containing osm data.
Definition at line 548 of file importer.cpp.
|
private |
Definition at line 41 of file importer.hpp.