Changes between Version 31 and Version 32 of RenderingOsmData


Ignore:
Timestamp:
Nov 18, 2011, 1:38:43 PM (12 years ago)
Author:
fake
Comment:

add link to the section and indent the line quoted.

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmData

    v31 v32  
    1616== Importing !OpenStreetMap Data ==
    1717
    18 This howto will take australian data as an example. Note: if you already have imported OSM data, see the section named "Using an existing database" below.
     18This howto will take australian data as an example. Note: if you already have imported OSM data, see the section "[#Usinganexistingdatabase Using an existing database]" below.
    1919
    2020=== Download ===
     
    183183== Using an existing database ==
    184184
    185 If you already have a postgis database with OSM data imported, all there is left to do (besides compiling mapserver with postgis support) is editing generate_style.py, around. line 72 change
    186 
    187 {{{
    188 'db_connection': '"host=localhost dbname=osm user=osm password=osm port=5432"'
     185If you already have a postgis database with OSM data imported, all there is left to do (besides compiling mapserver with postgis support) is editing generate_style.py. at approx. line 72 change
     186
     187{{{
     188     'db_connection': '"host=localhost dbname=osm user=osm password=osm port=5432"'
    189189}}}
    190190