diff 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'); |