arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

Add support for new 'icon' param of places service

Open gowin20 opened this issue 11 months ago • 1 comments

Describe the problem

The places service has added a new icon parameter to most requests that allows you to request an icon as PNG, SVG, or CIM. REST JS does not currently support this operation.

Describe the proposed solution

We should add support for this parameter to align REST JS with the functionality described on this page: https://developers.arcgis.com/documentation/mapping-apis-and-services/places/place-icons/

Alternatives considered

No response

Additional Information

No response

gowin20 avatar Mar 09 '24 20:03 gowin20