alaCarte Maps
Renderer for OpenStreetMap tiles
|
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... | |
|
static |
Filepath to the access log (type: string)
Definition at line 75 of file configuration.hpp.
|
static |
Option to get the zoomlevel until tiles are kept on harddrive (type: int)
Definition at line 102 of file configuration.hpp.
|
static |
Option to get the cache path (type: string)
Definition at line 105 of file configuration.hpp.
|
static |
Option to get the cache size (type: int)
Definition at line 99 of file configuration.hpp.
|
static |
Option to get the muted Components.
Definition at line 117 of file configuration.hpp.
|
static |
Maximum size for the queue (type: int)
Definition at line 90 of file configuration.hpp.
|
static |
Option to get number of worker threads (type: int)
Definition at line 78 of file configuration.hpp.
|
static |
Option to get the timeout for stylesheet-parsing (type: int)
Definition at line 108 of file configuration.hpp.
|
static |
Path to the default stylesheet (type: string)
Definition at line 93 of file configuration.hpp.
|
static |
Path to the default tile (type: string)
Definition at line 96 of file configuration.hpp.
|
static |
Filepath where the geodata is located (type: string)
Definition at line 72 of file configuration.hpp.
|
static |
Filepath to the performance log (type: string)
Definition at line 120 of file configuration.hpp.
|
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.
|
static |
Address of the server (type: string)
Definition at line 84 of file configuration.hpp.
|
static |
Port the server should listen at (type: int)
Definition at line 87 of file configuration.hpp.
|
static |
Path to be observed for stylesheets (type: string)
Definition at line 81 of file configuration.hpp.