Skip to content

Commit

Permalink
fix: processing of transmitted area options
Browse files Browse the repository at this point in the history
  • Loading branch information
kfilippenok committed Jan 23, 2025
1 parent 76323f2 commit a7739ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TilesDownloader/TilesDownloader.Options.pas
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function getOptionName(Option: TOptionKind): String;
okMinZoom : Exit('min-zoom');
okMaxZoom : Exit('max-zoom');
okLeft : Exit('left');
okTop : Exit('right');
okRight : Exit('top');
okTop : Exit('top');
okRight : Exit('right');
okBottom : Exit('bottom');
okShowFileType : Exit('show-file-type');
okTileRes : Exit('tile-res');
Expand Down

0 comments on commit a7739ec

Please sign in to comment.