Custom data feeds runtime is included in ArcGIS Server installation
The installation process for custom data feeds as been simplified. There is no separate ArcGIS Enterprise Custom Data Feeds Runtime installation step. See the topics on installing and upgrading custom data feeds for more information.
Enhanced support for developing providers with editing capability
- Custom data providers now have a new boolean property called
editingthat allows for more control over whether the services associated the provider can have theEnabled Editingcapability. applyroutes are automatically configured for custom data providers when theEdits editingproperty value isEnabled true. Developers do not need to manually add these routes anymore.applyrequest and response shapes have been standardized for the both layer-level and service-level. Developers only need to work with a single specification.Edits - Data reprojection is handled automatically when the coordinate reference system is specified in the newly added
getmethod.Metadata()
Refer to the topic on creating a Custom Data Provider with Edit Capability for details.
New editing interfaces in Portal for ArcGIS
The Editing capability for custom data feature services can now be toggled in Portal item's 'Settings'. Navigate to Content -> Item -> Settings -> Feature layer -> Editing options to view and edit settings.