Changes between Version 3 and Version 4 of UbuntuMapserverExample

Show
Ignore:
Author:
dmeyer (IP: 67.183.217.40)
Timestamp:
01/29/08 19:39:10 (3 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuMapserverExample

    v3 v4  
    3131#get the data 
    3232wget http://mappinghacks.com/data/world_borders.zip 
    33 gunzip world_borders.zip 
     33#uncompress the world_borders.zip 
     34unzip world_borders.zip 
     35#delete the original zip file 
    3436rm world_borders.zip 
     37#get the projection file for the data 
     38wget http://mappinghacks.com/data/world_borders.prj 
    3539 }}} 
    3640 * On windows, just download the world_borders.zip and put it in a folder that is readable by all users.