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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.