Edit Feature Data

The Editor Widget has two modes. "Select" allows you to select, edit, and delete an existing feature. Clicking "New Feature" allows you to add a feature to the map.

This sample currently uses code from our GeoBlazor Pro extensions library.
For more information about licensing these advanced features, contact info@dymaptic.com.

About this sample

This GeoBlazor Pro sample, written in Blazor for .NET developers, demonstrates the Editor widget from the ArcGIS Maps SDK for JavaScript exposed through GeoBlazor Pro's EditorWidget Razor component. The page shows a 2D light-gray canvas basemap centered on the Santa Monica Mountains in southern California, displaying a hosted point FeatureLayer of user-contributed places. The EditorWidget appears as a docked panel in the upper-right corner with two modes: Select, which lets the user click an existing point to edit its attributes or geometry or delete it, and New Feature, which guides the user through adding a new point and entering its attributes via the widget's built-in form. All edits are submitted directly to the underlying feature service. The sample is intended to demonstrate the simplest possible drop-in editing experience for a hosted FeatureLayer using a single GeoBlazor component.

🚧 Heads up: Some samples are currently offline due to a token issue with ArcGIS. We are working with ESRI to resolve.