Skip to content

Commit

Permalink
Remove already solved TODO about bbox feature request
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Jan 12, 2024
1 parent f609537 commit f3c3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqfieldsync/offliners.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def __init__(self, layer, subset_string) -> None:
request.setFilterRect(layer_bbox)
source = convert_to_offline_layer(
layer_infos[0].layer, data_source, offline_gpkg_path, request
) # TODO: take care of request (bbox)
)

for layer_info in layer_infos:
update_data_provider(layer_info.layer, source)
Expand Down

0 comments on commit f3c3671

Please sign in to comment.