Changes between Version 21 and Version 22 of RenderingOsmData

Show
Ignore:
Timestamp:
12/10/10 08:48:52 (2 years ago)
Author:
jmckenna
Comment:

add more windows commandline examples

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmData

    v21 v22  
    134134# osm2pgsql -l -d osm -p osm -s  -C 1024 /path/to/australia.osm.bz2 
    135135}}} 
     136 
     137  Example on Windows (notice the extra path to the style): 
     138 
     139   {{{ 
     140     osm2pgsql -U postgres -W -l -d osm -p osm -s -C 1024 -S "C\Program Files\osm2pgsql\default.style" colorado.osm.bz2 
     141   }}} 
    136142 
    137143