Access to Mapzen’s terrain tiles continue to be free (with an API key) – they are not billed in Mapzen Flex.
Which is great! However, is server performance/reliability provided by tile.mapzen.com comparable to s3.amazonaws.com? Or is its foundation s3 anyways? What's the best way for me to retrieve the 260px tiles?
I recently found the 260px tiles on https://tile.mapzen.com/mapzen/terrain/v1/260/ Until now, I got tiles from the aws S3 bucket via https://s3.amazonaws.com/elevation-tiles-prod/terrarium/ which was super reliable and fast (and free). However, my 3D application strongly benefits from the 260px tiles (with overlap buffer).
I have two questions:
Are there any plans to make them available with aws S3 as well?
https://www.mapzen.com/blog/512-pixel-tiles-and-basemaps/ says that
Which is great! However, is server performance/reliability provided by tile.mapzen.com comparable to s3.amazonaws.com? Or is its foundation s3 anyways? What's the best way for me to retrieve the 260px tiles?