// 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(49.6502777778,12.4597222222,"~~1769.html\">Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany~)[Can.Min.(1979) 17, 103-105; Nickel & Nichols, 1991, p34 - "Mineral Reference Manual"]
~$~!0476192001044895220.jpg\">
Carlhintzeite © Thomas Witzke
Colourless tabular crystals of carlhintzeite. Picture size 1 mm. Photographer and collection Thomas Witzke.~%","Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany");
cm(48.6463888889,12.4116666667,"~~13098.html\">Kreuzberg Mt. (Rose quartz cliff), Pleystein, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany~)Dill, H.G., Weber, B. (2009), Pleystein-City on Pegmatite, 4th International Symposium on Granitic Pegmatites, Recife, Brazil. ~$~!0512856001253490774.jpg\"> | Carlhintzeite © Harald G. Dill & Berthold Weber
Field of view: 5mm~%","Kreuzberg Mt. (Rose quartz cliff), Pleystein, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany");
}
|