var siteTitle = 'OS GB Mapping by The Hug';
var siteHeading = 'OS GB Mapping';

var altCopyright = '';

// Style of the track and route lines

var trackStyle = {strokeColor: '#8000FF', strokeOpacity: 1, strokeWidth: 2};
var routeStyle = {strokeColor: '#0000FF', strokeOpacity: 1, strokeWidth: 2};

// The icons used for waypoints, highlighted waypoints, track followers and walkers

var iconChoice = { 'waypoint': 'GoRed', 'thisWaypoint': 'GoYellow', 'follower': 'GoPurple', 'walker': 'GoYellow' };

// style of cursor when dragging: set to 'move' if waypoint icon is large
// or 'crosshair' if it's small (and the 'move' hand would hide the icon

var dragCursor = 'move';

// Colour of water at the various zoom levels

var waterColor = ['#99CCFF','#99CCFF','#99CCFF','#9ACEF3','#9ACEF3','#E4F3FC','#E4F3FC','#FFFFFF','#FFFFFF','#FFFFFF'];

