// 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(/~~/,"
","Golden Rule Mine, Tuttletown, Tuolumne Co., California, USA");
cm(51.3158333333,8.44416666667,"~~1878.html\">Dörnberg Mine, Ramsbeck, Meschede, Sauerland, North Rhine-Westphalia, Germany~)[MinRecord 29:144]
","Dörnberg Mine, Ramsbeck, Meschede, Sauerland, North Rhine-Westphalia, Germany");
cm(51.2969444444,8.37027777778,"~~10462.html\">Alexander Mine, Ramsbeck, Meschede, Sauerland, North Rhine-Westphalia, Germany~)Weiss: "Mineralienfundstellen, Deutschland West", Weise (Munich), 1990
","Alexander Mine, Ramsbeck, Meschede, Sauerland, North Rhine-Westphalia, Germany");
cm(31.3455555556,-5.73194444444,"~~2394.html\">Imiter Mine, Boumalne-Dadès, Ouarzazate Province, Souss-Massa-Draâ Region, Morocco~)Bull.Min.(1985) 108, 457-464; Anthony, et al. Handbook of Mineralogy, Vol 1, pg. 230; Uwe Kolitsch collection (analysed by single-crystal XRD)
~$~!0323157001045549476.jpg\">Imiterite © 2003 R.O. Meyer
A terminated, 1.8 mm long Imiterite crystal. Robert O. Meyer collection and photograph~%","Imiter Mine, Boumalne-Dadès, Ouarzazate Province, Souss-Massa-Draâ Region, Morocco");
cm(46.966667175293,12.9666662216187,"~~41805.html\">Ruden, Asten valley, Goldberg group, Hohe Tauern Mts, Carinthia, Austria~)G. Niedermayr, I. Praetzel: Mineralien Kärntens, 1995 ","Ruden, Asten valley, Goldberg group, Hohe Tauern Mts, Carinthia, Austria");
}
|