Skip to content
Snippets Groups Projects
Commit c78e047a authored by Mario Raciti's avatar Mario Raciti
Browse files

TMSS-627: Fix LST centering maximum and minimum values

parent a819f30a
No related branches found
No related tags found
1 merge request!388TMSS-627: Fix LST centering maximum and minimum values
...@@ -111,13 +111,13 @@ ...@@ -111,13 +111,13 @@
"properties": { "properties": {
"from": { "from": {
"type": "number", "type": "number",
"minimum": -0.20943951, "minimum": -86400,
"maximum": 0.20943951 "maximum": 86400
}, },
"to": { "to": {
"type": "number", "type": "number",
"minimum": -0.20943951, "minimum": -86400,
"maximum": 0.20943951 "maximum": 86400
} }
}, },
"additionalProperties": false "additionalProperties": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment