// 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(40.5208333333,23.7902777778,"~~14339.html\">Madem-Lakko Mine (Madem-Lakkos Mine; Madem Laccos Mine), Stratoni operations, Cassandra Mines, Chalkidiki Prefecture, Macedonia Department, Greece~)Lapis, 28, #7/8, 8 (July-August 2003)
~$~!0011294001179135132.jpg\">
Manganoan Dolomite © Christian Bracke
Manganoan dolomite crystal of 3.4 cm length.~%","Madem-Lakko Mine (Madem-Lakkos Mine; Madem Laccos Mine), Stratoni operations, Cassandra Mines, Chalkidiki Prefecture, Macedonia Department, Greece");
cm(28.45,117.966666667,"~~157534.html\">Chaoyang Mine, Shangrao Co., Shangrao Prefecture, Jiangxi Province, China~)Chuanming Zhou, Xunlai Yuan, and Shuhai Xiao (2002): Chinese Science Bulletin 47(22), 1918-1924. ","Chaoyang Mine, Shangrao Co., Shangrao Prefecture, Jiangxi Province, China");
cm(25.7166666667,113.166666667,"~~64765.html\">Shizhuyuan Mine, Dongpo ore field, Yizhang Co., Chenzhou Prefecture, Hunan Province, China~)Jingwu Yin, Sang Jung Kim, Hyun Koo Lee, and Tetsumaru Itaya (2002): Journal of Asian Earth Sciences 20, 151-155 ","Shizhuyuan Mine, Dongpo ore field, Yizhang Co., Chenzhou Prefecture, Hunan Province, China");
cm(28.6027777778,109.705555556,"~~156980.html\">Minle Mn deposit, Huayuan Co., Xiangxi Autonomous Prefecture, Hunan Province, China~)Tang, S., and Liu, T. (1999): Ore Geology Reviews 15(1), 71-78. ","Minle Mn deposit, Huayuan Co., Xiangxi Autonomous Prefecture, Hunan Province, China");
cm(28.5138888889,112.319444444,"~~157299.html\">Tangganshan (Shangganshan) Mn deposit, Heshan District, Yiyang Prefecture, Hunan Province, China~)Baogui Zhang (1996), In: Tu Guangzhi (Ed.): Geochemistry of strata-bound deposits in China. Science Press (Beijing), 240-253. ","Tangganshan (Shangganshan) Mn deposit, Heshan District, Yiyang Prefecture, Hunan Province, China");
cm(40.5,118.166666667,"~~144504.html\">Gaobanhe Pb-Zn deposit, Xinglong Co., Chengde Prefecture, Hebei Province, China~)Zhao Zhenhua (1996), In: Tu Guangzhi, Ed.: Geochemistry of Strata-bound deposits in China. Science Press (Beijing), 565-578. ","Gaobanhe Pb-Zn deposit, Xinglong Co., Chengde Prefecture, Hebei Province, China");
}
|