Can't save doc with _geoloc array of geo coordinates
D
Daniel Roizman
started a topic
over 6 years ago
When I try to save a document that has an array of _geoloc coordinates, I get an error:
{"error":"ParameterValueOutOfRange","description":"The value specified for one of the request parameters is out of range","debug":"Geolocation points must be in the form [longitude, latitude] with long between -180 and 180, lat between -90 and 90"}
On the server side BL, I can create _geoloc arrays of coordinates.
Daniel Roizman
{"error":"ParameterValueOutOfRange","description":"The value specified for one of the request parameters is out of range","debug":"Geolocation points must be in the form [longitude, latitude] with long between -180 and 180, lat between -90 and 90"}
On the server side BL, I can create _geoloc arrays of coordinates.