// 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(38.6886111111,-110.681111111,"~~19321.html\">Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA~$~!0369393001045579474.jpg\">
Orthominasragrite © Thomas Witzke
Blue spherical aggregate of orthominasragrite. Picture size 1 mm. Photographer and collection Thomas Witzke.~%","Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA");
cm(38.2152786254883,-108.718612670898,"~~116886.html\">Mineral Joe Group (Mineral Joe Nos. 1 - 12), Uravan District, Montrose Co., Colorado, USA~)Analyzed and in the collection of Brent Thorne ~$~!0665552001212901118.jpg\"> | Orthominasragrite © Brent Thorne 2008
Blue plates of orthominasragrite associated with pyrite. Field of view, 0.75mm x 0.75mm. I collected this specimen in 8-04. Specimen has been analyzed. Brent Thorne specimen and photograph.~%","Mineral Joe Group (Mineral Joe Nos. 1 - 12), Uravan District, Montrose Co., Colorado, USA");
cm(38.6794444444,-110.67,"~~182886.html\">North Mesa No. 5, North Mesa Mine group, Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA~)Patrick Haynes ~$~!0078799001255488982.jpg\"> | Orthominasragrite © Jake Slagle
Field of view 3mm. From the personal collection of Pat Haynes who discovered it. Orthminasragrite is associated here with acicular rozenite.~%","North Mesa No. 5, North Mesa Mine group, Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA");
}
|