; Test script 5 ; This tests region searches with a smallish world space. ; ; 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 region searches: ; what_is_at 382424N 0793444W what_is_in 382424N 0793444W 30 30 what_is_in 382934N 0793349W 60 60 what_is_in 382934N 0793349W 120 120 ; what_is_at 382934N 0793349W what_is_in 382934N 0793349W 30 30 what_is_in 382934N 0793349W 30 60 ; what_is_in 381301N 0792643W 240 30 ; ; Exit quit