Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Americas
Asia Pacific
Esri India
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcGIS API Silverlight (Retired)
:
ArcGIS API Silverlight Questions
:
Delete last feature from a feature service with ex...
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
Delete last feature from a feature service with explicit save
Subscribe
427
2
10-29-2013 01:59 AM
by
mahamohsen
Deactivated User
10-29-2013
01:59 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Try to delete the last feature in a feature map service, then pan map.. you will find the feature appear again
To reproduce the case, please :
-open
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsExplicitSave
-make sure that used feature service has only one feature
[query:
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer...
-select this feature , then click delete selected
-pan map
----> you can see the deleted feature appeared on map !
when we save, the feature become deleted.. but the issue is user can see deleted feature in feature service until he save which is confusing
thanks
Tags
(2)
Tags:
silverlight
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
2 Replies
by
JohanCarlsson
Regular Contributor
10-29-2013
02:19 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Have you tried
this
?
Reply
0
Kudos
by
mahamohsen
Deactivated User
10-29-2013
11:48 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
yes ...
and in the mentioned
sample
they use DisableClientCaching
<esri:FeatureLayer ID="ThreatAreas"
Url="
http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer...
"
AutoSave="False"
Mode="OnDemand"
ValidateEdits="True"
DisableClientCaching="True" />
this issue happens only while deleting last feature in a feature layer
Reply
0
Kudos
Post Reply