-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
- Loading branch information
There are no files selected for viewing
3 comments
on commit a22b5a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we could simply replace {starttime} or {endtime} wherever we wanted them in any url. ie a/b?apple={starttime}&banana={endtime}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our tile format is wms and not tms and MMGIS is replacing TIME={starttime} with the value TIME=endtime.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the layer:
{
"name": "Sun",
"uuid": "f01ec035-d127-47d2-b691-5305960fe600",
"description": "",
"type": "tile",
"url": "../../../map/lunaserv?SERVICE=WMS&VERSION=1.1.1&LAYERS=luna_sun_2024&TIME={starttime}",
"demparser": "",
"controlled": false,
"visibility": false,
"initialOpacity": 1,
"togglesWithHeader": true,
"minZoom": 0,
"maxNativeZoom": 16,
"maxZoom": 18,
"variables": {},
"tags": [
"reloadStrategy:time__hours__2"
],
"tileformat": "wms",
"time": {
"enabled": true,
"type": "requery",
"isRelative": true,
"current": "",
"start": "2024-11-10T00:00:00",
"end": "2025-05-01T00:00:00",
"startProp": "",
"endProp": "",
"format": "%Y-%m-%dT%H:%M:%SZ",
"compositeTile": false,
"refresh": "1 hours",
"increment": "5 minutes"
}
},
this line looks like you have typos? composite or omposite.