Changes between Version 39 and Version 40 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 11/12/10 15:44:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v39 v40 188 188 !OpenStreetMap data can be stored in a PostGIS database & rendered using Mapnik. 189 189 190 To support Key/Value pairs: 191 {{{ 192 su postgres 193 psql -d gis -f /usr/share/postgresql/8.4/contrib/hstore.sql 194 }}} 195 190 196 To support Planet diff files: 191 197 {{{ … … 193 199 psql gis < /usr/share/postgresql/8.4/contrib/_int.sql 194 200 }}} 201 195 202 === Osm2pgsql === 196 203 * http://wiki.openstreetmap.org/wiki/Osm2pgsql