Skip to content

Commit

Permalink
fix: enable Basemaps preview for Elevation data
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Apr 17, 2024
1 parent bb05a6a commit e9ca9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/raster/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ spec:
template: get-location

- name: create-overview
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857' && '{{workflow.parameters.compression}}' != 'dem_lerc'"
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857'"
arguments:
parameters:
- name: location
Expand All @@ -386,7 +386,7 @@ spec:
depends: 'standardise-validate'

- name: create-config
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857' && '{{workflow.parameters.compression}}' != 'dem_lerc'"
when: "'{{workflow.parameters.target_epsg}}' =~ '2193|3857'"
arguments:
parameters:
- name: location
Expand Down

0 comments on commit e9ca9af

Please sign in to comment.