Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ninowalker committed Oct 21, 2010
1 parent 68940de commit 452e36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ from osm_downloader import Downloader, Region

d = Downloader("/path/to/outdir", 60*60*24) # max age == 1 day
r = Region((0,0,1,1))
d.download(region, step=0.02) # get 0.2 arc degree ^2 tiles.
d.download(region, step=0.2) # get 0.2 arc degree ^2 tiles.

0 comments on commit 452e36c

Please sign in to comment.