Changeset 27258 in osm for applications/editors/josm/plugins/print
- Timestamp:
- 2011-12-17T15:28:07+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/print
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/README
r27046 r27258 25 25 =========== 26 26 27 print.attribution :27 print.attribution (string): 28 28 The attribution text which will be printed on the page. 29 Default: "Map data (c) OpenStreetMap contributors, CC-BY-SA"29 Default: OSM Map data (c) OpenStreetMap contributors, CC-BY-SA 30 30 31 print.resolution.dpi :31 print.resolution.dpi (integer): 32 32 The resolution in dpi which will be used for printing. 33 33 While a typical screen may have ~100 dpi, most printers offer a much 34 34 higher resolution. With a higher print resolution, lines will be finer, 35 35 but icons and text will be smaller and might become unreadable. 36 Default: "200"36 Default: 100 37 37 38 print.preview.enabled (boolean): 39 If true, the map will be rendered as a preview in the print dialog. 40 If false, the preview only indicates the page area which will be filled 41 by the map. 42 Default: false 43 44 print.saved-prefs...: 45 Not really user preferences, but a mechanism to reliable backup and 46 restore mappaint preferences which are temporary modified for printing. 38 47 39 48 KNOWN LIMITATIONS … … 41 50 42 51 * No option to select a more usual scale 43 * No GUI for preferences52 -
applications/editors/josm/plugins/print/build.xml
r27119 r27258 30 30 <project name="print" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value=" Prints more types of layers correctly now, tested with PicLayer"/>32 <property name="commit.message" value="Added a print settings and preview dialog."/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4549"/>
Note:
See TracChangeset
for help on using the changeset viewer.