Skip to content

Commit

Permalink
Upated README to include new command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
cluening committed Feb 26, 2016
1 parent 35ea0d6 commit 53d1584
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Given a directory full of `.gpx` files and a bounding box, `gpx2ps` will render
usage: gpx2ps.py [-h] [--inputdir INPUTDIR] [--fgcolor FGCOLOR]
[--bgcolor BGCOLOR]
[--autofit | --bbox MINLAT,MINLON,MAXLAT,MAXLON | --center LAT,LON]
[--radius RADIUS] [--landscape | --portrait]
[--radius RADIUS] [--title TITLE] [--fontsize FONTSIZE]
[--thinfont THINFONT] [--boldfont BOLDFONT]
[--landscape | --portrait]
In goes the GPX, out goes the PS
Expand All @@ -26,6 +28,13 @@ optional arguments:
Crop output to fit within this bounding box
--center LAT,LON Center output on this point. Use with --radius
--radius RADIUS Radius of area to include in output. Use with --center
--landscape Print in landscape mode (default)
--title TITLE Optional map title. Can be in the format 'Thin Text
[Bold Text]' for two sets of contrasting text weights
--fontsize FONTSIZE Font size in points
--thinfont THINFONT Postscript name of font to use for thin text. Default:
Helvetica-Light
--boldfont BOLDFONT Postscript name of font to use for bold text. Default:
Helvetica-Bold
--landscape Print in landscape mode. Default.
--portrait Print in portrait mode
```

0 comments on commit 53d1584

Please sign in to comment.