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

Variables

static const char * path_to_geodata = "server.geo-data"
 Filepath where the geodata is located (type: string) More...
 
static const char * access_log = "server.access-log"
 Filepath to the access log (type: string) More...
 
static const char * num_threads = "server.num-threads"
 Option to get number of worker threads (type: int) More...
 
static const char * style_source = "server.style-src"
 Path to be observed for stylesheets (type: string) More...
 
static const char * server_address = "server.address"
 Address of the server (type: string) More...
 
static const char * server_port = "server.port"
 Port the server should listen at (type: int) More...
 
static const char * max_queue_size = "server.max-queue"
 Maximum size for the queue (type: int) More...
 
static const char * path_to_default_style = "server.default-style"
 Path to the default stylesheet (type: string) More...
 
static const char * path_to_default_tile = "server.default-tile"
 Path to the default tile (type: string) More...
 
static const char * cache_size = "server.cache-size"
 Option to get the cache size (type: int) More...
 
static const char * cache_keep_tile = "server.cache-keep-tile"
 Option to get the zoomlevel until tiles are kept on harddrive (type: int) More...
 
static const char * cache_path = "server.cache-path"
 Option to get the cache path (type: string) More...
 
static const char * parse_timeout = "server.parse-timeout"
 Option to get the timeout for stylesheet-parsing (type: int) More...
 
static const char * prerender_level = "server.prerender-level"
 Option to get the timeout for request-processing (type: int) More...
 
static const char * log_mute_component = "server.log-mute-component"
 Option to get the muted Components. More...
 
static const char * performance_log = "server.performance-log"
 Filepath to the performance log (type: string) More...
 

Variable Documentation

const char* opt::server::access_log = "server.access-log"
static

Filepath to the access log (type: string)

Definition at line 75 of file configuration.hpp.

const char* opt::server::cache_keep_tile = "server.cache-keep-tile"
static

Option to get the zoomlevel until tiles are kept on harddrive (type: int)

Definition at line 102 of file configuration.hpp.

const char* opt::server::cache_path = "server.cache-path"
static

Option to get the cache path (type: string)

Definition at line 105 of file configuration.hpp.

const char* opt::server::cache_size = "server.cache-size"
static

Option to get the cache size (type: int)

Definition at line 99 of file configuration.hpp.

const char* opt::server::log_mute_component = "server.log-mute-component"
static

Option to get the muted Components.

Definition at line 117 of file configuration.hpp.

const char* opt::server::max_queue_size = "server.max-queue"
static

Maximum size for the queue (type: int)

Definition at line 90 of file configuration.hpp.

const char* opt::server::num_threads = "server.num-threads"
static

Option to get number of worker threads (type: int)

Definition at line 78 of file configuration.hpp.

const char* opt::server::parse_timeout = "server.parse-timeout"
static

Option to get the timeout for stylesheet-parsing (type: int)

Definition at line 108 of file configuration.hpp.

const char* opt::server::path_to_default_style = "server.default-style"
static

Path to the default stylesheet (type: string)

Definition at line 93 of file configuration.hpp.

const char* opt::server::path_to_default_tile = "server.default-tile"
static

Path to the default tile (type: string)

Definition at line 96 of file configuration.hpp.

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

Filepath where the geodata is located (type: string)

Definition at line 72 of file configuration.hpp.

const char* opt::server::performance_log = "server.performance-log"
static

Filepath to the performance log (type: string)

Definition at line 120 of file configuration.hpp.

const char* opt::server::prerender_level = "server.prerender-level"
static

Option to get the timeout for request-processing (type: int)

Option to get the highest zoomlevel that is enqueued for prerendering (type: int)

Definition at line 114 of file configuration.hpp.

const char* opt::server::server_address = "server.address"
static

Address of the server (type: string)

Definition at line 84 of file configuration.hpp.

const char* opt::server::server_port = "server.port"
static

Port the server should listen at (type: int)

Definition at line 87 of file configuration.hpp.

const char* opt::server::style_source = "server.style-src"
static

Path to be observed for stylesheets (type: string)

Definition at line 81 of file configuration.hpp.