Finish rest of zoom out core logic - still need to finish web UI

This commit is contained in:
Mike Primm 2011-06-22 13:56:21 -05:00
parent bec1108fa1
commit e7e4406e77
7 changed files with 67 additions and 42 deletions

View file

@ -72,10 +72,7 @@ public class RegionHandler extends FileHandler {
/* If not in list, remove it */
if(!idlist.contains(id)) {
regionData.remove(id);
log.info("discard " + id);
}
else
log.info("keep " + id);
}
}
try {