]> err.no Git - mapper/commitdiff
Update. No need to create the tables and indexes by hand anymore.
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 4 Feb 2008 13:48:53 +0000 (15:48 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 4 Feb 2008 13:48:53 +0000 (15:48 +0200)
README

diff --git a/README b/README
index 5f682c1d885fe4a8287558a8e6d37ac140718e1f..f312b2dfab80a89e387ce5e8f92541345fe17cc5 100644 (file)
--- a/README
+++ b/README
@@ -5,13 +5,7 @@ on using and creating OpenStreetMap data.
 
 Original maemo-mapper Copyright (C) 2006-2007 John Costigan.
 POI and GPS-Info code originally written by Cezary Jackiewicz.
-All code after fork Copyright (C) 2007 Kaj-Michael Lang
-
-Major changes made:
-* Splitting of source code
-* Supports running on plain gtk+ and maemo
-* Use OSM data for location information
-* ...
+All code after fork Copyright (C) 2007-2008 Kaj-Michael Lang
 
 Building
 --------
@@ -22,20 +16,18 @@ How to use OSM data
 -------------------
 Right now this needs some manual work.
 
-1. First create a sqlite3 database with tables:
+1. Import data from planet.osm (or from a .osm file saved from JOSM)
 
-       sqlite3 osm-planet.db < docs/osm-tables.sql
-       sqlite3 osm-planet.db < docs/osm-indexes.sql
+       The planet must be bzip2:ed!
 
-2. Then import data from planet.osm (or from a .osm file saved from JOSM)
        Run:
-       osm2db planet.osm
+       osm2db planet.osm.bz2
 
        The full planet database can be quite large so 
        you can limit the import to a box.
        This require 4 parameters, min lat/lon and max lat/lon:
 
-       osm2db planet.osm 60.0 18.0 70.0 33.0
+       osm2db planet.osm.bz2 60.0 18.0 70.0 33.0
 
-3. Start mapper and configure the database path so it points the file just created.
+2. Start mapper and configure the database path so it points the file just created.