]> err.no Git - mapper/blob - README
Get rid of generated files
[mapper] / README
1 Mapper
2 ------
3 Mapper is a fork of maemo-mapper, with emphasis 
4 on using and creating OpenStreetMap data.
5
6 Original maemo-mapper Copyright (C) 2006-2007 John Costigan.
7 POI and GPS-Info code originally written by Cezary Jackiewicz.
8 All code after fork Copyright (C) 2007-2008 Kaj-Michael Lang
9
10 Building
11 --------
12 ./autogen.sh
13 ./configure && make && make install
14
15 How to use OSM data
16 -------------------
17 Right now this needs some manual work.
18
19 1. Import data from planet.osm (or from a .osm file saved from JOSM)
20
21         The planet must be bzip2:ed!
22
23         Run:
24         osm2db planet.osm.bz2
25
26         The full planet database can be quite large so 
27         you can limit the import to a box.
28         This require 4 parameters, min lat/lon and max lat/lon:
29
30         osm2db planet.osm.bz2 60.0 18.0 70.0 33.0
31
32 2. Start mapper and configure the database path so it points the file just created.
33