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.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.