// 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~)Tschernich, R. (1992): Zeolites of the World, p.414., Horváth, L and Gault, R.A. (1990), The mineralogy of Mont Saint-Hilaire Quebec. Mineralogical Record: 21: 284-359.
","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(-31.7391666667,150.780277778,"~~67.html\">Ardglen Quarry (State Rail Quarry), Ardglen, Buckland Co., New South Wales, Australia~)Australian Journ.Min. vol.6, no. 1
","Ardglen Quarry (State Rail Quarry), Ardglen, Buckland Co., New South Wales, Australia");
cm(50.4327777778,7.16638888889,"~~1794.html\">Schellkopf Mt., Brenk, Niederzissen, Eifel Mts, Rhineland-Palatinate, Germany~)Blass, G., Emmerich, F., Graf, HW., Schäfer, Ch., Tschörtner, J., (2006): Minerale der Eifelvulkane, Version 1.0, CD, published by authors
","Schellkopf Mt., Brenk, Niederzissen, Eifel Mts, Rhineland-Palatinate, Germany");
cm(28.0513888889,-14.3311111111,"~~131047.html\">Morro de Jable, Fuerteventura, Las Palmas Province, Canary Islands, Spain~)Christof Schäfer
~$~!0864611001185913959.jpg\">Phillipsite-Na © C.H.M.-Schäfer
Twinned crystals of Phillipsite-Na showing a pseudo-orthorhombic habit. Identification by SEM-EDS suggests a Na/K/Ca ratio of 9/7/0, diameter of crystal group about 5 mm, photograph by Stephan Wolfsried, collection C.&H. Schäfer~%","Morro de Jable, Fuerteventura, Las Palmas Province, Canary Islands, Spain");
}
|