Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/test/additionaal-logs-fss3' into…
Browse files Browse the repository at this point in the history
… test/additionaal-logs-fss3
  • Loading branch information
schmidtnz committed Feb 24, 2025
2 parents 3b2240e + bc111ab commit 289e210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gdal/gdal_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ class CompressionPreset(str, Enum):
class HillshadePreset(str, Enum):
"""Enum for the different type of hillshade available for generating from a DEM."""

GREYSCALE = "greyscale" # Standard/default mono-directional hillshade
IGOR = "igor" # Whiter hillshade (see http://maperitive.net/docs/Commands/GenerateReliefImageIgor.html)
GREYSCALE = "hillshade" # Standard/default mono-directional hillshade
IGOR = "hillshade-igor" # Whiter hillshade (see http://maperitive.net/docs/Commands/GenerateReliefImageIgor.html)

0 comments on commit 289e210

Please sign in to comment.