// 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(39.2161111111,-116.103055556,"~~19593.html\">VanNavSan Claim (Van Nav Sand claim), Gibellini District, Eureka Co., Nevada, USA~)Handbook of Mineralogy - Anthony, Bideaux, Bladh, Nichols
~$~!0742973001219036097.jpg\">
Vashegyite © 2008 Jesse Crawford
Width of field is 1.7 mm. Collection of Jesse Crawford. The depth of field has been enhanced using Helicon Focus(14 frames). Equipment: Nikon D-100 digital camera on a homemade microscope.~%","VanNavSan Claim (Van Nav Sand claim), Gibellini District, Eureka Co., Nevada, USA");
cm(48.6166666667,20.1,"~~23350.html\">Železník Mt. (Vashegy Mt.), Sirk (Szirk), Western Slovenské Rudohorie Mts, Banská Bystrica Region, Slovakia~)Math. es Term.tud.Ert.(1909) 27, 64-67 ","Železník Mt. (Vashegy Mt.), Sirk (Szirk), Western Slovenské Rudohorie Mts, Banská Bystrica Region, Slovakia");
cm(47.3833333333,15.4333333333,"~~6406.html\">Breitenau Mine, Hochlantsch Mt., St. Jakob-Breitenau, Fischbacher Alpen Mts, Styria, Austria~)R. Exel: Die Mineralien und Erzlagerstätten Österreichs (1993) ","Breitenau Mine, Hochlantsch Mt., St. Jakob-Breitenau, Fischbacher Alpen Mts, Styria, Austria");
cm(48.1833343505859,20.4833335876465,"~~27137.html\">Rágyincs Valley, Dédestapolcsány, Upponyi Mts., Borsod-Abaúj-Zemplén Co., Hungary~)Koch: Minerals of Hungary, 1985 ","Rágyincs Valley, Dédestapolcsány, Upponyi Mts., Borsod-Abaúj-Zemplén Co., Hungary");
cm(44.6833333333,21.6833333333,"~~157824.html\">Gaura cu Musca Cave, Locvei Mts, Banat Mts, Caras-Severin Co., Romania~)Onac, B.P., Zaharia, L., Kearns, J. & Veres, D. (2007): Vashegyite from Gaura cu Musca Cave (Locvei Mountains, Romania): a new and rare phosphate occurrence. International J. of Speleology, 35, 67-73. ","Gaura cu Musca Cave, Locvei Mts, Banat Mts, Caras-Severin Co., Romania");
}
|