alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <boost/filesystem/path.hpp>
#include <boost/unordered_map.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/type_traits/is_same.hpp>
#include <unordered_set>
#include "../../extras/eaglexml/eaglexml.hpp"
#include "../../extras/eaglexml/eaglexml_iterators.hpp"
#include "importer/importer.hpp"
#include "general/configuration.hpp"
#include "general/geodata.hpp"
#include "general/geo_object.hpp"
#include "general/node.hpp"
#include "general/way.hpp"
#include "general/relation.hpp"
Go to the source code of this file.
Classes | |
class | Importer::OsmXmlParser |
Parser for osm-xml-data. More... | |
Typedefs | |
using | nl = std::numeric_limits< double > |
using nl = std::numeric_limits<double> |
Definition at line 44 of file importer.cpp.