Changes between Version 42 and Version 43 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/12/10 16:14:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v42 v43 218 218 }}} 219 219 220 Download Coastlines: 221 {{{ 220 Download/decompress Coastlines: 221 {{{ 222 cd 223 mkdir mapnik 224 cd mapnik 222 225 wget http://tile.openstreetmap.org/world_boundaries-spherical.tgz 223 226 wget http://tile.openstreetmap.org/processed_p.tar.bz2 … … 225 228 wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/10m-populated-places.zip 226 229 wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-boundary-lines.zip 230 tar zxvf world_boundaries-spherical.tgz 231 tar jxvf processed_p.tar.bz2 -C world_boundaries 232 tar jxvf shoreline_300.tar.bz2 -C world_boundaries 233 unzip 10m-populated-places.zip -d world_boundaries 234 unzip 110m-admin-0-boundary-lines.zip -d world_boundaries 235 }}} 236 237 Disable autovacuum: 238 {{{ 239 vim /etc/postgresql/8.4/main/postgresql.conf 240 #autovacuum = on 241 /etc/init.d/postgresql restart 227 242 }}} 228 243 … … 231 246 wget http://downloads.cloudmade.com/north_america/haiti/haiti.osm.bz2 232 247 osm2pgsql -m -d gis haiti.osm.bz2 248 }}} 249 250 Re-enable autovacuum: 251 {{{ 252 vim /etc/postgresql/8.4/main/postgresql.conf 253 autovacuum = on 254 /etc/init.d/postgresql restart 233 255 }}} 234 256 === Contours ===