Conversation
|
@nvkelso I was pretty terse with what I added. Could you take a quick look and add in some more details as you see fit? |
| # Get started with Mapzen Terrain Tiles | ||
|
|
||
| The Mapzen terrain tiles provide basemap elevation coverage of the world in a raster tile format. Tiles are available for zooms 0 through 15 and are available in several spatial data formats including PNG and GeoTIFF. The tiles also can be in a raw elevation and processed normal value format that's optimized for mobile and web display, and desktop analytical use. Data is available in both Web Mercator (EPSG:3857) projected and raw latlng. Learn more about the [various data formats](fileformats.md) offered. | ||
| The Mapzen terrain tiles provide basemap elevation coverage of the world in a raster tile format. Tiles are available for zooms 0 through 15 and are available in several spatial data formats including PNG and GeoTIFF. The tiles also can be in a raw elevation and processed normal value format that's optimized for mobile and web display, and desktop analytical use. Data is available in both Web Mercator (EPSG:3857) projected and raw latlng. Learn more about the [various data formats](formats.md) offered. |
There was a problem hiding this comment.
Note: this URL change is a bug fix to the correct link name so no url forwarding is needed.
|
This change won't show up on mapzen.com/documentation until we do a release of this repo: So we can merge this as-is now. |
|
|
||
| `https://tile.mapzen.com/mapzen/terrain/v1/terrarium/{z}/{x}/{y}.png` | ||
|
|
||
| Supported tile size variants: |
There was a problem hiding this comment.
We should indicate these are optional and the default when not specified is 256.
|
|
||
| `https://tile.mapzen.com/mapzen/terrain/v1/normal/{z}/{x}/{y}.png` | ||
|
|
||
| Supported tile size variants: |
There was a problem hiding this comment.
We should indicate these are optional and the default when not specified is 256.
|
@rmarianski can you also add documentation in the vector-datasource repo about the optional 256 and 512 sizes? |
e4a23c8 to
e4f3a3f
Compare
Just double checking, you mean just for the tile sizes, and nothing to do with terrain right? |
This should only get merged once the buffered terrain service is in production, and we are ready to go public with it.