Changes between Version 3 and Version 4 of UbuntuMapserverExample
- Timestamp:
- 01/29/08 19:39:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuMapserverExample
v3 v4 31 31 #get the data 32 32 wget http://mappinghacks.com/data/world_borders.zip 33 gunzip world_borders.zip 33 #uncompress the world_borders.zip 34 unzip world_borders.zip 35 #delete the original zip file 34 36 rm world_borders.zip 37 #get the projection file for the data 38 wget http://mappinghacks.com/data/world_borders.prj 35 39 }}} 36 40 * On windows, just download the world_borders.zip and put it in a folder that is readable by all users.
