// 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(29.8508338928223,-94.8983306884766,"~~16374.html\">Barbers Hill Salt Dome (Barbers Hill), Mont Belvieu, Chambers Co., Texas, USA~)American Mineralogist (1962): 47: 665-671.
~$~!0660431001072850123.jpg\">
Chambersite © Brent Thorne
Crystal of chambersite on anhydrite. Crystal size, 1mm x 1mm. Brent Thorne specimen and photograph~%","Barbers Hill Salt Dome (Barbers Hill), Mont Belvieu, Chambers Co., Texas, USA");
cm(40.2194444444,117.218055556,"~~144527.html\">Zhongxincun B-Mn deposit, Pinggu District, Beijing Municipality, China~)http://wrgis.wr.usgs.gov/open-file/of03-220/DATABASE/lode_deposits.txt ","Zhongxincun B-Mn deposit, Pinggu District, Beijing Municipality, China");
cm(40.0888888889,117.415277778,"~~156837.html\">Dongshuichang B-Mn deposit, Ji Co., Tianjin (Tientsin) Municipality, China~)Fan, D., Yang, P., and Wang, R. (1999): Ore Geology Reviews 15(1), 15-29. ","Dongshuichang B-Mn deposit, Ji Co., Tianjin (Tientsin) Municipality, China");
}
|