Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 4, 2014
1 parent 993747d commit 697e10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def read_folder(path):

def usage():
print "Usage:"
print " -m \"C:\\Users..\":\t The folder that contain .map files"
print " -g \"C:\\Users..\":\t The folder that contain .map files"
print " -t \"tiles\":\t\t The folder that will contain tiles (Optional)"
print " -z 8:\t\t\t\t Zoom level 4-n. Number of tiles to extract around position 0,0 of map." \
" It is in the form of 4^n tiles.It will extract a grid of 2^n*16 tiles on each side.(Optional)"
Expand Down Expand Up @@ -253,4 +253,4 @@ def main():
create_tiles(map_files, tile_path, tile_zoom)

if __name__ == "__main__":
main()
main()

0 comments on commit 697e10b

Please sign in to comment.