alaCarte Maps
Renderer for OpenStreetMap tiles
opt::importer Namespace Reference

Variables

static const char * path_to_osmdata = "importer.osm-data"
 Option to get the path to osm xml file (type: string) More...
 
static const char * path_to_geodata = "importer.geo-data"
 Option to get the filename to save geodata (type: string) More...
 
static const char * check_xml_entities = "importer.check-xml-entities"
 Check all xml entities. More...
 
static const char * min_lat = "importer.min-lat"
 minimum node latitude to include into imported data More...
 
static const char * min_lon = "importer.min-lon"
 minimum node longitude to include into imported data More...
 
static const char * max_lat = "importer.max-lat"
 maximum node latitude to include into imported data More...
 
static const char * max_lon = "importer.max-lon"
 maximum node longitude to include into imported data More...
 

Variable Documentation

const char* opt::importer::check_xml_entities = "importer.check-xml-entities"
static

Check all xml entities.

Definition at line 53 of file configuration.hpp.

const char* opt::importer::max_lat = "importer.max-lat"
static

maximum node latitude to include into imported data

Definition at line 62 of file configuration.hpp.

const char* opt::importer::max_lon = "importer.max-lon"
static

maximum node longitude to include into imported data

Definition at line 65 of file configuration.hpp.

const char* opt::importer::min_lat = "importer.min-lat"
static

minimum node latitude to include into imported data

Definition at line 56 of file configuration.hpp.

const char* opt::importer::min_lon = "importer.min-lon"
static

minimum node longitude to include into imported data

Definition at line 59 of file configuration.hpp.

const char* opt::importer::path_to_geodata = "importer.geo-data"
static

Option to get the filename to save geodata (type: string)

Definition at line 50 of file configuration.hpp.

const char* opt::importer::path_to_osmdata = "importer.osm-data"
static

Option to get the path to osm xml file (type: string)

Definition at line 47 of file configuration.hpp.