Debug.message("basic", "PlotLayer.plotDataSources()");
int num_graphics = 0;
OMGraphicList graphics = new OMGraphicList();
graphics.setTraverseMode(OMGraphicList.LAST_ADDED_ON_TOP);
graphics.clear();
Enumeration site_enum = temperature_data.getAllSites();
while (site_enum.hasMoreElements()) {
GLOBESite site = (GLOBESite) site_enum.nextElement();
//Debug.message("basic", "Plotlayer adds " +