// 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(45.6672222222,-73.3433333333,"~~616.html\">Demix-Varennes quarry, Saint-Amable sill, Varennes & St-Amable, Lajemmerais RCM, Montérégie, Québec, Canada~)Mineralogical Record: 29: 83.
","Demix-Varennes quarry, Saint-Amable sill, Varennes & St-Amable, Lajemmerais RCM, Montérégie, Québec, Canada");
cm(45.5627777778,-73.1416666667,"~~599.html\">Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada~)Horváth, L and Gault, R.A. (1990), The mineralogy of Mont Saint-Hilaire Quebec. Mineralogical Record: 21: 284-359.
","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(-22.7686111111,17.1311111111,"~~7687.html\">Aris Quarries (Ariskop Quarry; Railway Quarry), Aris, Windhoek, Windhoek District, Khomas Region, Namibia~)Wartha, R., Palfi, A., Niedermayr, G., Brandstätter, F. and Petersen, O. V. (2001): Der Aris-Phonolith-Komplex und seine Mineralien. In Bahmann, U. and A. (Eds.), Namibia – Zauberwelt edler Steine und Kristalle, Bode-Verlag, Haltern, Germany, pp. ...
","Aris Quarries (Ariskop Quarry; Railway Quarry), Aris, Windhoek, Windhoek District, Khomas Region, Namibia");
cm(-1.88333333333,36.2666666667,"~~2233.html\">Lake Magadi, South Rift Valley, Rift Valley Province, Kenya~)AM 54 (1969), 1583; HB2/2 (1995)
","Lake Magadi, South Rift Valley, Rift Valley Province, Kenya");
cm(41.0138893127441,-122.602500915527,"~~25083.html\">Trinite Mining Claim, Trinity Center, Trinity Co., California, USA~)Am Min 60:642-649; www.mineralsocal.org; Am Min 53:2061-2069
~$~!0888617001251019521.jpg\">Magadiite © luigi chiappino
dimension area mm. 4 x 4 photo and collection Luigi Chiappino~%","Trinite Mining Claim, Trinity Center, Trinity Co., California, USA");
cm(42.9749984741211,-120.025001525879,"~~23698.html\">Alkali Lake, Lake Co., Oregon, USA~)Am. Min. 54:1034 ","Alkali Lake, Lake Co., Oregon, USA");
}
|