// 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(43.9986111111,10.2944444444,"~~2165.html\">Buca della Vena Mine, Ponte Stazzemese, Stazzema, Apuan Alps, Lucca Province, Tuscany, Italy~)Orlandi P., Meerschaut A., Moëlo Y., Palvadeau P., Léone P., 2005. Lead–antimony sulfosalts from Tuscany (Italy). VIII. Rouxelite, Cu2HgPb22Sb28S64(O,S)2, a new sulfosalt from Buca della Vena mine, Apuan Alps: definition and crystal structure. ...
~$~!0739101001145966230.jpg\">
Rouxelite © Cristian B.
Rouxelite, xls up to 2 mm. Field of view: 5 x 4 cm. Sala del Castello. Self-collected in april 2006. This sample is not analized.~%","Buca della Vena Mine, Ponte Stazzemese, Stazzema, Apuan Alps, Lucca Province, Tuscany, Italy");
}
|