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

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

README and build.xml updated for latest release

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.attribution (string):
28The attribution text which will be printed on the page.
29Default: OSM Map data (c) OpenStreetMap contributors, CC-BY-SA
30
31print.resolution.dpi (integer):
32The resolution in dpi which will be used for printing.
33While a typical screen may have ~100 dpi, most printers offer a much
34higher resolution. With a higher print resolution, lines will be finer,
35but icons and text will be smaller and might become unreadable.
36Default: 100
37
38print.preview.enabled (boolean):
39If true, the map will be rendered as a preview in the print dialog.
40If false, the preview only indicates the page area which will be filled
41by the map.
42Default: false
43
44print.saved-prefs...:
45Not really user preferences, but a mechanism to reliable backup and
46restore mappaint preferences which are temporary modified for printing.
47
48KNOWN LIMITATIONS
49=================
50
51 * No option to select a more usual scale
52
Note: See TracBrowser for help on using the repository browser.