Changeset 27258 in osm for applications


Ignore:
Timestamp:
2011-12-17T15:28:07+01:00 (13 years ago)
Author:
kpastor
Message:

README and build.xml updated for latest release

Location:
applications/editors/josm/plugins/print
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/print/README

    r27046 r27258  
    2525===========
    2626
    27 print.attribution:
     27print.attribution (string):
    2828The attribution text which will be printed on the page.
    29 Default: "Map data (c) OpenStreetMap contributors, CC-BY-SA"
     29Default: OSM Map data (c) OpenStreetMap contributors, CC-BY-SA
    3030
    31 print.resolution.dpi:
     31print.resolution.dpi (integer):
    3232The resolution in dpi which will be used for printing.
    3333While a typical screen may have ~100 dpi, most printers offer a much
    3434higher resolution. With a higher print resolution, lines will be finer,
    3535but icons and text will be smaller and might become unreadable.
    36 Default: "200"
     36Default: 100
    3737
     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.
    3847
    3948KNOWN LIMITATIONS
     
    4150
    4251 * No option to select a more usual scale
    43  * No GUI for preferences
     52 
  • applications/editors/josm/plugins/print/build.xml

    r27119 r27258  
    3030<project name="print" default="dist" basedir=".">
    3131    <!-- 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."/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4549"/>
Note: See TracChangeset for help on using the changeset viewer.