cartodb-postgresql/doc/CDB_XYZ_Resolution.md

20 lines
364 B
Markdown
Raw Normal View History

2015-07-01 22:01:50 +08:00
Return pixel resolution of tiles at a given zoom level
#### Using the function
Take a common tile with zoom, z=2,
![2/3/2](https://viz2.cartodb.com/tiles/quantile_breaks/2/3/2.png)
To determine the resolution of these pixels,
```sql
SELECT CDB_XYZ_Resolution(2)
--- Returns a float, 39135.7587890625
```
2015-07-01 22:03:13 +08:00
#### Arguments
2015-07-01 22:01:50 +08:00
CDB_XYZ_Resolution(z)
* **z** integer