Colusa and Lake for Google Earth

From PacificNG
Revision as of 22:14, 2 July 2019 by Andrew Brandon (talk | contribs) (Created page with " <H1>Colusa & Lake Railroad, Circa 1900.</H1> <p>Drawn by Andrew Brandon.</p> <div id="fb-root"></div> <script src="/script/FullScreenControl.js" type="text/javascript...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Colusa & Lake Railroad, Circa 1900.

Drawn by Andrew Brandon.


<script src="/script/FullScreenControl.js" type="text/javascript"></script> <script type="text/javascript" src="/script/domcollapse.js"></script>


Map Details [Click To Expand]
Version 1.1

Based on information from the following sources:

Colusa Railroad Survey Map - California State Archives
Colusa & Lake Railroad Survey Map - California State Archives
USGS Topographic Map Quads: Colusa (1900), Sites (1900), Fairview (1900)
Field Research 2009 - 2014
Sanborn Fire Insurance Maps for Colusa
<img src="ge-map-color-key.png" style="margin-left:auto; margin-right:auto; display: block;">

The map shown below may be abbreviated to not include overlays and more information due to file constraints.
For the full experience: <a href="http://www.pacificng.com/ge/CLRRbyAndrewBrandon.kmz">Download Full Offline Version</a>

Map defaults to "Terrain" view, switch to "Satellite" view for maximum detail.

<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyD7rum9L9mYRvFqN6zmc3oGND1iib7oGok&sensor=false"> </script>

<script> function initialize() { var mapProp = {

 center:new google.maps.LatLng(36.299287,-116.413480),
 zoom:4,
 mapTypeId:google.maps.MapTypeId.TERRAIN
 };

var map=new google.maps.Map(document.getElementById("googleMap")

 ,mapProp);

var MapLayer = new google.maps.KmlLayer('http://www.pacificng.com/ge/CLRRbyAndrewBrandon.kmz'); MapLayer.setMap(map);

map.controls[google.maps.ControlPosition.TOP_RIGHT].push( new FullScreenControl(map));

}

google.maps.event.addDomListener(window, 'load', initialize); </script>