// 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(53.155476972,-1.47354518415,"~~1482.html\">Milltown Quarry, Milltown, Ashover, Derbyshire, England, UK~)Min.Mag.(1988) 52, 699-702; UKJMM No10; Ford, T., A. Sarjeant & M. Smith (1993): The minerals of the Peak district of Derbyshire. UK Jour. Mines & Minerals 13, 16-55.
~$~!0047559001236974822.jpg\">
Ashoverite © Steve Rust
Platy ashoverite crystals to 0.7mm, with two crystals of sweetite, one at the uper left the other at the right of the ashoverite, on fluorite~%","Milltown Quarry, Milltown, Ashover, Derbyshire, England, UK");
cm(51.9194444444,10.3686111111,"~~6026.html\">Herzog Julius smelter (slag locality), Astfeld, Goslar, Harz Mts, Lower Saxony, Germany~)Anthony, J. W. et al. (1997): Handbook of Mineralogy, Vol. 3, 28 ","Herzog Julius smelter (slag locality), Astfeld, Goslar, Harz Mts, Lower Saxony, Germany");
cm(-19.25,17.7,"~~2428.html\">Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia~)Walter Kahn specimen analyzed by SEM EDS and XRD. ~$~!0606251001234718832.jpg\"> | Ashoverite © Brent Thorne 2009
Plates of ashoverite on smithsonite. Field of view, 1mm x 1mm. Specimen has been analyzed by SEM EDS and XRD. Brent Thorne specimen and photograph.~%","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia");
}
|