...
Create an empty Feature Layer through ArcGIS Online: A feature layer is used to store point geometry with attributes.
Go to your ArcGIS Online account and Sign In.
Click on Content > New item > and select the Feature Layer option.
Select “Define your own layer”, and click Next
Specify the Name of the layer and the type must be set to “Point Layer”, and click Next.
Enter the new hosted feature layer's title, tags, and summary in the next window and click on Save.
Once the empty feature layer is created, click the Data tab to add new fields to the feature layer.
Click on Fields
Click on Add Field
Add an ImgUrn field. ImgUrn is a field that will be used to store a link back to the image from which the features are being captured. Once you field the information, click on Add New Field
Repeat the same procedure to add an ImgGeom field with a string length of 1,000. ImgGeom is a field that will be used to store the geometries of the features in pixel coordinates. Click on Add New Field
The new fields should appear as follows:
...
Add the feature layer to the Web Map used in the Experience Builder app.
In Experience Builder, click on the Multi-OIC Widget and enable “Add overlays to viewer”, check on the feature layer, and check “Enable editing.”
Save the Experience and run a preview.
In the Preview of the Experience, the “Overlays” icon will appear towards the top right corner of the widget indicating that Overlays is Enabled.
Select an Exposure Point in the Map to show the Panorama Image in that location.
Click on the “Overlays” icon and the “Overlays” window will appear at the bottom of the Multi-OIC Widget
Check on the Show Overlays box and click on the “Add features” icon (plus sign)
Click on a building in the panorama and a filled circle is added to the Oriented
Image and in the location on the map indicating indicate that the feature was added.Checking the data of the Feature Layer, the new information is shown as follows.
You can either draw a point or a bounding box with a point feature layer. To draw a bounding box, click on the Add Labels icon.
Click on the panorama and a box is added to the image and a circle icon to the location on the map indicating that the feature was added.
...