I am getting an error when passing negative decimal number for longitude and latitude coordinates.
Example of arcql variable:
{
“arcql”: “geo(0.6591528820000001,-2.1353119410000003,40,‘latitude’,‘longitude’)”
}
Response error message:
Exception while fetching data (/find) : io.hypi.arc.os.gql.HypiGraphQLException: filter:[1,23] Syntax error - extraneous input ‘-’ expecting {DECIMAL, HEX, OCT, BINARY, FLOAT, HEX_FLOAT}
Thank you