Hi,
I am facing rendering issue while loading Heap Map layer.
Code:
EarthquakeHeatFeatureLayer heatLayer = new EarthquakeHeatFeatureLayer(imIcingLayer.FeatureSource);
heatLayer.FeatureSource.Projection = _proj;
HeatStyle hs = new HeatStyle(10, 200, “IP_Max”, 0.3, 0.8, 200, DistanceUnit.Kilometer);
hs = SetIcingHeatStyleColorPalete(hs);// applying colors
heatLayer.HeatStyle = hs;
heatLayer.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20;
EarthquakeHeatFeatureLayer.cs (1.3 KB)
But same functionality working fine in Desktop Edition. I mean it’s rendering fully in Desktop Edition.
Please tell me what actually the issue, how we can overcome this.
Thanks,
Riyaz