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.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.