source: osm/applications/editors/josm/plugins/print/README@ 27282

Last change on this file since 27282 was 27282, checked in by kpastor, 13 years ago

Added a field to specify the map scale.

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