Skip to content

Commit

Permalink
geosearch: continue with UI at end of images
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge authored and stephendade committed May 14, 2017
1 parent df777d7 commit 751219b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cuav/tools/geosearch.py
Expand Up @@ -305,6 +305,11 @@ def process(args):
os.path.basename(f), count/total_time, region_count, scan_count, num_files))
#raw_input("hit ENTER when ready")

print("All images processed"
while True:
# check for any events from the map
slipmap.check_events()
mosaic.check_events()

def parse_args():
'''parse command line arguments'''
Expand Down

0 comments on commit 751219b

Please sign in to comment.