// 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(32.7063888889,-110.683055556,"~~3380.html\">Mammoth-Saint Anthony Mine (Mammoth-St Anthony Mine; Mammoth Mine; St. Anthony Mine), St. Anthony deposit, Tiger, Mammoth District, Pinal Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 332.
","Mammoth-Saint Anthony Mine (Mammoth-St Anthony Mine; Mammoth Mine; St. Anthony Mine), St. Anthony deposit, Tiger, Mammoth District, Pinal Co., Arizona, USA");
cm(38.0499992370605,-77.8752746582031,"~~104199.html\">Cofer Prospect, Gold-Pyrite Belt, Louisa Co., Virginia, USA~)Minerals of Virginia 1990 by R. V. Dietrich
","Cofer Prospect, Gold-Pyrite Belt, Louisa Co., Virginia, USA");
cm(32.7075,-110.686666667,"~~46341.html\">Collins Mine (Collins vein; mammoth-Collins Mine), Mammoth-Saint Anthony Mine (Mammoth-St Anthony Mine; Mammoth Mine; St. Anthony Mine), St. Anthony deposit, Tiger, Mammoth District, Pinal Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 332.
","Collins Mine (Collins vein; mammoth-Collins Mine), Mammoth-Saint Anthony Mine (Mammoth-St Anthony Mine; Mammoth Mine; St. Anthony Mine), St. Anthony deposit, Tiger, Mammoth District, Pinal Co., Arizona, USA");
cm(48.3666666667,8.21666666667,"~~1782.html\">Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany~)U. Kolitsch (2000): An assemblage of lead compounds originated due to the influence of concrete from the Clara mine in Middle Black Forest. Erzgräber 14, 48-53. (in German); Uwe Kolitsch (powder X-ray diffraction + SEM-EDS)
~$~!0605189001181300496.jpg\">Plumbonacrite © Stephan Wolfsried
White to off-white spherules (up to 0.1 in diameter) of anthropogenic plumbonacrite (formed due to interaction of galena mineralisation and concrete underground). It is accompanied (not visible here) by tiny lath-shaped of the phase 3PbO.PbSO4.H2O ...~%","Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany");
cm(59.8536111111,14.2594444444,"~~3167.html\">Långban, Filipstad, Värmland, Sweden~)S. Krivovichev (unpublished data) ","Långban, Filipstad, Värmland, Sweden");
}
|