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
As far as I know, FeatureServer doesn't currently support this parameter. You'd have to design a solution to pass the parameter on to the Winnow dependency, then PR Winnow change to convert the parameter to the appropriate SQL query against the geojson. Winnow uses AlaSQL, which does appear to support DISTINCT: https://github.com/AlaSQL/alasql/wiki/Distinct.
There is an issue with the parameter returnDistinctValues:true. If I make a query with the following parameters:
The result of the query is the following:
As you can see the parameter returnDistinctValues doesn't work. How can I fix this issue?
Thank you in advance for your help. :)
The text was updated successfully, but these errors were encountered: