Skip to content

Commit

Permalink
docs: remove ToDos, available in #252
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed May 17, 2024
1 parent 5889c0e commit c98858e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ORStools/common/directions_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def get_extra_info_features_directions(response: dict, extra_info_order: list[st
extras_list[key].append(value)

for i in range(len(coordinates) - 1):
# TODO: dissolve, but is one layer per extra info more valuable?
feat = QgsFeature()
qgis_coords = [QgsPoint(x, y, z) for x, y, z in coordinates[i : i + 2]]
feat.setGeometry(QgsGeometry.fromPolyline(qgis_coords))
Expand Down
1 change: 0 additions & 1 deletion ORStools/proc/directions_points_layer_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def __init__(self):
self.EXTRA_INFO,
self.tr("Extra Info"),
options=EXTRA_INFOS,
# TODO: allowMultiple=False? This way, we wouldn't have to worry about dissolving more stuff.
allowMultiple=True,
optional=True,
),
Expand Down

0 comments on commit c98858e

Please sign in to comment.