Skip to content

Commit

Permalink
Merge pull request #140 from tilezen/buffered-terrain-docs
Browse files Browse the repository at this point in the history
Add docs about tile size variants
  • Loading branch information
nvkelso authored Jun 26, 2017
2 parents c8e7ca0 + e6b853e commit 0f53ee8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/use-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,22 @@ http://tile.mapzen.com/mapzen/terrain/v1/normal/11/330/790.png?api_key=your-mapz
https://tile.mapzen.com/mapzen/terrain/v1/terrarium/{z}/{x}/{y}.png?api_key=your-mapzen-api-key
```

Supported optional tile size variants:

`https://tile.mapzen.com/mapzen/terrain/v1/{256,512,260,516}/terrarium/{z}/{x}/{y}.png`

The 260 and 516 variants contain 2 pixels of buffering on each edge.

##### Normal

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

Supported optional tile size variants:

`https://tile.mapzen.com/mapzen/terrain/v1/{256,512}/normal/{z}/{x}/{y}.png`

##### GeoTIFF

```
Expand Down

0 comments on commit 0f53ee8

Please sign in to comment.