You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arches spatial views depend upon datatypes having a long-lived database function for creating the display values, and core has these built in for "core" datatypes. The fall back is to display the content of the tile node value, which only works if that is non-localized string like, such as the BNG datatype in Arches for HERs.
The new Reference datatype for Arches controlled lists (ACL) is not in "core", but will be a key datatype as the system moves from the RDM to ACL. It has a jsonb value that will not display nicely, so will need a database function to transform to a display value.
Arches core needs a mechanism for Developers creating datatypes to also create db function that is then callable by the spatial view functions to create a display function.