Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [MBTiles and PMTiles File Sources](sources-files.md)
- [Composite Sources](sources-composite.md)
- [Sprite Sources](sources-sprites.md)
- [Style Sources](sources-styles.md)
- [Font Sources](sources-fonts.md)
- [Usage and Endpoint API](using.md)
- [Using with MapLibre](using-with-maplibre.md)
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion docs/src/sources-sprites.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use the `/catalog` api to see all the `<sprite_id>`s with their containe

##### Sprite PNG

![sprite](sources-sprites.png)
![sprite](images/sources-sprites.png)

`GET /sprite/<sprite_id>.png` endpoint contains a single PNG sprite image that combines all sources images.
Additionally, there is a high DPI version available at `GET /sprite/<sprite_id>@2x.png`.
Expand Down