Skip to content

Commit

Permalink
Added a bike route to the oldest trees on google maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Daniels committed Apr 29, 2013
1 parent 318e344 commit c09d369
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
for (treeLayer in treeLayerArray) {
toggleDataOff(treeLayer);
}
ages = new Array(true, true, true, true, true, true, true, true, true, true);
ages = new Array(true, true, true, true, true, true, true, true, true,
true);
getSeason();
}

Expand Down Expand Up @@ -121,6 +122,11 @@ <h5>About</h5>
load. Source code is available on <a
href="http://www.github.com/emdaniels/ottrees">Github</a>.
</p>
<p>
We've also mapped a bike route to the oldest trees on Google Maps: <a
href="https://maps.google.com/maps/ms?msid=207547909246875332554.0004db82e2dc101c79649&msa=0">Ottawa
Ancient Tree Route</a>
</p>
</div>
<p>
<input type="button" onclick="resetForm()" value="clear"
Expand Down

0 comments on commit c09d369

Please sign in to comment.