Gedling Ramblers

This page allows you to plot your own walking route

You can

  • upload a route using a GPX file
  • create a new route
  • edit the route
  • see the elevation profile
  • delete points in the route
  • simplify the route (reduce number of points)
  • reverse the route
  • download the route as a GPX route
  • use right click to view postcodes in the area
  • use alt-right click to view Ramblers meeting and starting places

 

<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);

RLicense::BingMapKey(true);

$display= new RLeafletMapdraw();

$display->setCenter(52.89, -1.48,10); // lat, long, zoom

$display->display();

?>