// 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(-19.25,17.7,"~~2428.html\">Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia~)Hey\'s Mineral Index (1993); Gebhard, G. (1999): Tsumeb II. A Unique Mineral Locality. GG Publishing, Grossenseifen, Germany
~$~!0918924001074054996.jpg\">
Schneiderhöhnite © Brent Thorne
Black crystal of schneiderhohnite on quartz. Field of view, 4mm x 4mm. Brent Thorne specimen and photograph.~%","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia");
cm(-19.0230555556,-41.46,"~~395.html\">Urucum mine (Tim mine; Córrego do Urucum pegmatite), Galiléia, Doce valley, Minas Gerais, Southeast Region, Brazil~)No reference listed ~$~!0678986001248509315.jpg\"> | Schneiderhöhnite © Elmar Lackner 2009
Extremly glossy crystals of Schneiderhöhnite (Nearly impossible to photograph). Picture widh is 6,5mm.~%","Urucum mine (Tim mine; Córrego do Urucum pegmatite), Galiléia, Doce valley, Minas Gerais, Southeast Region, Brazil");
cm(43.6561111111,-103.5825,"~~19847.html\">White Elephant Mine, Cicero Peak, Pringle, Custer District, Custer Co., South Dakota, USA~)Rocks & Minerals: 75(3): 156-169. ","White Elephant Mine, Cicero Peak, Pringle, Custer District, Custer Co., South Dakota, USA");
}
|