Changes between Version 30 and Version 31 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/12/10 15:17:40 (14 years ago)
Author:
Fran Boon
Comment:

OpenStreetMap db docs started

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v30 v31  
    185185=== [http://mapserver.org MapServer] ===
    186186 * [http://www.tinyows.org TinyOWS] can complement this for WFS-T
     187
     188== OpenStreetMap ==
     189OpenStreetMap data can be stored in a PostGIS database & rendered using Mapnik
     190=== Osm2pgsql ===
     191 * http://wiki.openstreetmap.org/wiki/Osm2pgsql
     192{{{
     193apt-get install osm2pgsql
     194}}}
     195or
     196{{{
     197apt-get install build-essential libxml2-dev libgeos-dev libpq-dev libbz2-dev proj autoconf subversion
     198svn export http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/
     199cd osm2pgsql
     200./autogen.sh
     201./configure
     202sed -i 's/-g -O2/-O2 -march=native -fomit-frame-pointer/' Makefile
     203make
     204}}}
     205
     206Download area of interest, e.g.:
     207{{{
     208wget http://downloads.cloudmade.com/north_america/haiti/haiti.osm.bz2
     209bunzip2 haiti.osm.bz2
     210}}}
     211=== Mapnik ===
     212 * http://wiki.openstreetmap.org/wiki/Mapnik
     213=== Contours ===
     214 * http://wiki.openstreetmap.org/wiki/Contours
    187215
    188216== Printing ==