// 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(-27.2,22.9666666667,"~~3071.html\">Wessels Mine (Wessel\'s Mine), Hotazel, Kalahari manganese fields, Northern Cape Province, South Africa~)Minerals of South Africa
~$~!0554677001012339618.jpg\">
Sugilite © Robert O. Meyer
Magenta sugilite crystals to 2mm on fibrous white pectolite. Ex: Ludi von Bezing collection. Photographed by and in the collection of Robert O. Meyer, Maple Valley, Washington, USA.~%","Wessels Mine (Wessel\'s Mine), Hotazel, Kalahari manganese fields, Northern Cape Province, South Africa");
cm(45.5627777778,-73.1416666667,"~~599.html\">Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada~)No reference listed ","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(-30.8333333333,151.25,"~~4429.html\">Woods Mine (Wood\'s Rhodonite Mine), Tamworth, Darling Co., New South Wales, Australia~)Kawachi Y., Ashley P. M., Vince D., Goodwin M., 1994. Sugilite in manganese silicate rocks from the Hoskins mine and Woods mine, New South Wales, Australia. Miner. Mag., 58: 671-677 ","Woods Mine (Wood\'s Rhodonite Mine), Tamworth, Darling Co., New South Wales, Australia");
cm(-33.9000015258789,148.16667175293,"~~86.html\">Hoskins mine, Grenfell, Forbes Co., New South Wales, Australia~)Kawachi Y., Ashley P. M., Vince D., Goodwin M., 1994. Sugilite in manganese silicate rocks from the Hoskins mine and Woods mine, New South Wales, Australia. Miner. Mag., 58: 671-677 ","Hoskins mine, Grenfell, Forbes Co., New South Wales, Australia");
cm(44.1102777778,10.2611111111,"~~61609.html\">Castagnola, Vagli di Sotto, Apuan Alps, Lucca Province, Tuscany, Italy~)Biagioni C., 2004. Le mineralizzazioni manganesifere dei Diaspri Auctt. di Vagli (Alpi Apuane, Lucca). Tesina di Laurea inedita, Università di Pisa. ~$~!0383671001101559482.jpg\"> | Sugilite © Cristian B.
Sugilite masses with quartz. Field of view: 5x3 mm. Self-collected in January 1995.~%","Castagnola, Vagli di Sotto, Apuan Alps, Lucca Province, Tuscany, Italy");
}
|