CartoDB / observatory-extension

BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

OBS_GetAvailableGeometries doesn't return tags #260

Closed talos closed 7 years ago

talos commented 7 years ago

While OBS_GetAvailableNumerators and OBS_GetAvailableDenominators return a JSONB column with their tag information, OBS_GetAvailableGeometries does not.

This is a problem because we have interfaces that could take advantage of those tags to provide guidance on which region to choose based off of geometry data.

To fix this will also involve a fix to the DS wrappers with an update to the RETURN table schema.

We should likely prioritize fixing this before the new UI is released, as right now we still have no users using OBS_GetAvailableGeometries (as docs haven't even been released yet).