You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Meine Toonen edited this page Mar 3, 2017
·
1 revision
Overview
Support for WMTS services will be implemented in this change.
Functional changes
It will be possible to load WMTS services in the viewer-admin, and to request the tiles of said WMTS service in the viewer.
Technical changes
The changes needed for the completion of this functionality are described here.
Affected modules
The modules which are affected by these changes are split in the viewer and viewer-admin
Viewer
In the viewer, the openlayers tiling layer will be expanded to support the use of WMTS services;
Viewer-admin
The viewer-admin will be able to parse the capabilities of WMTS services. So when the user enters a URL to a WMTS capabilities document, it will automatically create all the layers, with all it's matrices.
It will adhere to the WMTS specification.
Backwards compatibility
We foresee no incompatibility with older version. All the old configurations will be kept and remain functional.