Skip to content

Commit

Permalink
Misspelled "Delineations" part 2 #527
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Nov 1, 2024
1 parent 9980293 commit df0abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QRiS/qris_map_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def build_pour_point_map_layer(self, pour_point: PourPoint):

project_group = self.get_group_layer(self.project.map_guid, PROJECT_MACHINE_CODE, self.project.name, None, True)
context_group_layer = self.get_group_layer(self.project.map_guid, CONTEXT_MACHINE_CODE, 'Context', project_group, True)
catchment_deliniation_group_layer = self.get_group_layer(self.project.map_guid, CATCHMENTS_MACHINE_CODE, 'Catchment Deliniations', context_group_layer, True)
catchment_deliniation_group_layer = self.get_group_layer(self.project.map_guid, CATCHMENTS_MACHINE_CODE, 'Catchment Delineations', context_group_layer, True)
pour_point_group_layer = self.get_group_layer(self.project.map_guid, pour_point, pour_point.name, catchment_deliniation_group_layer, True)

# Create a layer from the pour point
Expand Down

0 comments on commit df0abfb

Please sign in to comment.