Skip to content

Commit

Permalink
explanation update
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoray committed Jun 14, 2024
1 parent a8b1ec5 commit a3393bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_current_zoom(self):
round(log(((dpi * inchesPerMeter * maxScalePerPixel) / scale), 2), 0)
)

# map_canvasのXY座標のminとmaxを取得
# 対象領域のXY座標のminとmaxを取得
def get_canvas_bbox(self):
extent = [
self.dlg.mExtentGroupBox.outputExtent().xMinimum(),
Expand Down

0 comments on commit a3393bc

Please sign in to comment.