Obtenir la tuile raster par défaut
Cet endpoint fournit les tuiles raster par défaut.
Path Parameters
- z integer required
Niveau de zoom
Example: 1 - x integer required
Coordonnée X de la tuile
Example: 1 - y integer required
Coordonnée Y de la tuile
Example: 1
Responses
- 200
Tuile raster récupérée avec succès
- image/png
- Schema
Schema
- any
GET /styles/default/:z/:x/:y.png
Request
Request
curl / cURL
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
python / requests
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
go / native
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
nodejs / axios
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
ruby / Net::HTTP
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
csharp / RestSharp
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
php / cURL
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
java / OkHttp
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'
powershell / RestMethod
curl -L -X GET 'https://cartopixel.fr' \
-H 'Accept: image/png'