Select to view content in your preferred language

prescription maps generation using Arcgis sdk javascript

184
1
07-18-2024 11:12 PM
DivyaArora
Emerging Contributor

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 :

DivyaArora_1-1721369539108.png

 

Prescription/RX Maps

DivyaArora_0-1721369522961.png

 

Any help would be appreciated.

0 Kudos
1 Reply
JamesIng
Regular Contributor

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.

James from www.landkind.com
0 Kudos