Skip to content

Commit f8b2808

Browse files
committed
remove comments
1 parent 83bc0d8 commit f8b2808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

label_maker/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def get_tile_wms(tile, imagery, folder, kwargs):
111111

112112
# find our tile bounding box
113113
bound = bounds(*[int(t) for t in tile.split('-')])
114-
# bbox = transform_bounds(WGS84_CRS, CRS.from_string(wms_srs), *bound, densify_pts=21)
115114
xmin, ymin, xmax, ymax = transform_bounds(WGS84_CRS, CRS.from_string(wms_srs), *bound, densify_pts=21)
115+
116116
# project the tile bounding box from lat/lng to WMS SRS
117117
bbox = (
118118
[ymin, xmin, ymax, xmax] if wms_version == "1.3.0" else [xmin, ymin, xmax, ymax]

0 commit comments

Comments
 (0)