Skip to content

Commit

Permalink
fix: extend color dict for isochrones by one
Browse files Browse the repository at this point in the history
T print correct error message in processing algorithm
  • Loading branch information
merydian committed May 31, 2024
1 parent 2b981c1 commit 2d768f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ORStools/common/isochrones_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def stylePoly(self, layer: QgsMapLayer) -> None:
7: QColor("#f99e59"),
8: QColor("#e85b3a"),
9: QColor("#d7191c"),
10: None,
}

categories = []
Expand Down

0 comments on commit 2d768f4

Please sign in to comment.