anychart.onDocumentReady(function() {
var data = anychart.data.set([
{points: [50.8, -3.6, 50.8, -1.6]},
{points: [50.8, -1.6, 51.5, -0.16], to: "New Forest National Park"},
{points: [51.5,-0.16, 51.7, -1.29]},
{points: [51.7, -1.29, 52.2, 0.27]},
{points: [52.2, 0.27, 53.3, -1.5], to: "Cambridge"},
{points: [53.3, -1.5, 54.5,-3.4], to: "Edinburgh"},
{points: [54.5, -3.4, 57.1, -2.19], to: "Aberdeen"}
var series = map.connector(data);
map.geoData(anychart.maps['united_kingdom']);
map.title("The touristic interest route through the UK \n");
map.container('container');