<?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: Features still generalized after zoom in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720241#M35659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will follow your advice and reconfigure the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your quick response and explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So long,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 17:30:11 GMT</pubDate>
    <dc:creator>South_JordanCity_of</dc:creator>
    <dc:date>2013-04-19T17:30:11Z</dc:date>
    <item>
      <title>Features still generalized after zoom</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720239#M35657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a web application from an existing map, and after i open a popup window for a feature and use the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;zoom to&lt;/SPAN&gt;&lt;SPAN&gt; function, the features (trails in this case) are still very generalized. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What do i have to do in order for them to render properly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 20:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720239#M35657</guid>
      <dc:creator>South_JordanCity_of</dc:creator>
      <dc:date>2013-04-18T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Features still generalized after zoom</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720240#M35658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;One question for you...why are you accessing each layer individually from your map service?&amp;nbsp; For example, you have this layer referenced in your app: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.sjc.utah.gov/SJC_GIS_SERVER/rest/services/Parks_Trails_Web/MapServer/8" rel="nofollow" target="_blank"&gt;http://gis.sjc.utah.gov/SJC_GIS_SERVER/rest/services/Parks_Trails_Web/MapServer/8&lt;/A&gt;&lt;SPAN&gt;". However, if you reference it as "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis.sjc.utah.gov/SJC_GIS_SERVER/rest/services/Parks_Trails_Web/MapServer" rel="nofollow" target="_blank"&gt;http://gis.sjc.utah.gov/SJC_GIS_SERVER/rest/services/Parks_Trails_Web/MapServer&lt;/A&gt;&lt;SPAN&gt;" you'll get all the layers at once. Since you're running your own web application, you can turn off the unnecessary layers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The main difference between adding layers from a map service individually vs adding the entire map service as a whole is how the features get drawn. When added as a whole, the server creates an image of all the layers drawn together and returns that to a client, like a web browser. When added individually, the server sends the actual geometry of each feature down to the client for the client to draw. From a performance perspective, it's probably faster to do the drawing on the server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, getting back to your issue, the reason that the feature is not drawing smoothly is because when you click on a feature when zoomed out, the geometry of that feature the browser has at that point is a generalized geometry. Clicking Zoom to, we're not sending a new query to that feature to get the geometry for the zoomed in scale. The reason being is that the feature is highlighted. This is a bug we have logged. If you simply dismiss the popup, the next time you zoom, the feature should draw smoothly.&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;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720240#M35658</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-04-19T17:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Features still generalized after zoom</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720241#M35659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will follow your advice and reconfigure the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your quick response and explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So long,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:30:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/features-still-generalized-after-zoom/m-p/720241#M35659</guid>
      <dc:creator>South_JordanCity_of</dc:creator>
      <dc:date>2013-04-19T17:30:11Z</dc:date>
    </item>
  </channel>
</rss>

