From 9e391562ab41070ec3837c3b56d07a8816ad6639 Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Fri, 24 Jun 2016 08:57:53 +0200 Subject: [PATCH] Add bearing and pitch to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d1216..bb8650e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ See https://github.com/klokantech/tileserver-gl-data/blob/master/config.json - Available formats: `png`, `jpg` (`jpeg`), `webp` - TileJSON at `/styles/{id}/rendered.json` - Static images are rendered at: - - `/styles/{id}/static/{lon},{lat},{zoom}/{width}x{height}[@2x].{format}` (center-based) + - `/styles/{id}/static/{lon},{lat},{zoom}[,{bearing},{pitch}]/{width}x{height}[@2x].{format}` (center-based) - `/styles/{id}/static/{minx},{miny},{maxx},{maxy}/{zoom}[@2x].{format}` (area-based) - Source data at `/data/{mbtiles}/{z}/{x}/{y}.{format}` - TileJSON at `/data/{mbtiles}.json`