<?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 Displaying JSON and Client side features on map in Flutter Maps SDK Questions</title>
    <link>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1601613#M84</link>
    <description>&lt;P&gt;I am exploring Flutter SDK and struggling to understand how to instantiate new FeatureLayer using client side Features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use case is in field a user may load features from their web app (which uses arcgis js) to their map on mobile device. Since its not hosted layer (temp data) data is shared between as simple JSON (web app -&amp;gt; mobile).&lt;/P&gt;&lt;P&gt;They may modify the json prior to loading it to map to suit their needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do we handle this scenario? Should I be using FeatureCollectionLayer instead?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 23:02:31 GMT</pubDate>
    <dc:creator>Aeseir</dc:creator>
    <dc:date>2025-04-01T23:02:31Z</dc:date>
    <item>
      <title>Displaying JSON and Client side features on map</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1601613#M84</link>
      <description>&lt;P&gt;I am exploring Flutter SDK and struggling to understand how to instantiate new FeatureLayer using client side Features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use case is in field a user may load features from their web app (which uses arcgis js) to their map on mobile device. Since its not hosted layer (temp data) data is shared between as simple JSON (web app -&amp;gt; mobile).&lt;/P&gt;&lt;P&gt;They may modify the json prior to loading it to map to suit their needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do we handle this scenario? Should I be using FeatureCollectionLayer instead?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 23:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1601613#M84</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2025-04-01T23:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying JSON and Client side features on map</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1602259#M90</link>
      <description>&lt;P&gt;For loading client-side features from a web app into a Flutter app using JSON, you should use FeatureCollectionLayer, not FeatureLayer.&amp;nbsp;FeatureLayer is designed for layers that are hosted on a server.&lt;BR /&gt;Since your data is temporary and comes as a JSON payload,&amp;nbsp;FeatureCollectionLayer&amp;nbsp;will allow you to manage and display a collection of client-side features without requiring a hosted source.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 10:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1602259#M90</guid>
      <dc:creator>kossiyovo</dc:creator>
      <dc:date>2025-04-03T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying JSON and Client side features on map</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1603133#M92</link>
      <description>&lt;P&gt;Thank you I thought as much.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 04:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/displaying-json-and-client-side-features-on-map/m-p/1603133#M92</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2025-04-07T04:10:20Z</dc:date>
    </item>
  </channel>
</rss>

