Changes between Version 33 and Version 34 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/12/10 15:37:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v33 v34 190 190 === Osm2pgsql === 191 191 * http://wiki.openstreetmap.org/wiki/Osm2pgsql 192 192 193 {{{ 193 194 apt-get install osm2pgsql … … 202 203 sed -i 's/-g -O2/-O2 -march=native -fomit-frame-pointer/' Makefile 203 204 make 205 }}} 206 207 208 Download Coastlines: 209 {{{ 210 wget http://tile.openstreetmap.org/world_boundaries-spherical.tgz 211 wget http://tile.openstreetmap.org/processed_p.tar.bz2 212 wget http://tile.openstreetmap.org/shoreline_300.tar.bz2 213 wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/10m-populated-places.zip 214 wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-boundary-lines.zip 204 215 }}} 205 216