Skip to content

Commit 0f53ee8

Browse files
authored
Merge pull request #140 from tilezen/buffered-terrain-docs
Add docs about tile size variants
2 parents c8e7ca0 + e6b853e commit 0f53ee8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/use-service.md

+10
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,22 @@ http://tile.mapzen.com/mapzen/terrain/v1/normal/11/330/790.png?api_key=your-mapz
3434
https://tile.mapzen.com/mapzen/terrain/v1/terrarium/{z}/{x}/{y}.png?api_key=your-mapzen-api-key
3535
```
3636

37+
Supported optional tile size variants:
38+
39+
`https://tile.mapzen.com/mapzen/terrain/v1/{256,512,260,516}/terrarium/{z}/{x}/{y}.png`
40+
41+
The 260 and 516 variants contain 2 pixels of buffering on each edge.
42+
3743
##### Normal
3844

3945
```
4046
https://tile.mapzen.com/mapzen/terrain/v1/normal/{z}/{x}/{y}.png?api_key=your-mapzen-api-key
4147
```
4248

49+
Supported optional tile size variants:
50+
51+
`https://tile.mapzen.com/mapzen/terrain/v1/{256,512}/normal/{z}/{x}/{y}.png`
52+
4353
##### GeoTIFF
4454

4555
```

0 commit comments

Comments
 (0)