Hi everyone, first post here on the community!
My question is: Is there a way to use Query Parameters (or other means) to limit the extent of a web service that I am using in a map/application/etc, so that I don't have to load the entire service into my application?
My thought was to use ESRI JSON to provide an area of interest and I would only receive features intersecting that ESRI JSON, but when I encode that as a query parameter I seem to lose the symbology of the service.
Has anyone thought of a clever way to do this?
Thanks.