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
It would be better to have something like the output of TO_JSON instead:
select to_json(tex) from textured_geometry;
{"url":"http://localhost/textures/building-texture1.jpg","uv":[[0,0],[0.7,0],[0,1],[0,0],[0,1],[0.7,0],[0.7,1],[0,1]]}
The text was updated successfully, but these errors were encountered:
When requesting JSON as outputFormat, the result is:
It would be better to have something like the output of TO_JSON instead:
The text was updated successfully, but these errors were encountered: