cartodb-postgresql
cartodb-postgresql copied to clipboard
CDB_XYZ_Extent should also allow bigint
When trying to get the extent for absurdly high zoom levels where tile coords > 2147483647:
ERROR: integer out of range
Maybe the function could accept a numeric instead of an integer?
http://www.postgresql.org/docs/9.1/static/datatype-numeric.html