// 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(37.4666666667,-88.1666666667,"~~3754.html\">Minerva No. 1 Mine, Cave-in-Rock, Cave-in-Rock Sub-District, Illinois - Kentucky Fluorspar District, Hardin Co., Illinois, USA~)A. C. Roberts (1979) Paralstonite, a new mineral from the Minerva no. 1 mine, Cave-in-Rock, Illinois. Geol. Surv. Can. Pap.,79-lC, 99-100.
~$~!0053702001102792469.jpg\">
Paralstonite © Alan Goldstein
White granular mineral is paralstonite in witherite. Specimen is about 8 cm wide. Obtained from Ross Lillie and identification is confirmed. Specimen in the collection of the photographer, Alan Goldstein.~%","Minerva No. 1 Mine, Cave-in-Rock, Cave-in-Rock Sub-District, Illinois - Kentucky Fluorspar District, Hardin Co., Illinois, USA");
cm(52.2163924945,-3.10962430648,"~~5486.html\">Dolyhir Quarry, Wethel, Old Radnor, Powys (Radnorshire), Wales, UK~)T.F. Cotterell : "The mineralogy of Dolyhir quarry, Old Radnor, Powys, Wales, U.K. - a major new mineralogical site in Wales", 5th International Conference "Mineralogy & Museums", Paris, Sept. 5-8th 2004, Bull. de Liaison de ... ","Dolyhir Quarry, Wethel, Old Radnor, Powys (Radnorshire), Wales, UK");
cm(37.469165802002,-88.166389465332,"~~3753.html\">Cave-in-Rock, Cave-in-Rock Sub-District, Illinois - Kentucky Fluorspar District, Hardin Co., Illinois, USA~)Mineralogical Record, v. 28, no. 1, 1997 ","Cave-in-Rock, Cave-in-Rock Sub-District, Illinois - Kentucky Fluorspar District, Hardin Co., Illinois, USA");
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), pp. 226. ","Bayan Obo (Bayun-Obo; Baiyunebo) deposit, Bayan Obo, Darhan Muminggan United Banner, Baotou League, Inner Mongolia Autonomous Region, China");
}
|