File: map_menu.md

package info (click to toggle)
openorienteering-mapper 0.9.5-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 61,788 kB
  • sloc: cpp: 112,248; ansic: 1,448; sh: 408; java: 240; xml: 97; sed: 64; makefile: 28
file content (72 lines) | stat: -rw-r--r-- 1,476 bytes parent folder | download | duplicates (2)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: Map Menu
authors:
  - Peter Hoban
  - Thomas Schoeps
  - Kai Pastor
keywords: Menus
parent: Menus
grand_parent: Reference
nav_order: 0.5
last_modified_date: 20 January 2018
---

#### Georeferencing...

Opens the [georeferencing dialog](georeferencing.md).


#### ![ ](../mapper-images/grid.png) Configure grid...

Shows the [grid configuration dialog](grid.md).


---

#### ![ ](../mapper-images/tool-scale.png) Change map scale...

Shows a dialog to change the map scale.


#### ![ ](../mapper-images/tool-rotate.png) Rotate map...

Shows a dialog to rotate the whole map.


#### Map notes...

Shows a text field for entering additional text which will be saved in the map file, without appearing on the map itself. This can for example be used to store information about map revisions.


---

#### Add new part...

Opens a dialog for entering the name of a new map part which is to be created.


#### Rename current part...

 Opens a dialog for changing the name of the current map part.


#### Remove current part

Removes the current map part and all objects it contains.


#### Move select objects to

Moves the selected objects to another map part.


#### Merge this part with

Moves the current part's objects to another map part, and then removes the current map part.


#### Merge all parts

Moves all other parts' objects to the current part, and then removes all other map parts.