-
Notifications
You must be signed in to change notification settings - Fork 0
tms
Christoph edited this page Nov 17, 2022
·
2 revisions
graph TB;
id1(tms)-->id2(url);
id1(tms)-->id7(invertedYAxis);
The tms object contains the following data:
"tms": {
"url": "",
"invertedYAxis": true
}
The url of the TMS including placeholders, e.g. https://tile.openstreetmap.org/{z}/{x}/{y}.png
.
The string can contain the following time and date related placeholders and will be replaced with the current date and time (only UTC):
- {YYYY}: the current year
- {MM}: the current month
- {DD}: the current day
- {hh}: the current hour
- {mm}: the current minute
- {ss}: the current second
A boolean value indicating, whether the y-axis of the service is inverted (TMS standard) or not (OGC standards).