It looks like geometry data types are currently supported but geography types are not.
When attempting to return MVT on a system using geography, an error occurs:
{
"detail": "function st_transform(geography, integer) does not exist\nHINT: No function matches the given name and argument types. You might need to add explicit type casts."
}
It looks like geometry data types are currently supported but geography types are not. When attempting to return MVT on a system using geography, an error occurs: