anychart.onDocumentReady(function() {
var data = anychart.data.set([
[[50.8, -3.6, 50.8, -1.6]],
[[50.8, -1.6, 51.5, -0.16]],
[[51.5,-0.16, 51.7, -1.29]],
[[51.7, -1.29, 52.2, 0.27]],
[[52.2, 0.27, 53.3, -1.5]],
[[53.3, -1.5, 54.5,-3.4]],
[[54.5, -3.4, 57.1, -2.19]]
var map = anychart.map();
var series = map.connector(data);
map.geoData(anychart.maps['united_kingdom']);
map.title("The touristic interest route through the UK \nObject notation");
map.container('container');