diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-07-28 19:05:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-07-28 19:05:50 +0100 |
commit | b48cb5f0b482faedbdc0bade429009ac0473d364 (patch) | |
tree | 5a845b618fad093b0fb82d2ee19a32738652c5c1 | |
parent | baa9173de2f977bcf0266a0de01bf954c9712c55 (diff) |
Example options.
-rw-r--r-- | conf/general-example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example index 283d8787b..f8c71c846 100644 --- a/conf/general-example +++ b/conf/general-example @@ -49,7 +49,12 @@ define('OPTION_GEO_CACHE', '/cache/'); define('OPTION_GOOGLE_MAPS_API_KEY', ''); define('OPTION_MAPIT_URL', 'http://services.mysociety.org/mapit'); -define('OPTION_TILES_URL', 'http://tilma.mysociety.org/tileserver/10k-full-london'); +define('OPTION_TILES_TYPE', '10k-full-london'); +define('OPTION_TILES_TIFF_SIZE_METRES', 5000); +define('OPTION_TILES_TIFF_SIZE_PIXELS', 7874); +define('OPTION_TILES_WIDTH', 254); +define('OPTION_TILES_URL', 'http://tilma.mysociety.org/tileserver/' . OPTION_TILES_TYPE . '/'); + define('OPTION_EVEL_URL', 'http://services.mysociety.org/evel'); define('OPTION_GAZE_URL', 'http://gaze.mysociety.org/gaze'); |