// 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(54.273176076,-0.393503665224,"~~1641.html\">South Bay, Scarborough, North Yorkshire, England, UK~)[Phil.Mag., 2nd ser.(1829) 5, 178; Nickel & Nichols, 1991, 187 - "Mineral Reference Manual"]; Mineralogical Magazine 1960 32 : 353-362.
~$~!0119852001064827289.jpg\">
Scarbroite © Thomas Witzke
White earthy Scarbroite. Picture size 8 mm. Photographer and collection Thomas Witzke.~%","South Bay, Scarborough, North Yorkshire, England, UK");
cm(51.5555318896,-2.39814448008,"~~1593.html\">Hampstead Farm Quarry, Chipping Sodbury District, South Gloucestershire (Bristol; Avon), England, UK~)No reference listed ","Hampstead Farm Quarry, Chipping Sodbury District, South Gloucestershire (Bristol; Avon), England, UK");
cm(41.8983333333,-2.15527777778,"~~203906.html\">Roadcut, Magaña, Soria, Castile and Leon, Spain~)Calvo, M. Viñals, J., Clemente, J. and Sanchis, M. (2000). Scarbroita, alofana y paligorskita como producto de alteración de la facies Weald, Magaña (Soria). Revista de Minerales, 2, (1), 20-22 ","Roadcut, Magaña, Soria, Castile and Leon, Spain");
}
|