// 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(48.5241666667,-120.653055556,"~~4220.html\">Washington Pass, Golden Horn Batholith, Okanogan Co., Washington, USA~)Rocks and Minerals, 66:6, p. 458; American Mineralogist, V.73, p.1191-1194
~$~!0719610001075687208.jpg\">
β-Fergusonite-(Y) © 2004 ROM
M.P. 164 area. Tan, twinned? 0.8 mm long crystal. Robert Meyer specimen and photo.~%","Washington Pass, Golden Horn Batholith, Okanogan Co., Washington, USA");
cm(59.4266666667,18.3533333333,"~~3191.html\">Ytterby, Resarö, Vaxholm, Uppland, Sweden~)in the exhibition of Riksmuseet Stockholm ","Ytterby, Resarö, Vaxholm, Uppland, Sweden");
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~)http://www.smartminerals.com/cina2004/art_China_localities.htm ","Bayan Obo (Bayun-Obo; Baiyunebo) deposit, Bayan Obo, Darhan Muminggan United Banner, Baotou League, Inner Mongolia Autonomous Region, China");
cm(48.533332824707,92.9166641235352,"~~30795.html\">Neprimetnyi pegmatite, Mount Ulyn Khuren, Khaldzan Buragtag Massif, Altai Mts, Hovd Aimag (Khovd Aimag), Mongolia~)P.M. Kartashov data ~$~!0766604001157102916.jpg\"> | β-Fergusonite-(Y) © Pavel M. Kartashov
Brown agregate of tabular fergusonite-beta-(Y) crystals associated with orange zircon, black ferriallanite-(Ce) and quartz into apoeudialyte pseudomorphose. FOV 10x8 mm. Note special nontetragonal and nonbipyramidal morphology of xls and theyr ...~%","Neprimetnyi pegmatite, Mount Ulyn Khuren, Khaldzan Buragtag Massif, Altai Mts, Hovd Aimag (Khovd Aimag), Mongolia");
cm(27,102.083333333,"~~144553.html\">Cida intrusion, Huili Co., Liangshan Autonomous Prefecture, Sichuan Province, China~)Zhang Peishan, Yang Zhuming, Tao Kejie, and Yang Xueming (1996): \\"Mineralogy and Geology of Rare Earths in China\\", Science Press (Beijing), 226 pp. ","Cida intrusion, Huili Co., Liangshan Autonomous Prefecture, Sichuan Province, China");
}
|