Solved! Go to Solution.
Hi!
I am looking for a widget that would give an option of making a profile graph. Is there any available. I have a application with different raster layers and I would like that users draw a line and get a profile graph.
Thank you for any advice!
Rok
Thanks, but can I use other data indstead of elevation. I have air temperature data (raster) and I want to make profile with this data.
"A problem occured while parsing and charting the returned elevation data Error #1010"
<configuration> <elevationSOEURL>http://gismo.zrc-sazu.si:6080/ArcGIS/rest/services/test/test_tem/MapServer/exts/ElevationsSOE_JAVA</elevationSOEURL> <profileLineWidth>2</profileLineWidth> <profileLineColor>0x000099</profileLineColor> <description>Draw a line with the tools below; ArcGIS will create an temperature profile chart for it.</description> <chartTitle>Temperature Profile</chartTitle> <baseChartAtZero>true</baseChartAtZero> <unitsAndLabeling> <elevation> <label> <chart>degrees</chart> <dataTip>C</dataTip> </label> <multiplyByToConvertFromMeters>1</multiplyByToConvertFromMeters> </elevation> <distanceAlongPath> <label> <chart>kilometers</chart> <dataTip>km</dataTip> </label> <multiplyByToConvertFromMeters>0.001</multiplyByToConvertFromMeters> </distanceAlongPath> </unitsAndLabeling> <template-ignoredByCode> <unitsAndLabeling> <elevation> <label> <chart/> <dataTip/> </label> <multiplyByToConvertFromMeters/> </elevation> <distanceAlongPath> <label> <chart/> <dataTip/> </label> <multiplyByToConvertFromMeters/> </distanceAlongPath> </unitsAndLabeling> </template-ignoredByCode> </configuration>
