// 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(25.4833333333,112.566666667,"~~715.html\">Xianghualing Mine (Hsianghualing Mine), Xianghualing Sn-polymetallic ore field, Linwu Co., Chenzhou Prefecture, Hunan Province, China~)Chao Ch\'un-lin (1964): Acta Geologica Sinica 44(3), 334-342 [TL see: Anthony, J.W. et al.: Handbook of Mineralogy]
~$~!0772593001200078326.jpg\">
Liberite © R.Kristiansen
Liberite and bromellite, milky white and colorless irregular crystalline aggregates in phlogopite matrix, 7 x 6 cm. This is one of the specimens illustrated in the publication by Huang et al. 1988. Hsianghualing rocks, mineral deposits and minerals. ...~%","Xianghualing Mine (Hsianghualing Mine), Xianghualing Sn-polymetallic ore field, Linwu Co., Chenzhou Prefecture, Hunan Province, China");
}
|