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
Esri India
Americas
Asia Pacific
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
:
JavaScript Maps SDK
:
JavaScript Maps SDK Questions
:
cannot save edits of feature service
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
cannot save edits of feature service
Subscribe
921
2
Jump to solution
12-13-2013 02:01 PM
by
SeanConlon
Occasional Contributor
12-13-2013
02:01 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I???m trying to reshape the boundaries of a polygon using the javascript samples located here:
https://developers.arcgis.com/en/javascript/jssamples/util_reshape.html
I downloaded the zip file, plugged in the URL of my feature and geometry service, and hosted it on a webserver:
http://www.navmaps.alaska.gov/kusko/reshape_kusko.html
I???ve published a feature service to a external ArcGIS server, from desktop using feature classes in SDE ??? ( both running Arc 10.1) here:
http://www.dmlwmaps.dnr.alaska.gov/agsweb/rest/services/kuskokwim_indexing/FeatureServer/0
I???ve registered the feature class on the server. But when I try to edit the polygons and it appears to let me but the edits don???t save to the feature class.
Can anyone help? What am I missing?
thanks
Solved!
Go to Solution.
Tags
(2)
Tags:
javascript
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Solution
Accepted Solutions
by
BjornSvensson
Esri Regular Contributor
12-14-2013
08:54 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I'm not sure WHY it's happening, but the error is:
"error":{"code":1015,"description":"Geometry could not be set."}
Maybe it is related to projections/extents in the data, see for example
http://forums.arcgis.com/threads/67999-Geometry-could-not-be-set
View solution in original post
Reply
0
Kudos
2 Replies
by
BjornSvensson
Esri Regular Contributor
12-14-2013
08:54 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
I'm not sure WHY it's happening, but the error is:
"error":{"code":1015,"description":"Geometry could not be set."}
Maybe it is related to projections/extents in the data, see for example
http://forums.arcgis.com/threads/67999-Geometry-could-not-be-set
Reply
0
Kudos
by
SeanConlon
Occasional Contributor
12-18-2013
09:26 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
update: Bjorn's suggestion and link was pretty darn close. I changed my source data to Web Mercator and I was able to reshape the polygons and have them save back to my server and SDE database.
thanks Bjorn
BTW,
How
did you see that error?
Reply
0
Kudos
Post Reply