// 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(69.75,88.5833333333,"~~2751.html\">Talnakh Cu-Ni Deposit, Noril\'sk, Putoran Plateau, Taimyr Peninsula, Taymyrskiy Autonomous Okrug, Eastern-Siberian Region, Russia~)No reference listed
~$~!0088813001164541331.jpg\">
Iowaite © Elmar Lackner
Picture width is 5mm. Hexagonal yellow crystals of Iowaite. Depth of field is achieved with CombineZM~%","Talnakh Cu-Ni Deposit, Noril\'sk, Putoran Plateau, Taimyr Peninsula, Taymyrskiy Autonomous Okrug, Eastern-Siberian Region, Russia");
cm(-27.1666666667,120.55,"~~7797.html\">MKD5 nickel deposit, Mount Keith, Wiluna Shire, Western Australia, Australia~)[AmMin 87:182] ","MKD5 nickel deposit, Mount Keith, Wiluna Shire, Western Australia, Australia");
cm(-23.9833335876465,31.0666675567627,"~~3091.html\">Palabora mine, Loolekop, Phalaborwa, Limpopo Province, South Africa~)Minerals of South Africa ~$~!0789897001089490850.jpg\"> | Iowaite © Trinity Minerals
1.1 cm floater crystal of Iowaite. The crystals from the Palabora mine are considered the finest in the world for the species.~%","Palabora mine, Loolekop, Phalaborwa, Limpopo Province, South Africa");
cm(45.7697222222,-71.95,"~~581.html\">Jeffrey mine (Jeffrey quarry; Johns-Manville mine), Asbestos, Les Sources RCM, Estrie, Québec, Canada~)Horváth & Spertini (2008 & 2009) ","Jeffrey mine (Jeffrey quarry; Johns-Manville mine), Asbestos, Les Sources RCM, Estrie, Québec, Canada");
}
|