// 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(39.9586111111,-112.070277778,"~~10213.html\">North Lily Mine (International Smelting Company; Wicklow), East Tintic District, East Tintic Mts, Utah Co., Utah, USA~)AM 53 (1968), 1791; HB1 (1990); Am Min 53:1791-1798
~$~!0105773001197945561.jpg\">
Billingsleyite © 2007, JGW
Very soft granular masses of billingsleyite, the largest is 0.15 cm. S276-02 Specimens courtesy of Excalibur Mineral Company.~%","North Lily Mine (International Smelting Company; Wicklow), East Tintic District, East Tintic Mts, Utah Co., Utah, USA");
cm(48.3666666667,8.21666666667,"~~1782.html\">Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany~)Blaß, G. & Graf, H. W. (2000): Neufunde von bekannten Fundorten im Schwarzwald. Mineralien-Welt, 11 (4), 57-60. (in German); BLAß, G. & GRAF, H. W. (2001): Billingsleyit – die Grube Clara, weltweit der zweite Fundpunkt. Erzgräber, 15, ... ~$~!0763523001239354272.jpg\"> | Billingsleyite © luigi chiappino
dimension area mm. 4 x 4 the sample is analysed photo and collection Luigi Chiappino~%","Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany");
cm(19.033332824707,-100.050003051758,"~~11681.html\">Guitarra Mine, Temascaltepec de González (Temascaltepec), Mun. de Temascaltepec, Mexico, Mexico~)Camprubi, A., Canals, A., Cardellach, E., Prol-Ledesma, R.M., Rivera, R., 2001, The La Guitarra Ag-Au low-sulfidation epithermal deposit, Temascaltepec district, Mexico: vein structure, mineralogy, and sulfide-sulfosalt chemistry. Society of ... ","Guitarra Mine, Temascaltepec de González (Temascaltepec), Mun. de Temascaltepec, Mexico, Mexico");
}
|