Skip to content
Snippets Groups Projects
Commit 819c95a6 authored by Auke Klazema's avatar Auke Klazema
Browse files

Merge branch 'TMSS-627' into 'master'

TMSS-627: Fix LST centering maximum and minimum values

Closes TMSS-627

See merge request !388
parents b7ce2b82 c78e047a
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