Skip to content

Commit

Permalink
fix: revert default params raster layers (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenkapelian authored Oct 25, 2022
1 parent ea2fe10 commit 3eddc8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/yaml/fullLayerMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ components:
id:
type: string
format: uuid
default: undefined
displayPath:
type: string
1 change: 0 additions & 1 deletion src/yaml/geojson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ components:
FeatureCollection:
type: object
description: GeoJson Feature collection
default: undefined
required:
- type
- features
Expand Down
1 change: 0 additions & 1 deletion src/yaml/updateLayerMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ components:
$ref: geojson.yaml#/components/schemas/FeatureCollection
productBoundingBox:
type: string
default: undefined
pattern: "^-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?$"

updateStatusLayerMetadata:
Expand Down

0 comments on commit 3eddc8a

Please sign in to comment.