README for extracting tiles from tar.bz file: ============================================= Base assumptions: ----------------- The archive of tiles is on a usb drive of some sort. The HMMRCONTROL laptop is on and connected to the hmmrx2 server, which is also powered and in 'On' mode. The Procedure ------------- copy the tar.bz file to /home/hmmr/DATA temporarily; you should be able to use the file dialog to do this. (the file icon at the bottom of thescreen. Look for the drive as a removable disk on the bottom left side. click on that, go to the archive file, right click and say copy to, go to the /home/hmmr/DATA directory and hit 'select' on the dialog. scp the file from the HMMRCONTROL laptop to the HMMRX2 Server: scp user@hmmrx2:/home/user/DATA from the server terminal: cd ~/DATA; tar xvf run ls -lrt and the last entry in the listing should be the directory extracted from the archive -- UMBC, for example. now it's as simple as a copy: cp -r UMBC/* ~/deploy/frontend/public/northamerica/. This adds the tiles that are specific to the test area to the tiles already used by the map on the hmmrx2 server.