alaCarte Maps
Renderer for OpenStreetMap tiles
|
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... | |
|
static |
Check all xml entities.
Definition at line 53 of file configuration.hpp.
|
static |
maximum node latitude to include into imported data
Definition at line 62 of file configuration.hpp.
|
static |
maximum node longitude to include into imported data
Definition at line 65 of file configuration.hpp.
|
static |
minimum node latitude to include into imported data
Definition at line 56 of file configuration.hpp.
|
static |
minimum node longitude to include into imported data
Definition at line 59 of file configuration.hpp.
|
static |
Option to get the filename to save geodata (type: string)
Definition at line 50 of file configuration.hpp.
|
static |
Option to get the path to osm xml file (type: string)
Definition at line 47 of file configuration.hpp.