Hi All,
I want to consume the ArcGIS Pro tools in the application and i tried to get the corresponding tool icons from the https://developers.arcgis.com/calcite-design-system/icons/?query=
But i am not able to find the exact icons. For example, "go to XY" , "Find" (with binacular symbol), "Select layer by location/ attributes" etc etc.
Could you please help me - where can we get this mapping document. I am sure we may not be having components for all the existing ArcGIS Pro/Map tools. But whatever components we have - for those, information is sufficient for now. Thank you.
More Clarity:
We are trying to build Our application is based on ArcGIS Maps SDK for Javascript, where we want to add same tools that's exists in ArcGISMap/ArcGIS Pro. For example, "go to XY" , "Find" (with binacular symbol), "Select layer by location/ attributes" etc etc.
Additional Question: Could you please tell, Do we have components for all the existing ArcGIS Pro tools or do we need to build using Core API?
Thank you.
Hi @SreenivasaRaoPigili, thanks for posting your question here. Pro is a desktop application, and the ArcGIS Maps SDK for JavaScript is for making web applications, so they have different resources and capabilities. As such, Calcite is designed to work with web applications: https://developers.arcgis.com/calcite-design-system/get-started/
For help with ArcGIS Pro, I would recommend posting in the Pro space: https://community.esri.com/t5/arcgis-pro-questions/bd-p/arcgis-pro-questions
For JS SDK functionality, I would recommend search through our samples and/or tutorials to see what you are looking for:
https://developers.arcgis.com/javascript/latest/sample-code/
https://developers.arcgis.com/javascript/latest/tutorials/