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
I am currently getting the following error message: Internal Server Error - The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. when I want to access a specific item of a given collection which is displayed correctly.
It's something in the api code that parses our results through to the response for a single item. The fix will be to add a section to their json function to handle geoalchemy objects.
The text was updated successfully, but these errors were encountered:
"location": "USER-DEFINED"
"viewshed_simple": "USER-DEFINED"
"viewshed_precise": "USER-DEFINED"
"footprint": "USER-DEFINED"
as well as several 2 fields.
"geotags_json" "json"
"iiif_data" "json"
The field"geotags_array" is of "ARRAY" type.
[Yesterday 13:44] John Stevenson - BGS
It should just be a few lines to fix, just looping over the columns and converting any that are GeoAlchemy geometries to JSON.
KoalaGeo
changed the title
Swiss Issue - Items response
Tables with multiple geometries - Items response
Nov 3, 2022
Description
I am currently getting the following error message: Internal Server Error - The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. when I want to access a specific item of a given collection which is displayed correctly.
Here is the associated log.
It's something in the api code that parses our results through to the response for a single item. The fix will be to add a section to their json function to handle geoalchemy objects.
The text was updated successfully, but these errors were encountered: