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
The categories parameter may be used up to 8 times in a query. Each category listed with a single one of these parameters is ORed together; the set of categories parameters is ANDed together.
arcgis-rest-js merges the list of strings provided to categories into a single parameter, thus ORing everything.