// 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(-17.9611111111,-67.125,"~~340.html\">San José Mine, Oruro City, Cercado Province, Oruro Department, Bolivia~$~!0498081001250928139.jpg\">
Andorite IV © Elmar Lackner 2009
Rough crystal of Andorite IV (formerly Andorite) with some small xl\'s of Rhodostannite grown on. Picture width is 13,5mm.~%","San José Mine, Oruro City, Cercado Province, Oruro Department, Bolivia");
cm(45.0444444444,3.48194444444,"~~19324.html\">Marsanges Mine, Marsanges, Langeac, Haute-Loire, Auvergne, France~)P.G. Pélisson : "Etude Minéralogique et Métallogénique du District Filonien Polytype de Paulhaguet (Haute-Loire, Massif Central Français)", Doctorate Thesis, Orléans, France, 1989 ","Marsanges Mine, Marsanges, Langeac, Haute-Loire, Auvergne, France");
cm(47.5,23.25,"~~2601.html\">Herja Mine (Kisbánya), Baia Mare (Nagybánya), Maramures Co., Romania~)Papp, Gábor, Alan J. Criddle, Chris J. Stanley, László Kriston and Géza Nagy (2007): Parajamesonite revisited: background of the discreditation of an enigmatic mineral species. Swiss Journal of Geosciences, 100, 495-502. ","Herja Mine (Kisbánya), Baia Mare (Nagybánya), Maramures Co., Romania");
}
|