<?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 a seamless polygon layer via the web? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332492#M18940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have been a terrific help!&amp;nbsp; I almost have this project nailed down.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are feeling generous, I have a few more quick questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Because of the way I am storing the data, I need to pass the features back to ASP.Net, grab some stuff from session state, and validate them individually, before saving them to SQL using a spatial datatype.&amp;nbsp; Is there an example of serializing the json object for the features into .Net, and/or updating them to SQL?&amp;nbsp; We are a multi-tenant architecture, and the databases where these will be stored are not registered with SDE.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I don't want to save any features that are not "valid", meaning that I don't want users drawing polygons that cross over themselves.&amp;nbsp; Is there any way to prevent this in the UI?&amp;nbsp; If not, is there any way I can validate and throw up an alarm, either in the UI or in code-behind in .Net?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If two neighboring polygons share a vertex (or an edge), I want for the user to be able to move both vertexes at once (maybe while a hotkey is pressed).&amp;nbsp; Can this be done?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I would like to "validate" that the polygons do not overlap each other.&amp;nbsp; If they do overlap, I want to highlight the union regions to the user so they can correct them.&amp;nbsp; Is there sample code for this?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;You have been a tremendous help.&amp;nbsp; If you want to pass this off to someone else, I totally understand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, -Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 18:14:34 GMT</pubDate>
    <dc:creator>RobHudson</dc:creator>
    <dc:date>2013-08-14T18:14:34Z</dc:date>
    <item>
      <title>Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332484#M18932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS is filled with so many options, that I could really use someone who knows the entire product to point me to the right technologies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our users manage regions of their city.&amp;nbsp; They each need to independently divide their region into smaller delivery routes.&amp;nbsp; They need the ability to edit these route boundaries via a web interface of some kind.&amp;nbsp; When editing the boundaries of one route (moving a vertex, for example), it should also move the same vertex on the neighboring polygon, so as to keep the total area seamlessly covered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now, I am using JavaScript API.&amp;nbsp; I see that it has functions for editing polygons, but nothing that I can find that will do what I describe.&amp;nbsp; I am not married to JavaScript API, and am willing to convert to a different editor (Silverlight/Flex?) if it will open up this possibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you guys think?&amp;nbsp; Can ArcGIS do what I need?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 02:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332484#M18932</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-13T02:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332485#M18933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To anyone who happens to read this and offers some guidance, I am grateful for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been scouring the forums, samples, and documentation, and have found a few hints, but nothing that provides a roadmap.&amp;nbsp; Here are the technologies that I think I need, but figuring out how to implement them remains elusive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Snapping to other polygons:&amp;nbsp; I see that JavaScript API has a Snapping Manager (added in 2.6), however it has virtually no documentation, and is not included in any of the sample code as near as I can tell.&amp;nbsp; Can anybody please post some guidance and/or sample code for implementing snapping in JS API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AutoComplete:&amp;nbsp; I have read about it as a concept in Desktop.&amp;nbsp; Do any of the web APIs support it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Snapping to a different layer:&amp;nbsp; My map contains a streets layer, and the user will be drawing boundaries on top of that.&amp;nbsp; In a perfect world, I would like for their polygons to snap automatically to the street centerline, unless they happen to be holding a hotkey down (or have an option toggled).&amp;nbsp; Can this be accomplished with any of the web APIs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 16:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332485#M18933</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-13T16:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332486#M18934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you can see an example of snapping in action using the JS API &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jssamples/widget_measurement.html" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the same API supports &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/geometryservice-amd.html#autocomplete" rel="nofollow" target="_blank"&gt;autoComplete&lt;/A&gt;&lt;SPAN&gt; as well (with the help of a &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/autoComplete.html" rel="nofollow" target="_blank"&gt;geometry service&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 17:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332486#M18934</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-13T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332487#M18935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;you can see an example of snapping in action using the JS API &lt;A href="https://developers.arcgis.com/en/javascript/jssamples/widget_measurement.html"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;the same API supports &lt;A href="https://developers.arcgis.com/en/javascript/jsapi/geometryservice-amd.html#autocomplete"&gt;autoComplete&lt;/A&gt; as well (with the help of a &lt;A href="http://resources.arcgis.com/en/help/rest/apiref/autoComplete.html"&gt;geometry service&lt;/A&gt;)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&amp;nbsp; That gives me a starting point.&amp;nbsp; I can see the snapping behavior when using Google Chrome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, snapping in the measurement sample does not seem to work with IE.&amp;nbsp; I tried with IE versions 10, 9, 8 and 7, and it just doesn't snap.&amp;nbsp; That is kind of a big deal, because most of our customers use IE.&amp;nbsp; Does anyone know if this is just a problem with the measurement sample page, or is snapping not compatible with IE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 20:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332487#M18935</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-13T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332488#M18936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the short answer to your question is that snapping is not broken in IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i was able to reproduce the error you described in IE10 only.&amp;nbsp; when using the developer tools to set "IE9"as the browser and document mode, measuring and snapping behavior returned to normal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the IE10 specific bug you found affects AMD style maps only, and relates to a problem with the measurement widget in general, not to snapping.&amp;nbsp; here is the tracking number for the issue i logged a few minutes ago on your behalf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;[NIM093983: Measurement widget doesn't display area calculations in IE10 (AMD apps only).]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for all the confusion and thanks for bringing the item to our attention!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 22:09:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332488#M18936</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-13T22:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332489#M18937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I confirmed that by changing both the browser and document mode to IE9, I was able to use snapping.&amp;nbsp; This is something I can manage using X-UA-Compatible until the IE10 issue is fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick reply!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 01:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332489#M18937</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-14T01:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332490#M18938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI, the "Editor Widget with Simple Toolbar" sample says that it has snapping if you press the Alt key.&amp;nbsp; I have tried that sample using both Chrome and IE, but snapping doesn't appear to work.&amp;nbsp; Since the problem is with both IE and Chrome, it is probably a problem with the sample, rather than snapping, but I figured you guys would want to be aware of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developers.arcgis.com/en/javascript/samples/ed_simpletoolbar/"&gt;http://developers.arcgis.com/en/javascript/samples/ed_simpletoolbar/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, it may be better to use a different key besides Alt to toggle snapping... In IE, if the menu bar is set to hidden, the Alt key causes the menu bar at the top to toggle visible.&amp;nbsp; This causes the page to resize and re-render every time the key is pressed or depressed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 02:01:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332490#M18938</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-14T02:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332491#M18939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;looks like they forgot to load a couple modules when they converted this sample to AMD.&amp;nbsp; i added Color and SnappingManager and afterwards Snapping started working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
