1 | README |
---|
2 | ====== |
---|
3 | |
---|
4 | The Print Plugin adds a map printing feature to JOSM. |
---|
5 | |
---|
6 | Copyright 2011 Kai Pastor <dg0yt@darc.de> |
---|
7 | |
---|
8 | This program is free software; you can redistribute it and/or modify |
---|
9 | it under the terms of the GNU General Public License as published by |
---|
10 | the Free Software Foundation; either version 2 of the License, or |
---|
11 | (at your option) any later version. |
---|
12 | |
---|
13 | This program is distributed in the hope that it will be useful, |
---|
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | GNU General Public License for more details. |
---|
17 | |
---|
18 | You should have received a copy of the GNU General Public License |
---|
19 | along with this program; if not, write to the Free Software |
---|
20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
---|
21 | MA 02110-1301, USA. |
---|
22 | |
---|
23 | |
---|
24 | PREFERENCES |
---|
25 | =========== |
---|
26 | |
---|
27 | print.map-scale (integer): |
---|
28 | The map scale x as in 1:x. |
---|
29 | Default: 25.000 |
---|
30 | |
---|
31 | print.attribution (string): |
---|
32 | The attribution text which will be printed on the page. |
---|
33 | Default: OSM Map data (c) OpenStreetMap contributors, CC-BY-SA |
---|
34 | |
---|
35 | print.resolution.dpi (integer): |
---|
36 | The resolution in dpi which will be used for printing. |
---|
37 | While a typical screen may have ~100 dpi, most printers offer a much |
---|
38 | higher resolution. With a higher print resolution, lines will be finer, |
---|
39 | but icons and text will be smaller and might become unreadable. |
---|
40 | Default: 100 |
---|
41 | |
---|
42 | print.preview.enabled (boolean): |
---|
43 | If true, the map will be rendered as a preview in the print dialog. |
---|
44 | If false, the preview only indicates the page area which will be filled |
---|
45 | by the map. |
---|
46 | Default: false |
---|
47 | |
---|
48 | print.saved-prefs...: |
---|
49 | Not really user preferences, but a mechanism to reliable backup and |
---|
50 | restore mappaint preferences which are temporary modified for printing. |
---|