developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

Support Geography Types When Returning Tiles #46

Closed aemonm closed 1 year ago

aemonm commented 1 year ago

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."
}