Is it possible to generate some kind of reference maps, prescription maps or Heat Maps in a React Application,
We are trying to generate a grid and then trying to some prespcription maps on top of it. Arcgis pro allows to do so but how can we integrate with the frontend application.
Reference Map :
Prescription/RX Maps
Any help would be appreciated.
Hi there, just to clarify - you can use the Javascript API to display maps and your spatial data as layers and then use different renderers to color the layers based on the data, such as the heatmapRenderer
https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html
React is just a UI framework written in Javascript, so it's not directly related to the map or layers itself.