Hello,
Seeing the samples at Dev Summit for ArcGIS Map Components made our web team and developers wonder about migrating existing JavaScript code such as the one used here.
https://www.scottsdaleaz.gov/solid-waste
I can easily load a web map containing the layers needed, like this
<body>
<arcgis-map item-id="743a13eed9ee43c5b69ce68414b345ac">
<arcgis-expand position="top-left">
<arcgis-search></arcgis-search>
</arcgis-expand>
</arcgis-map>
</body>
but need to take it a step further and once a search is completed against our parcels, the results for the layers showing service days is displayed.
How do I include an identity function into this sample?
https://github.com/Esri/arcgis-maps-sdk-javascript-samples-beta/blob/main/packages/map-components/templates/amd-script-tag/index.html
Thank you,
Mele