File: main.txt

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4905-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,032 kB
  • sloc: java: 73,856; xml: 1,695; python: 713; sh: 240; makefile: 149; perl: 31
file content (45 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

The mkgmap Tutorial
===================
The mkgmap team
:pubdate: January 2013
:toc:
:numbered:
:doctype: book
:website: http://www.mkgmap.org.uk
:email: mkgmap-dev@lists.mkgmap.org.uk
:description: A tutorial that starts with creating your first map and in a series of steps shows how to create a map of a whole country.
:max-width: 58em

:frame: topbot
:grid: rows

:osm: Open Street Map

// Used for conditional compiles for a unix/windows version.
:windows: 1
:linux: 1
:mac: 1


Introduction
------------
This tutorial starts with simple instructions to create a first map of
you local area and then gradually shows you how to build this into a
complete map of a country or region that is suitable for distribution to
others should you wish.


:leveloffset: 1

include::starting.txt[]

include::first_map.txt[]

include::second_map.txt[]

include::splitter.txt[]

include::publish.txt[]

include::custom.txt[]