Obtenir le WMTS par défaut
Cet endpoint fournit le WMTS par défaut au format XML.
Responses
- 200
WMTS récupéré avec succès
- application/xml
- Schema
Schema
- any
GET /styles/default/wmts.xml
Request
Request
curl / cURL
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
python / requests
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
go / native
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
nodejs / axios
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
ruby / Net::HTTP
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
csharp / RestSharp
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
php / cURL
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
java / OkHttp
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'
powershell / RestMethod
curl -L -X GET 'https://cartopixel.fr/styles/default/wmts.xml' \
-H 'Accept: application/xml'