// 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(-31.9666666667,141.466666667,"~~72.html\">Broken Hill, Yancowinna Co., New South Wales, Australia~)[MinRec 7:31, 19:423-424, 19:363]
~$~!0377432001174106167.jpg\">
Raspite © Greg Murray
this speciment is 1.2cm by 1.2cm by 1cm, the main raspite crystal is about 3mm and the stolzite crystals up to 1mm. (collection of Greg Murray)~%","Broken Hill, Yancowinna Co., New South Wales, Australia");
cm(48.3666666667,8.21666666667,"~~1782.html\">Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany~)Walenta, K. (1992): Die Mineralien des Schwarzwaldes. Chr. Weise Verlag, München, 336 pp. (in German) ~$~!0464884001120315147.jpg\"> | Raspite © O. Dziallas
Picture width 2 mm. Photographer and collection O. Dziallas~%","Clara Mine, Rankach valley, Oberwolfach, Wolfach, Black Forest, Baden-Württemberg, Germany");
cm(46.1986111111,2.96388888889,"~~1669.html\">Les Montmins Mine (Ste Barbe vein), Échassières, Ébreuil, Allier, Auvergne, France~)Le Règne Minéral, (33), 5-25. ~$~!0183227001115571431.jpg\"> | Raspite © JM. Johannet
Field of view : 3mm, Photo & Collection : JM.Johannet.~%","Les Montmins Mine (Ste Barbe vein), Échassières, Ébreuil, Allier, Auvergne, France");
cm(-1.65,29.85,"~~123674.html\">Gifurwe Mines, Gifurwe sector, Cyeru Commune, Northern Province, Rwanda~)J. W. Anthony et al.: Handbook of Mineralogy, Vol. 3 (1997), 17 ","Gifurwe Mines, Gifurwe sector, Cyeru Commune, Northern Province, Rwanda");
cm(46.1988888889,2.95888888889,"~~188986.html\">Le Mazet vein, Échassières, Ébreuil, Allier, Auvergne, France~)Pierre Le Roch & Jean-Marc Johannet collections ","Le Mazet vein, Échassières, Ébreuil, Allier, Auvergne, France");
}
|