<?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 Feature Service or Map Service for Web AppBuilder? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197038#M5457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using Web AppBuilder to design Web Maps, you can use a Feature Service or a Map Service URL as the embedded map within the application, which is best practices and what are the pros and cons for each? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2020 23:00:42 GMT</pubDate>
    <dc:creator>MichaelThornton</dc:creator>
    <dc:date>2020-07-14T23:00:42Z</dc:date>
    <item>
      <title>Feature Service or Map Service for Web AppBuilder?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197038#M5457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using Web AppBuilder to design Web Maps, you can use a Feature Service or a Map Service URL as the embedded map within the application, which is best practices and what are the pros and cons for each? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 23:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197038#M5457</guid>
      <dc:creator>MichaelThornton</dc:creator>
      <dc:date>2020-07-14T23:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Service or Map Service for Web AppBuilder?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197039#M5458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/365855"&gt;Michael Thornton&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a really good overview of feature layer vs hosted feature layers here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/241755-difference-between-feature-service-and-hosted-feature-layer"&gt;https://community.esri.com/thread/241755-difference-between-feature-service-and-hosted-feature-layer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 23:17:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197039#M5458</guid>
      <dc:creator>BenTurrell</dc:creator>
      <dc:date>2020-07-14T23:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Service or Map Service for Web AppBuilder?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197040#M5459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/382776"&gt;Ben Turrell&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/365855"&gt;Michael Thornton&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;I'd like to mention few quick notes on map service here as a lot of good info regarding feature service/layer found in the other thread:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There are two ways you can consume a map service in a web map/app&lt;OL&gt;&lt;LI&gt;as&lt;STRONG&gt; map image layer&lt;/STRONG&gt;:&lt;BR /&gt;When you add a layer with a url that ends with &lt;STRONG&gt;/MapServer&lt;/STRONG&gt;, a map image layer (aka map service layer) gets added.&lt;UL&gt;&lt;LI&gt;Unlike feature layer, this type of layer makes &lt;STRONG&gt;export&lt;/STRONG&gt; calls to its map service.&lt;/LI&gt;&lt;LI&gt;At high level, the map service in turn draws all features for the given extent on the &lt;STRONG&gt;server side&lt;/STRONG&gt;,&lt;UL&gt;&lt;LI&gt;converts that to an &lt;STRONG&gt;image&lt;/STRONG&gt;, and&lt;/LI&gt;&lt;LI&gt;sends that image back to the client app&lt;/LI&gt;&lt;LI&gt;The app simply draws the image.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;as &lt;STRONG&gt;feature layer&lt;/STRONG&gt;:&lt;BR /&gt;You can also add a sub layer (off feature layer type) off a map service as a feature layer on the web map. To do that you need use the url (ends with a number i.e. &lt;STRONG&gt;/MapServer/0&lt;/STRONG&gt;) of that layer e.g.&amp;nbsp;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FHurricanes%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;https://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/0&lt;/A&gt;&lt;UL&gt;&lt;LI&gt;In this case, as mentioned in the other thread, client app &lt;STRONG&gt;downloads features&lt;/STRONG&gt; (geometries and attributes) from the service and draws them on the client side.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per pros and cons, in an enterprise environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;feature and map services try to be on par - unfortunately there are few gaps you might run into when in comes to some capabilities.&lt;/LI&gt;&lt;LI&gt;other than those,&amp;nbsp;&lt;STRONG&gt;editing&lt;/STRONG&gt; capability the biggest difference - when you want editing capability you have to go with feature service.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when it comes to choose between &lt;STRONG&gt;a map image layer&lt;/STRONG&gt; and &lt;STRONG&gt;a feature layer&lt;/STRONG&gt; (regardless of whether is it off a feature service or map service), I can think of few that you need keep in your mind:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;performance:&lt;UL&gt;&lt;LI&gt;draw thousands of features (or highly dense features) on the client side or on the server side&lt;/LI&gt;&lt;LI&gt;on the other hand, with smaller number of features, drawing them on the client side takes loads off your server.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;symbology:&lt;UL&gt;&lt;LI&gt;there are differences in what is supported on the client side vs what on the server side&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;interactivity:&lt;UL&gt;&lt;LI&gt;since features are drawn on the client side, feature layer offers rich interactivity that you won't see with a map image layer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 06:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/feature-service-or-map-service-for-web-appbuilder/m-p/197040#M5459</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2020-07-15T06:58:15Z</dc:date>
    </item>
  </channel>
</rss>

