// 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(46.5311111111,9.47277777778,"~~134619.html\">Piz Grisch, Ferrera Valley, Hinterrhein Valley, Grischun (Grisons; Graubünden), Switzerland~)Roth, Ph. (2007): Minerals first discovered in Switzerland and minerals named after Swiss individuals. Philippe Roth, Ed., Zurich, 239 pp. N. MEISSER, et al. Pizgrischite, (Cu,Fe)Cu14PbBi17S35, a new sulfosalt from the Swiss Alps: description, ...
~$~!0836516001200971584.jpg\">
Pizgrischite © 2008, JGW
Prismatic crystalline masses in matrix. S367-20 0.8 cm field of view. Excalibur Mineral Company specimen.~%","Piz Grisch, Ferrera Valley, Hinterrhein Valley, Grischun (Grisons; Graubünden), Switzerland");
}
|