Skip to content

Commit

Permalink
fix: added support for negative bbox coords (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-shaharshavit-rnd authored Dec 1, 2021
1 parent 9d69f41 commit 8624738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yaml/updateLayerMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ components:
$ref: geojson.yaml#/components/schemas/FeatureCollection
productBoundingBox:
type: string
pattern: "^(0|[1-9]\\d*)(\\.\\d*)?,(0|[1-9]\\d*)(\\.\\d*)?,(0|[1-9]\\d*)(\\.\\d*)?,(0|[1-9]\\d*)(\\.\\d*)?$"
pattern: "^-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?,-?(0|[1-9]\\d*)(\\.\\d*)?$"

updateStatusLayerMetadata:
type: object
Expand Down

0 comments on commit 8624738

Please sign in to comment.