Sometimes i rarely get this error message on some tiles. "The shape you provided does not pass our simple validation. A ring should has more than 4 vertexes." When i re-open the page, it renders normally. Did i miss something? Or my shp file is corrupted in somehow.
4 vertexes problem on tiles
Tolga,
Can you first check if your shape file is corrupted using the method shapeFileFeatureSource.Validate()? If the shape file is fine, this method returns 0 items, otherwise it returns which records are not supported and why is that.
If your shape file passes the validation, it might be a problem occurring under certain operations. Can you give me a more detail description of that so we can recreate? If you can provide a sample that’s great!
Thanks,
Ben