Select to view content in your preferred language

How Do I Edit a Feature in MS SharePoint GIS Web Part????

828
5
04-04-2011 04:15 PM
MAWashington
Deactivated User
Want to edit a Feature in GIS Web part.

How do I enable simple editing??

Want to add a point and attribute.

Thanks ALL
0 Kudos
5 Replies
KatherineDalton
Esri Regular Contributor
Hi Kevin,

You might want to check out the following Editor Widget Command Code Sample from ArcGIS Online: http://www.arcgis.com/home/item.html?id=c28da60fbda44ec28ff7dff96cc51dc8

Katy
Esri Product Engineer
Katy Dalton | Technical Consultant
THE SCIENCE OF WHERE™
0 Kudos
MAWashington
Deactivated User
This is great stuff. Exactly what I need.

Katy- Do you know the basics on how to implement this widget?
I don't see any instructions.
This would be my first Widget loaded into SharePoint.

Your help is greatly appreciated
0 Kudos
KatherineDalton
Esri Regular Contributor
Hi Kevin,

The first step is to download the sample, extract the files, and compile the solution. (Be sure that all the ESRI.ArcGIS references and the System.ComponentModel.Composition reference are set to Specific Version = False. Then, from your SharePoint site, go to the Site Settings and under ArcGIS Mapping Administration, click Extensions. Add the .xap file as a document here. Now go back to your  Map Web Part, and put it in Edit Mode. Click Add Tool, and the Editor Command should be in the drop down list of the Add Tool. To test the tool, Browse to an ArcGIS 10 map service that was published with editing enabled, such as:
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer.

That's the short version of the steps. We have detailed steps in our online help, here: http://help.arcgis.com/en/webapps/sharepoint/help/. Start with the Configuring ArcGIS Mapping>Extensions topic and the topics under Using the ArcGIS Map Web Part.

Hope that helps!
Katy Dalton | Technical Consultant
THE SCIENCE OF WHERE™
0 Kudos
MAWashington
Deactivated User
Nicely documented and easy to understand.

Thank you very much Katy.

This is perfect
0 Kudos
MAWashington
Deactivated User
I've successfully implemented this tool into MOSS.
2 small issues or additions I need to add to tool.

I have a BLOB field in my operational layers attributes that stores media files.
This field does not allow attachments in MOSS but does natively in other applications.
What do I need to do to allow attachments in MOSS?
Should I add some code to the tool?

Also, Id like to add an interactive attribute table to the editing tool set.
Currently, it just opens a pop up or individual attributes per record.
I've seen that interactive table is native to MOSS.
How do I leverage this for an editing application?

Thank you all in advance
0 Kudos