// 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(47.3427772521973,-120.092498779297,"~~4214.html\">Rock Island Dam, Douglas and Chelan Co. Border, Washington, USA~)Tschernich (1991): Zeolites of Washington State. Rock & Minerals, 66(4)
~$~!0784375001071015740.jpg\">
Clinoptilolite-Ca © Dick Dionne
Clinoptilolite on erionite-K. 55x micro photo, field of view 1.6mm. Ex Milton Speckels collection. A Milton Speckels photo of this specimen is featured in The Photo-Atlas Of Minerals CD. Dionne collection.~%","Rock Island Dam, Douglas and Chelan Co. Border, Washington, USA");
cm(46.2669444444,-123.655,"~~14996.html\">Roadcuts, Altoona, Wahkiakum Co., Washington, USA~)Cannon, B. (1975): Minerals of Washington, p.75; Micro Probe Volume IX Number 3 Spring 2001 ","Roadcuts, Altoona, Wahkiakum Co., Washington, USA");
cm(-24.5166664123535,87.216667175293,"~~68172.html\">Site 253, Leg 26, D.S.D.P., Ninety East Ridge (90° E Ridge; Indian Ridge), Indian Ocean~)D. Besse et al. , Bell. Minéral. , 1981, 104, pp. 56-63. ","Site 253, Leg 26, D.S.D.P., Ninety East Ridge (90° E Ridge; Indian Ridge), Indian Ocean");
cm(45.8516666667,-74.4536111111,"~~127215.html\">Roadcut, Laurel, Wentworth, Argenteuil RCM, Laurentides, Québec, Canada~)Van Velthuizen et al. (2006) Mineral. Record 37, 283 [locality 48] ","Roadcut, Laurel, Wentworth, Argenteuil RCM, Laurentides, Québec, Canada");
cm(50.1422056072,-5.6912187544,"~~856.html\">Wheal Hazard (Hazard Section), Botallack Mine, Botallack, Botallack - Pendeen Area, St Just District, Cornwall, England, UK~)J.Russell Socierty 2006, 68-71 ~$~!080265600991351063.jpg\"> | Clinoptilolite-Ca © J.Ralph
"Heulandite" micro-crystals on matrix. (Actually probably Clioptilolite-Ca - See J. Russell Soc. 2006 p 68)~%","Wheal Hazard (Hazard Section), Botallack Mine, Botallack, Botallack - Pendeen Area, St Just District, Cornwall, England, UK");
}
|