<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$map=new RLeafletGpxMaplist(); // standard software to list GPX files from folder.
RLicense::BingMapKey(true); // add OS/Bing maps
$map->addDownloadLink="Public"; // "None" no download link, "Users" link if registered user; "Public" link for public
$map->linecolour="#2916EC"; // optional - specify colour to be used for the route line
$map->folder="images/GPX-03";
$map->display();
?>
