/v1/tiles/{z}/{x}/{y}.pbfVector tile (Mapbox Vector Tile, `application/x-protobuf`)
Serves the AfriMap default tileset at the requested zoom/column/row. Compatible with MapLibre GL and any MVT consumer. See `tileStyle` for the matching style document.
Paramètres
| Nom | Emplacement | Type | Description |
|---|---|---|---|
| z required | path | integer | — |
| x required | path | integer | — |
| y required | path | integer | — |
Réponses
- 200MVT tile bytes.
Exemples de code
curl -o tile.pbf "https://api.afrimap.ci/v1/tiles/12/2048/1967.pbf" \
-H "X-AfriMap-Key: $AFM_KEY"