> For the complete documentation index, see [llms.txt](https://docs.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k2geospatial.com/fr2/administrateur/manuel-de-ladministrateur-jmap-server/sources-de-donnees-spatiales/sources-de-donnees-matricielles/serveur-wmts.md).

# Serveur WMTS

Web Map Tile Service (WMTS) est un standard proposé par l’[Open Geospatial Consortium](http://www.opengeospatial.org/) qui détermine comment les applications client doivent effectuer des requêtes en vue d’obtenir des données cartographiques sous forme de tuiles prédéfinies à partir d’un serveur de données.

En configurant les sources de données WMTS, vous permettez à JMap de se connecter à des serveurs compatibles avec WMTS (version 1.0.0) et d’interroger ceux‑ci. Vous pouvez alors créer des couches matricielles basées sur les sources de données WMTS à l’intérieur des projets.

<table data-header-hidden><thead><tr><th width="150.57475994513032"></th><th></th></tr></thead><tbody><tr><td>URL</td><td><p>Entrez l'URL GetCapabilities qui retournera les capacités du serveur WMTS. L'URL devrait être semblable à celle‑ci :<br><a href="file:///Volumes/GoogleDrive/Disques%20partage%CC%81s/K06-Documentation%20(technique%20&#x26;%20commerciale)/01%20JMap%20Server/JMap%207%20Kathmandu/Admin/ADMIN_FR/www.server.com/wmts?SERVICE=WMTS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilities">www.server.com/wmts?SERVICE=WMTS&#x26;VERSION=1.0.0&#x26;REQUEST=GetCapabilities</a></p><p>Exemples :<br><a href="https://servicesmatriciels.mern.gouv.qc.ca/erdas-iws/ogc/wmts/Cartes_Images?SERVICE=WMTS&#x26;REQUEST=GetCapabilities">https://servicesmatriciels.mern.gouv.qc.ca/erdas-iws/ogc/wmts/Cartes_Images?SERVICE=WMTS&#x26;REQUEST=GetCapabilities</a></p><p>et</p><p><a href="https://servicesmatriciels.mern.gouv.qc.ca/erdas-iws/ogc/wmts/Imagerie_Aeroportee_Forestiere_Historique?request=getcapabilities&#x26;service=wmts">https://servicesmatriciels.mern.gouv.qc.ca/erdas-iws/ogc/wmts/Imagerie_Aeroportee_Forestiere_Historique?request=getcapabilities&#x26;service=wmts</a></p><p>Appuyez sur <strong>Suivant</strong> pour continuer la configuration de la source de données.</p></td></tr><tr><td>Projection d'origine</td><td>Indiquez la projection des données cartographiques.</td></tr><tr><td>Démarrer la mise à jour automatique</td><td>Cochez cette case pour mettre à jour automatiquement cette source de données.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.k2geospatial.com/fr2/administrateur/manuel-de-ladministrateur-jmap-server/sources-de-donnees-spatiales/sources-de-donnees-matricielles/serveur-wmts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
