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

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

Import of the print plugin

File size: 1.3 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:
28The attribution text which will be printed on the page.
29Default: "Map data (c) OpenStreetMap contributors, CC-BY-SA"
30
31print.resolution.dpi:
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: "200"
37
38
39KNOWN LIMITATIONS
40=================
41
42 * No option to select a more usual scale
43 * No GUI for preferences
Note: See TracBrowser for help on using the repository browser.