// 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(35.2111111111,-81.3555555556,"~~3280.html\">Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA~)confirmed by EDS/XRD, New Orleans University, 2001
~$~!0171297001090812001.jpg\">
Kastningite © 2004 JBS
Exceptional, 3mm cluster of kastningite xls. Self-collected 3/03 from the "east dumps". JBS specimen and photo.~%","Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA");
cm(49.6502777778,12.4597222222,"~~1769.html\">Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany~)http://www.berthold-weber.de/h_miner.htm ","Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany");
cm(35.283332824707,-81.283332824707,"~~7680.html\">LCA Mine (Lithium Corporation of America Mine), Bessemer City, Gaston Co., North Carolina, USA~)site indentification by comparsion to Foote mine specimens ~$~!0354514001090812233.jpg\"> | Kastningite © 2004 JBS
A 1.8mm group of kastningite xls. Much rarer here than at Foote. I have seen 5 specimens or so. JBS specimen and photo.~%","LCA Mine (Lithium Corporation of America Mine), Bessemer City, Gaston Co., North Carolina, USA");
cm(44.3233333333,-70.6947222222,"~~3787.html\">Emmons Quarry (Uncle Tom Mt. Quarry), Uncle Tom Mt, Greenwood, Oxford Co., Maine, USA~)Jason B. Smith. ~$~!0964159001142916280.jpg\"> | Kastningite © JBS 2006
A very tiny, .6mm cluster of kastningite xls on siderite. Sight indentified by comparison to known specimens of kastningite from other localities. Also has rapid, explosive dessication property that is distinct for the species. Found on 5 small ...~%","Emmons Quarry (Uncle Tom Mt. Quarry), Uncle Tom Mt, Greenwood, Oxford Co., Maine, USA");
cm(44.5427777778,-70.7230555556,"~~3780.html\">Dunton Gem Quarry, Newry, Oxford Co., Maine, USA~)Van King ~$~!0179585001223041529.jpg\"> | Kastningite © Van King
White slightly radiating to splintery kastningite on siderite with quartz to the left. FOV = 1.5 mm.~%","Dunton Gem Quarry, Newry, Oxford Co., Maine, USA");
}
|