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 having issues returning the results of the queries in unmarshalled format for example with projection expression:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: { S: '{"type":"POINT","coordinates":[-0.13,51.51]}' } } ]
I would like to return:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: {"type":"POINT","coordinates":[-0.13,51.51]} } } ]
How can I achieve this?
The text was updated successfully, but these errors were encountered:
Where would I call that function. It seems that when I actually use it in my code that I get an empty response. It was showing up at least a couple datapoints prior to using it.
I am having issues returning the results of the queries in unmarshalled format for example with projection expression:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: { S: '{"type":"POINT","coordinates":[-0.13,51.51]}' } } ]
I would like to return:
Querying by radius, looking 100km from Cambridge, UK.
[ { geoJson: {"type":"POINT","coordinates":[-0.13,51.51]} } } ]
How can I achieve this?
The text was updated successfully, but these errors were encountered: