// 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(-41.88149,145.43327,"~~175.html\">Dundas mineral field, Zeehan district, Tasmania, Australia~)Australian Journal of Mineralogy (2006) 12: 93-99
~$~!006279000995799890.jpg\">
Chrome-Cerussite © 2001 John H. Betts
Small cluster of parallel yellowish chrome-rich cerussite crystals up to 5 mm. Upon close observation sixling twins can be easily seen. Ex. A. Stevenson collection #557. Overall size of mineral specimen: 13x11x6 mm. Size of individual crystals: 1-5 ...~%","Dundas mineral field, Zeehan district, Tasmania, Australia");
cm(-41.4333333333,145.433333333,"~~184.html\">Magnet Mine, Magnet, Waratah district, Tasmania, Australia~)Melchiorre, E. 2007 Aust. Jnl. Mineralogy ~$~!0320840001103917725.jpg\"> | Chrome-Cerussite © Alan Goldstein
Chrome cerussite on goethite gossan. Specimen 692 in the collection of the photographer Alan Goldstein.~%","Magnet Mine, Magnet, Waratah district, Tasmania, Australia");
cm(-41.8852777778,145.428888889,"~~176.html\">Adelaide Mine (Adelaide Pty Mine; Adelaide Proprietary Mine), Dundas mineral field, Zeehan District, Tasmania, Australia~)Bottrill & Baker (in prep) Catalogue of minerals of Tasmania ~$~!0039645001080862969.jpg\"> | Chrome-Cerussite © A. Godelitsas
Intergrowth of two platy crystals exhibiting a rather unusual hexagonal morphology~%","Adelaide Mine (Adelaide Pty Mine; Adelaide Proprietary Mine), Dundas mineral field, Zeehan District, Tasmania, Australia");
cm(-41.8922222222,145.429166667,"~~178.html\">Red Lead Mine, Dundas mineral field, Zeehan district, Tasmania, Australia~)Bottrill & Baker (2008) Catalogue of minerals of Tasmania; Bottrill & Baker (2008) Catalogue of minerals of Tasmania; Bottrill & Baker (2008) Catalogue of minerals of Tasmania ~$~!0706599001167910380.jpg\"> | Chrome-Cerussite © R Bottrill 2006
Yellow cerussite crystal 12 mm long. Ralph Bottrill specimen and photograph.~%","Red Lead Mine, Dundas mineral field, Zeehan district, Tasmania, Australia");
}
|