We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e5088 commit f91ffb6Copy full SHA for f91ffb6
ORStools/gui/ORStoolsDialog.py
@@ -464,6 +464,7 @@ def option_chosen(name, lineEdit):
464
for feature in data["features"]
465
if feature["properties"]["name"] == name
466
][0]
467
+ self.line_tool = maptools.LineTool(self)
468
self.add_geocoded_item(coords, lineEdit, name)
469
completer.activated.disconnect()
470
lineEdit.setText("")
@@ -666,7 +667,6 @@ def _reindex_list_items(self) -> None:
666
667
self.annotations.append(annotation)
668
self.project.annotationManager().addAnnotation(annotation)
669
try:
- self.line_tool = maptools.LineTool(self)
670
self.line_tool.create_rubber_band()
671
except Exception as e:
672
if "Connection refused" in str(e):
0 commit comments