Select to view content in your preferred language

Map Service Questions

642
2
Jump to solution
01-30-2012 10:50 AM
ChrisCorwin
Frequent Contributor
Disclaimer: Newbie to this here...

So I created a map service and a non-editable feature service for a feature class. I made the feature service to use in the mobile application so people can easily identify the parcel. But now, in my flex viewer, when you click on the parcel, not only do you get the information, you also get it looking like you can edit the parcel. It shows all the verticies and you can move it around, but when you click on another parcel it goes back to place. What do I need to do, so that people can identify the parcel but it won't look like its editable. I just don't want people to be confused. Here is the line of code I have in the operational layers.
   
<layer label="Blaine County Parcels" type="dynamic" visible="true"
url = "http://maps.co.blaine.id.us/ArcGIS/rest/services/ChrisWebMaps/AddressParcel/MapServer" />

I just noticed it only does this when the Edit Widget it open. And when it is closed, then you do not get the attributes to open. I am guessing I need to use an identify widget.

Either way, My main concern here is, How do I stop the parcels from looking like they are editable, when using the Edit Widget?

Thanks
Chris
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Chris,

   The proper forum for Flex Viewer/Widget questions is the Flex Viewer forum here:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

As far as answering your question you would need to exclude that layer from the edit widget:

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Edit_widget_tags/01m30000000v000000/

Look for <excludelayer>

Don't forget to click the top arrow (promote) and to click the Mark as answer check as shown below:

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Chris,

   The proper forum for Flex Viewer/Widget questions is the Flex Viewer forum here:

http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex

As far as answering your question you would need to exclude that layer from the edit widget:

http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Edit_widget_tags/01m30000000v000000/

Look for <excludelayer>

Don't forget to click the top arrow (promote) and to click the Mark as answer check as shown below:
0 Kudos
ChrisCorwin
Frequent Contributor
Thanks Robert!

Looking over your Identify Widget now... Good work.
Now if I can get it to work.
0 Kudos