; Script 3 ; ; Test of multiple import commands with a couple of tiny DB files. ; ; Specify boundaries of coordinate space: world 0800400W 0792100W 375230N 383530N ; ; Import a smallish DB file: import VA_Highland.txt ; ; Check the location and name/state indices: debug quad debug hash ; ; Import another smallish DB file: import VA_Bath.txt ; ; Check the location and name/state indices: debug quad debug hash ; ; Try a couple of range searches: what_is_in -l 381257N 0794039W 60 60 what_is_in -l 381257N 0794039W 120 60 ; ; Exit quit