Finish rest of zoom out core logic - still need to finish web UI
This commit is contained in:
parent
bec1108fa1
commit
e7e4406e77
7 changed files with 67 additions and 42 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue