// 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(49.5208320617676,6.94916677474976,"~~5504.html\">Manganese mine (incl. Johann Shaft; Jakob Adit), Krettnich, Wadern, Saarland, Germany~)[Eur.J.Mineral. 13:145-158]
~$~!0012518001065725187.jpg\">
Brackebuschite © TK
brown-red Brackebuschite needles all covering a 1 mm Krettnichite crystal~%","Manganese mine (incl. Johann Shaft; Jakob Adit), Krettnich, Wadern, Saarland, Germany");
cm(31.6455555556,-110.146944444,"~~32960.html\">Gallagher Vanadium & Rare Minerals Corporation Mine (Gallagher vanadium property; Bradsher Mine; Stella Mine; Vogel Mine; Buena Vista Mine), Tombstone District, Tombstone Hills, Cochise Co., Arizona, USA~)Galbraith, F.W. & D.J. Brennan (1959), Minerals of AZ: 77. ","Gallagher Vanadium & Rare Minerals Corporation Mine (Gallagher vanadium property; Bradsher Mine; Stella Mine; Vogel Mine; Buena Vista Mine), Tombstone District, Tombstone Hills, Cochise Co., Arizona, USA");
cm(31.4458333333,-110.8,"~~28325.html\">Palmetto Mine, Tres de Mayo Mine group, Fresno Canyon, Palmetto District, Patagonia Mts, Santa Cruz Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 144. ","Palmetto Mine, Tres de Mayo Mine group, Fresno Canyon, Palmetto District, Patagonia Mts, Santa Cruz Co., Arizona, USA");
}
|