<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editing - moving an edit (point) not working in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744326#M19014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You aren't going to like my workaround - and to be fair, I did not choose this based on the clusterer not working with edit layers.&amp;nbsp; I am using MapIT's SDS to serve up the data, my own code to do the storage (writes) to the DB, and a heavily modified version of morten's "edit" code (in the gallery) to handle the on screen editing.&amp;nbsp; It was the right thing to do in our situation.&lt;BR /&gt;&lt;BR /&gt;Spencer&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cool.&amp;nbsp; While we might not have to go to as great of lengths as you have &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; (as our editing solution is basic enough that most everything else out of the box will cut it) this is kind of a weird issue to deal with that presents some problems.&amp;nbsp; The performance of drawing an OnDemand FeatureLayer with clustering is so much better than without clustering (in my limited testing) that it seems almost necessary to use a clusterer of some kind (even if it's a custom one).&amp;nbsp; However, the ability to move features is just as important in the application I'm designing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I can try implementing my own Move command, similar to what you did when you implemented your on-screen editing functionality.&amp;nbsp; If this is a bug in the ESRI implementation of the Move command, that might do the trick.&amp;nbsp; Or perhaps they're aware of the issue and it will be resolved at 2.0 release, which would make life easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Morten and/or Dominique - are you aware of this issue?&amp;nbsp; I can't immediately conceive of a good workaround, but if you have any ideas for me to chew on, I wouldn't likely turn them down. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 20:23:27 GMT</pubDate>
    <dc:creator>BrooksShannon</dc:creator>
    <dc:date>2010-07-01T20:23:27Z</dc:date>
    <item>
      <title>Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744321#M19009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature service that was working in the initial beta (Feb. I think) for 2.0 - I disabled the ability to use the feature service (ie editing) due to some issues with the data form in the initial beta.&amp;nbsp; After about 200 code check-in's - something is preventing it from working fully.&amp;nbsp; As far as I can tell, everything works except when you try and reposition an edit.&amp;nbsp; It looks like it trys to move it, but then it "sticks".&amp;nbsp; I am able to click and drag multiple times and move the edit over a landmark after around 10 click+drags - when I revisit the application after closing it (to check to see if the edit "took") I find that the edit never moved at all - or at least wasn't saved as such. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also tried using the service in the example to see if it was a problem with my featureservice on the arcGIS server, but it has the same behavior there as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone from esri seen this behavior using the new edit features?&amp;nbsp; I removed all click events from the map and page, but that didnt seem to help.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 12:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744321#M19009</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-05-07T12:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744322#M19010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, so I figured it out - the 2.0 version that was released in May broke on FeatureDataForm.GraphicsSource as it changed from GraphicsCollection to Graphic - when I changed it to (sender as featurelayer).Graphics[0], it worked because I have an edit already created in the layer.&amp;nbsp; This breaks however, when there are no graphics in the feature layer.&amp;nbsp; How are you supposed to set graphicsSource without graphics?&amp;nbsp; Do you wait until there are graphics in the featureservice, and then set the graphicsSource to a graphic in the featureService?&amp;nbsp; That seems odd.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 12:37:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744322#M19010</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-05-07T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744323#M19011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;after some testing i have determined the following - if a flare clusterer is utilized on the featurelayer where edits are present, you cannot reposition items.&amp;nbsp; Please let me know if this is by design or a bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 13:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744323#M19011</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-05-07T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744324#M19012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;after some testing i have determined the following - if a flare clusterer is utilized on the featurelayer where edits are present, you cannot reposition items.&amp;nbsp; Please let me know if this is by design or a bug.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm seeing this behavior too. Has anyone else noticed it?&amp;nbsp; Or, Spencer, if you were able to figure out a workaround, would you be willing to share what you came up with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 21:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744324#M19012</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2010-06-29T21:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744325#M19013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm seeing this behavior too. Has anyone else noticed it?&amp;nbsp; Or, Spencer, if you were able to figure out a workaround, would you be willing to share what you came up with?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Brooks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You aren't going to like my workaround - and to be fair, I did not choose this based on the clusterer not working with edit layers.&amp;nbsp; I am using MapIT's SDS to serve up the data, my own code to do the storage (writes) to the DB, and a heavily modified version of morten's "edit" code (in the gallery) to handle the on screen editing.&amp;nbsp; It was the right thing to do in our situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spencer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 21:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744325#M19013</guid>
      <dc:creator>SpencerWilliams</dc:creator>
      <dc:date>2010-06-29T21:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744326#M19014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You aren't going to like my workaround - and to be fair, I did not choose this based on the clusterer not working with edit layers.&amp;nbsp; I am using MapIT's SDS to serve up the data, my own code to do the storage (writes) to the DB, and a heavily modified version of morten's "edit" code (in the gallery) to handle the on screen editing.&amp;nbsp; It was the right thing to do in our situation.&lt;BR /&gt;&lt;BR /&gt;Spencer&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cool.&amp;nbsp; While we might not have to go to as great of lengths as you have &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; (as our editing solution is basic enough that most everything else out of the box will cut it) this is kind of a weird issue to deal with that presents some problems.&amp;nbsp; The performance of drawing an OnDemand FeatureLayer with clustering is so much better than without clustering (in my limited testing) that it seems almost necessary to use a clusterer of some kind (even if it's a custom one).&amp;nbsp; However, the ability to move features is just as important in the application I'm designing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I can try implementing my own Move command, similar to what you did when you implemented your on-screen editing functionality.&amp;nbsp; If this is a bug in the ESRI implementation of the Move command, that might do the trick.&amp;nbsp; Or perhaps they're aware of the issue and it will be resolved at 2.0 release, which would make life easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Morten and/or Dominique - are you aware of this issue?&amp;nbsp; I can't immediately conceive of a good workaround, but if you have any ideas for me to chew on, I wouldn't likely turn them down. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 20:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744326#M19014</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2010-07-01T20:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744327#M19015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Editing the geometry in layers that are clustered is currently not a supported scenario. If you need to do edit a layer, please disable clustering.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 22:34:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744327#M19015</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-01T22:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Editing - moving an edit (point) not working</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744328#M19016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Editing the geometry in layers that are clustered is currently not a supported scenario. If you need to do edit a layer, please disable clustering.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for letting me know, Morten. I appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 13:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-moving-an-edit-point-not-working/m-p/744328#M19016</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2010-07-02T13:46:24Z</dc:date>
    </item>
  </channel>
</rss>

