addeURL = access.getStandardUrlName();
// see if we have a stationDB file
InvDataset invds = access.getDataset();
String pv = invds.findProperty( "_StationDBlocation");
if (pv != null) {
stationDBlocation = InvDatasetImpl.resolve( invds, pv);
}
init();