require([
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/layers/FeatureLayer",
 "esri/SnappingManager",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojo/_base/array", "dojo/_base/Color", "dojo/parser", "dojo/keys",
 
...
function(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map, Edit, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGISTiledMapServiceLayer, FeatureLayer, SnappingManager,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SimpleMarkerSymbol, SimpleLineSymbol, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Editor, TemplatePicker,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; esriConfig, jsapiBundle,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arrayUtils, Color, parser, keys
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the catch!&amp;nbsp; i've notified the team.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332491#M18939</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-11T15:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332492#M18940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have been a terrific help!&amp;nbsp; I almost have this project nailed down.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are feeling generous, I have a few more quick questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Because of the way I am storing the data, I need to pass the features back to ASP.Net, grab some stuff from session state, and validate them individually, before saving them to SQL using a spatial datatype.&amp;nbsp; Is there an example of serializing the json object for the features into .Net, and/or updating them to SQL?&amp;nbsp; We are a multi-tenant architecture, and the databases where these will be stored are not registered with SDE.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I don't want to save any features that are not "valid", meaning that I don't want users drawing polygons that cross over themselves.&amp;nbsp; Is there any way to prevent this in the UI?&amp;nbsp; If not, is there any way I can validate and throw up an alarm, either in the UI or in code-behind in .Net?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If two neighboring polygons share a vertex (or an edge), I want for the user to be able to move both vertexes at once (maybe while a hotkey is pressed).&amp;nbsp; Can this be done?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I would like to "validate" that the polygons do not overlap each other.&amp;nbsp; If they do overlap, I want to highlight the union regions to the user so they can correct them.&amp;nbsp; Is there sample code for this?&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;You have been a tremendous help.&amp;nbsp; If you want to pass this off to someone else, I totally understand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, -Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 18:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332492#M18940</guid>
      <dc:creator>RobHudson</dc:creator>
      <dc:date>2013-08-14T18:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332493#M18941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no worries.&amp;nbsp; thanks again for catching the problems in those samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you aren't going to be using any of the pre-baked editing tools available in the API if you need to push to .NET and SQL without using an SDE database and ArcGIS Server Feature Service.&amp;nbsp; because of this, samples will be harder to come by.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with regard to catching invalid geometries, your best bet is to use the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/geometryservice-amd.html#simplify"&gt;simplify&lt;/A&gt;&lt;SPAN&gt; operation exposed by a geomety service.&amp;nbsp; you can pass JSON features to it and get back geometries that are guaranteed to be topologically correct.&amp;nbsp; you can find a sample &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/exp_cors_buffer.html"&gt;here&lt;/A&gt;&lt;SPAN&gt; where we simplify prior to buffering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have seen customers write client side logic for spatial relationship validation, but haven't ever seen an example for something that complex in the API resource center.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 18:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332493#M18941</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-14T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332494#M18942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;the IE10 specific bug you found affects AMD style maps only, and relates to a problem with the measurement widget in general, not to snapping.&amp;nbsp; here is the tracking number for the issue i logged a few minutes ago on your behalf.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;[NIM093983: Measurement widget doesn't display area calculations in IE10 (AMD apps only).]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i realized this morning after clearing my browser cache that non-AMD apps aren't functioning correctly either.&amp;nbsp; the bug has been updated to acknowledge that the measurement widget is not functioning correctly in IE10 for apps that use any load pattern and our development team is working on a fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 17:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332494#M18942</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-08-16T17:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a seamless polygon layer via the web?</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332495#M18943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i realized this morning after clearing my browser cache that non-AMD apps aren't functioning correctly either.&amp;nbsp; the bug has been updated to acknowledge that the measurement widget is not functioning correctly in IE10 for apps that use any load pattern and our development team is working on a fix.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi John - I noticed that your post was made ~6 months ago (v3.5).&amp;nbsp; Is this something that will be fixed any time soon?&amp;nbsp; We're having this same issue with the Area tool not showing results (Distance/Location are working fine) in IE10, and at our site it is very important that we don't force a lower browser mode as aspects of our application require certain IE10 features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 19:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-a-seamless-polygon-layer-via-the-web/m-p/332495#M18943</guid>
      <dc:creator>MS</dc:creator>
      <dc:date>2014-05-15T19:34:42Z</dc:date>
    </item>
  </channel>
</rss>

