// 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(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~)Horváth, L and Gault, R.A. (1990), The mineralogy of Mont Saint-Hilaire Quebec. Mineralogical Record: 21: 284-359.
~$~!0122609001116211809.jpg\">
Daqingshanite-(Ce) © 2005 DM
Photographed by and in the collection of Doug Merson.~%","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(-10.1666666667,32.85,"~~31173.html\">Nkumbwa Hill Carbonatite (Nkombwa Hill Carbonatite), Isoka, Isoka District, Muchinga Mts., Northern Province, Zambia~)MinMag 58:493 ~$~!0500584001197400401.jpg\"> | Daqingshanite-(Ce) © Pavel M. Kartashov
SEM image. Large grains of light-grey in BSE daqingshanite-(Ce) in dark-grey carbonate matrix. Associating mineral is monazite-(Ce), which form small most bright in BSE grains, partialy replace daqingshanite. Pavel M. Kartashov collection and photo.~%","Nkumbwa Hill Carbonatite (Nkombwa Hill Carbonatite), Isoka, Isoka District, Muchinga Mts., Northern Province, Zambia");
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~)Ren Yingchen, Ximen Lulu, and Peng Zhizhong (1983): Geochemistry 2(2), 180-84. ","Bayan Obo (Bayun-Obo; Baiyunebo) deposit, Bayan Obo, Darhan Muminggan United Banner, Baotou League, Inner Mongolia Autonomous Region, China");
cm(-15.1333333333,34.9166666667,"~~26430.html\">Kangankunde hill, Balaka District, Malawi~)Orris, G.J., and Grauch, R.I. (2002): USGS Open-File Report 02-189. ","Kangankunde hill, Balaka District, Malawi");
}
|