Category: Routes
MTB Route 1

This is mountain bike route 1 var osMap, screenOverlay, mapOV, postcodeService; // Variables for routes var linesLayer; var points; var lineFeature; var lineString; var style_blue = {strokeColor: “#0000CD”, strokeOpacity: 0.5, strokeWidth: 4.5}; // Variables for route start and end markers var routeMarkersLayer, routepos, routesize,routeoffset,routeicon; var e=document.getElementById(“map”); function initmapbuilder() { // Creating the Openspace map and the postcode service osMap = [...]

By with 0 comments