// Copyright (c) mindat.org 1993-2009
function j(lat,long) {var point = new GLatLng(lat,long); map.setCenter(point, 16);}
function cm(lat,long,html,name) {
var point = new GLatLng(lat,long); var marker = new GMarker(point,{icon:icon, title:name});
GEvent.addListener(marker, "click", function()
{
marker.openInfoWindowHtml(jsunpack(html));
//
// map.panTo(marker.getPoint());
var zoom = map.getZoom();
if(zoom<9) zoom=9;
map.setZoom(zoom);
map.setCenter(marker.getPoint(), zoom);
});
GEvent.addListener(marker,"mouseover", function() {
marker.setImage("kml-gm-o.png");
});
GEvent.addListener(marker,"mouseout", function() {
marker.setImage("kml-gm.png");
});
clus.AddMarker(marker,name);
}
function jsunpack(txt)
{
txt=txt.replace(/~~/,"
");
txt=txt.replace(/~!/,";) |
");
txt=txt.replace(/~\)/,"
Reference: ");
return (txt);
}
function loadPoints()
{
cm(49.1522222222,-117.198611111,"~~489.html\">Hudson Bay Mine (H.B. Mine), Salmo, Nelson Mining Division, British Columbia, Canada~)Nature (1916): 97, 375; Mineralogical Magazine (1917): 18, 76-83; Palache, C., Berman, H., & Frondel, C. (1951), The System of Mineralogy of James Dwight Dana and Edward Salisbury Dana, Yale University 1837-1892, Volume II: 734, 933.
~$~!0964324001119464954.jpg\">
Spencerite © Paul Bongaerts
size:4x5cm Paul Bongaerts specimen and photograph~%","Hudson Bay Mine (H.B. Mine), Salmo, Nelson Mining Division, British Columbia, Canada");
cm(54.1050008101,-1.95870180729,"~~1646.html\">Turf Pits Mine, Grassington Moor, Grassington, Wharfedale, North Pennines, North Yorkshire, England, UK~)Dunham, Sir K. C. Geology of the North Pennine Orefield, Volume 2 Stainmore to Craven (2nd Edition), pp 199. ","Turf Pits Mine, Grassington Moor, Grassington, Wharfedale, North Pennines, North Yorkshire, England, UK");
cm(-14.4833333333,28.4166666667,"~~4341.html\">Kabwe Mine (Broken Hill Mine), Kabwe (Broken Hill), Central Province, Zambia~)Braithwaite R.S.W., Spencerite from Kabwe, Zambia, and the infrared spectroscopy of Kabwe zinc phosphates, MinMag, March 1988, vol.82, pp.126-9. ","Kabwe Mine (Broken Hill Mine), Kabwe (Broken Hill), Central Province, Zambia");
}
|