// 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(50.7558326721191,7.89833354949951,"~~15123.html\">Grüneau Mine (Grüne Au Mine; Grünau Mine), Schutzbach, Betzdorf, Siegerland, Rhineland-Palatinate, Germany~)Weiss: "Mineralfundstellen, Deutschland West", Weise (Munich), 1990
","Grüneau Mine (Grüne Au Mine; Grünau Mine), Schutzbach, Betzdorf, Siegerland, Rhineland-Palatinate, Germany");
cm(50.8227777778,8.00972222222,"~~13937.html\">Brüderbund Mine, Kohlenbach Valley, Eiserfeld, Siegerland, North Rhine-Westphalia, Germany~)Wittern: "Mineralfundorte in Deutschland", 2001
","Brüderbund Mine, Kohlenbach Valley, Eiserfeld, Siegerland, North Rhine-Westphalia, Germany");
cm(46.6333351135254,-81.3833312988281,"~~8082.html\">Strathcona Mine, Levack, Sudbury District, Ontario, Canada
","Strathcona Mine, Levack, Sudbury District, Ontario, Canada");
cm(39.5563888889,8.57055555556,"~~13706.html\">Montevecchio Mines, Arbus, Medio Campidano Province, Sardinia, Italy~)AA. VV., 1996. Collezionare minerali. Hobby & Work
","Montevecchio Mines, Arbus, Medio Campidano Province, Sardinia, Italy");
cm(-17.3072222222,-69.1452777778,"~~132149.html\">Joculluni Mine (Anaconda Mine; El Zorro Mine; Yokohama Mine), Berenguela District, Pacajes Province, La Paz Department, Bolivia~)USGS Bulletin # 1975, p. 247.
","Joculluni Mine (Anaconda Mine; El Zorro Mine; Yokohama Mine), Berenguela District, Pacajes Province, La Paz Department, Bolivia");
cm(-17.2933333333,-69.2380555556,"~~146673.html\">Marimarini Mine (Lourdes Ines Mine), Berenguela District, Pacajes Province, La Paz Department, Bolivia~)USGS Bulletin # 1975, p. 247.
","Marimarini Mine (Lourdes Ines Mine), Berenguela District, Pacajes Province, La Paz Department, Bolivia");
}