; Test script 6 ; This tests search failures... and a bit more. ; ; Specify boundaries of coordinate space: world 0810000W 0780000W 370000N 400000N ; ; Import some data: import Highland.txt ; ; Record the initial structure of the indices: ;debug world ;debug location ; ; Perform some searches for nonexistent things: what_is 1527289 what_is 1983332 what_is_at 382425N 0793444W what_is_at 382934N 0793352W ; ; Just for fun: what_is_in 382425N 0793444W 10 10 what_is_in 382934N 0793352W 10 10 ; ; Exit quit