Usage:
var shapeFilePath = @PATH TO SHAPE FILE;
var shapeFileTable = await ShapefileTable.OpenAsync(shapeFilePath);
var shapeLayer = new FeatureLayer(shapeFileTable);
Map1.Layers.Add(shapeLayer);
Shapefile is in the South plainfield area.
Shape file attached.
It looks like there's an extra '.' at the end inside the .prj file. Try removing that.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.