FreeWheeling Easy Map displays a google map, with bicycle trails in western Pennsylvania. The trails displayed are those that are covered in the book "FreeWheeling Easy in Western Pennsylvania". Typically these are converted railroads, not mountain biking, nor road riding.
Installation
- Download the FreeWheelin Easy Map plugin file (
freewheeling-easy-map.zip) to the/wp-content/plugins/directory- - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place the short code [freewheelingeasy] on the page where you want your map.
Will also run on a non-Word Press site.
Frequently Asked Questions
*How big will the map display be?
The map will be the size of the browser window.
How often is the data updated?
No set schedule. Whenever we ride a trail and find something different. Note: the word ride. This map is developed from actual ground truth.
Change Log
2.1.2 through 2.1.xx
*Adding and updating the trail network
2.1.2
*first stable release
1.0 through 1.15
development of the plugin
To install in a non-word press site
- Download the plugin
- Unzip the file to somewhere on the web site
- At the place where you want the map to appear, insert the following line
<div id=mapCanvas></div> - At the bottom of the page, insert the following lines (This is not complete)
<script type='text/javascript' src='markercluster.js' /> <script type='text/javascript'> resizeMapCanvas2Page ('mapCanvas', 200, 30); google.maps.event.addDomListener(window, 'load', initialize('mapCanvas', '$kmlFileName', 'IconFileName' ) ); </script>