-
Notifications
You must be signed in to change notification settings - Fork 20
/
rg2-config.php
22 lines (15 loc) · 936 Bytes
/
rg2-config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// Cypress testing config
define('RG_BASE_DIRECTORY', '//localhost');
// path is relative to RG_BASE_DIRECTORY
define('OVERRIDE_KARTAT_DIRECTORY', '../rg2/kartat/');
// location of Splitsbrowser files if required: see Wiki for details of how to install Splitsbrowser
define('SPLITSBROWSER_DIRECTORY', 'https://www.routegadget.co.uk/splitsbrowser');
// default language if not English: this is overridden if the query includes a language (e.g. ?lang=fi)
// requires a dictionary file xx.js in the lang directory
define('START_LANGUAGE', 'en');
// Set encoding for input data default UTF-8
define('RG_INPUT_ENCODING', 'UTF-8');
// text displayed at bottom of info dialog. Use '' to leave blank.
// OS licence text below is neeeded for installations on routegadget.co.uk site.
define('ADDITIONAL_INFO_TEXT', 'Maps published on this web site that contain OS data by permission of Ordnance Survey® Licence Number 100046745.');