// 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(-11.1666666667,26.6666666667,"~~4328.html\">Shinkolobwe Mine (Kasolo Mine), Shinkolobwe, Central area, Katanga Copper Crescent, Katanga (Shaba), Democratic Republic of Congo (Zaïre)~)[MinRec 20:286-287]
~$~!0749303001226899062.jpg\">
Umohoite © Brent Thorne 2008
Platy crystals of umohoite on a unknown mineral, probably uranophane. Associated minerals include, ianthinite, wyartite, uraninite, and curite. Field of view, 9mm x 9mm. Brent Thorne specimen and photograph.~%","Shinkolobwe Mine (Kasolo Mine), Shinkolobwe, Central area, Katanga Copper Crescent, Katanga (Shaba), Democratic Republic of Congo (Zaïre)");
cm(35.8758333333,-111.412222222,"~~11484.html\">Cameron, Cameron District, Coconino Co., Arizona, USA~)No reference listed ","Cameron, Cameron District, Coconino Co., Arizona, USA");
cm(35.85,-111.35,"~~43065.html\">Alyce Tolino Mine, Cameron, Cameron District, Coconino Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 289, 406; Hamilton, P. & P.F. Kerr (1959), Umohoite from Cameron, AZ, Am.Min.: 44: 1248-1260; Keith (1970), AZ Bur. Mines Bull. 182: 103-159, 202-289; Bollin & Kerr (1958), ... ","Alyce Tolino Mine, Cameron, Cameron District, Coconino Co., Arizona, USA");
cm(42.8,-107.666666667,"~~172868.html\">Lucky Mac Occurrence, Gas Hills District, Fremont Co., Wyoming, USA~)U.S. Geological Survey, 2005, Mineral Resources Data System: U.S. Geological Survey, Reston, Virginia. ","Lucky Mac Occurrence, Gas Hills District, Fremont Co., Wyoming, USA");
cm(38.5,-112.2,"~~181575.html\">Freedom No. 2 Occurrence, Gold Mountain District, Sevier Co., Utah, USA~)U.S. Geological Survey, 2005, Mineral Resources Data System: U.S. Geological Survey, Reston, Virginia. ","Freedom No. 2 Occurrence, Gold Mountain District, Sevier Co., Utah, USA");
cm(38.4933333333,-112.216111111,"~~183206.html\">Prospector Mine (Sugar Daddy Incline), Henry District (Durkee District), Antelope Range, Piute Co., Utah, USA~)U.S. Geological Survey, 2005, Mineral Resources Data System: U.S. Geological Survey, Reston, Virginia. ","Prospector Mine (Sugar Daddy Incline), Henry District (Durkee District), Antelope Range, Piute Co., Utah, USA");
}
|