// 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(46.8363888889,14.9913888889,"~~5609.html\">Spodumene prospect (Brandrücken exploration adit), Brandrücken, Moschkogel Mt. - Weinebene area, Koralpe Mts, Carinthia, Austria~)F. Walter (1992) Eur. Journ. Mineral. 4, 1275-1283; G. Niedermayr, I. Praetzel: Mineralien Kärntens, 1995
~$~!0186578001049459593.jpg\">
Uralolite © Thomas Witzke
Radiating aggregates of uralolite. Picture size 5 mm. Photographer and collection Thomas Witzke.~%","Spodumene prospect (Brandrücken exploration adit), Brandrücken, Moschkogel Mt. - Weinebene area, Koralpe Mts, Carinthia, Austria");
cm(44.5427777778,-70.7230555556,"~~3780.html\">Dunton Gem Quarry, Newry, Oxford Co., Maine, USA~)Dunn, P.J. & Gaines, R.V. (1978): Uralolite from the Dunton Gem Mine, Newry, Maine: A second occurrence. Mineralogical Record 9(2), 99-100 ~$~!0614525001223651186.jpg\"> | Uralolite © Van King
Silky white uralolite crystal spray (1 mm) on tannish brown hydroxylherderite botryoid on white beryllonite. Uralolite from the Dunton Quarry fluoresces yellow green, while moraesite does not.~%","Dunton Gem Quarry, Newry, Oxford Co., Maine, USA");
cm(35.2111111111,-81.3555555556,"~~3280.html\">Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA~)To many to list here. If interested, we can e-mail them to you. ","Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA");
}
|