// 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(51.2386609977,-2.6676029724,"~~1617.html\">Higher Pitts Mine, Priddy, Somerset, England, UK~)Palache, C., Berman, H., & Frondel, C. (1951), The System of Mineralogy of James Dwight Dana and Edward Salisbury Dana, Yale University 1837-1892, Volume II: 83, 85; Mineralogical Magazine (1923): 20, 67-92 (the mineral 75-77); Clark, 1993 - ...
~$~!0568873001204942849.jpg\">
Chloroxiphite © Rob Lavinsky
4.7 x 2.8 x 1.9 cm. This is an important species and locality specimen, featuring a 1.5 cm crystal of Chloroxiphite in Mendipite, with minor blue Diaboleite in association. Its worth something for the Mendipite alone! The chloroxiphite is ...~%","Higher Pitts Mine, Priddy, Somerset, England, UK");
cm(51.5006087106,-2.62099407944,"~~4868.html\">Wesley Mine, Westbury on Trym, Somerset, England, UK~)BMS Database ","Wesley Mine, Westbury on Trym, Somerset, England, UK");
cm(42.5333333333,91.9166666667,"~~142691.html\">Kalatage Cu-Au deposit, Hami (Kumul; Qumul) Co., Hami (Kumul; Qumul) Prefecture, Xinjiang (Xinjiang-Uygur) Autonomous Region, China~)http://pubs.usgs.gov/of/2005/1060/PorCu.txt ","Kalatage Cu-Au deposit, Hami (Kumul; Qumul) Co., Hami (Kumul; Qumul) Prefecture, Xinjiang (Xinjiang-Uygur) Autonomous Region, China");
cm(51.1956851009,-2.43654260083,"~~1618.html\">Torr Works Quarry (Merehead Quarry), Cranmore, Somerset, England, UK~)Turner, R.W., (2006) A Mechanism for the formation of the Mineralised Mn Deposits at Merehead Quarry, Cranmore, Somerset, England. Min. Mag. vol. 70, no. 6, pp 629 - 653; Mineralogical Magazine 1977 41 : 410-411 ~$~!0150270001099353572.jpg\"> | Chloroxiphite © Peter Haas
Spray of dark olive green crystals to 1.5 cm, on pink mendipite and massive manganese ore. Field width: 2.2 cm. P Haas photograph and collection (no. 34-012), ex JP Gliddon collection (no. 85).~%","Torr Works Quarry (Merehead Quarry), Cranmore, Somerset, England, UK");
}
|