Skip to content

Commit

Permalink
Changed default PNG size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximillian Dornseif committed Oct 5, 2013
1 parent 8382ba9 commit 74c5341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@ Wenn Sie einen Fehler bemerken, melden Sie Ihn bitte unter http://github.com/mdo
.. image:: https://d2weczhvl823v0.cloudfront.net/mdornseif/pygeodb/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free

.. image:: https://travis-ci.org/mdornseif/pyGeoDb.png?branch=master
:target: https://travis-ci.org/mdornseif/pyGeoDb
4 changes: 2 additions & 2 deletions plz_draw
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def parse_commandline():
parser.description = __doc__

parser.set_usage('usage: %prog [options] outputfile. Try %prog --help for details.')
parser.add_option('--width', type='int', default=480,
parser.add_option('--width', type='int', default=768,
help='Width of generated Image [%default]')
parser.add_option('--height', type='int', default=640,
parser.add_option('--height', type='int', default=1024,
help='Heigth of generated Image [%default]')
parser.add_option('-l', '--limit', action='append',
help='Limit PLZ matiching to this prefifx, can be given more than once.')
Expand Down

0 comments on commit 74c5341

Please sign in to comment.