// 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(53.0712796337,-4.06600111534,"~~4297.html\">Britannia Mine (Snowdon Mine), Mt. Snowdon, Gwynedd (Caernarvonshire), Wales, UK~)Amer.Min.(1985) 70, 411-413
~$~!0142750001157225238.jpg\">
Lanthanite-(Ce) © Steve Rust
Tiny colourless tabular crystal of lanthanite-(Ce) to 0.4mm with malachite on undefined Mn-Fe oxides. Ex Mike Rothwell specimen.~%","Britannia Mine (Snowdon Mine), Mt. Snowdon, Gwynedd (Caernarvonshire), Wales, UK");
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 ~$~!0418406001131206169.jpg\"> | Lanthanite-(Ce) © Stephan Wolfsried
Picture width 4 mm. Collection and Photograph Stephan Wolfsried~%","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(42.966667175293,-72.5166702270508,"~~4197.html\">Putney, Windham Co., Vermont, USA~)J. Swarts collection ","Putney, Windham Co., Vermont, USA");
cm(22.5333333333,103.45,"~~27053.html\">Nâm Nâm Xe REE deposit, Mt Fansipan, Phong Tho District, Lai Chau Province, Vietnam ","Nâm Nâm Xe REE deposit, Mt Fansipan, Phong Tho District, Lai Chau Province, Vietnam");
cm(41.7727777778,109.953611111,"~~720.html\">Bayan Obo (Bayun-Obo; Baiyunebo) deposit, Bayan Obo, Darhan Muminggan United Banner, Baotou League, Inner Mongolia Autonomous Region, China~)Zhang Peishan, Yang Zhuming, Tao Kejie, and Yang Xueming (1996): \\"Mineralogy and Geology of Rare Earths in China\\", Science Press (Beijing), 226 pp. ","Bayan Obo (Bayun-Obo; Baiyunebo) deposit, Bayan Obo, Darhan Muminggan United Banner, Baotou League, Inner Mongolia Autonomous Region, China");
}
|