<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Issue with ESRI ArcGIS Map Component Plugin: Not Displaying Saved Points Upon Retrieval</title><link>https://community.appian.com/discussions/f/plug-ins/34746/issue-with-esri-arcgis-map-component-plugin-not-displaying-saved-points-upon-retrieval</link><description>Encountering an issue with the ESRI ArcGIS map component plugin. Specifically, I&amp;#39;m utilizing the &amp;#39;esriMapMarkerField&amp;#39; configuration to mark points, lines, and polygons on the map. Within this configuration, there are fields named &amp;#39;onNewPointAdded&amp;#39;, &amp;#39;onNewLineAdded</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue with ESRI ArcGIS Map Component Plugin: Not Displaying Saved Points Upon Retrieval</title><link>https://community.appian.com/thread/154307?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 23:10:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:47e5a56b-0627-4918-afd0-8682e247fc75</guid><dc:creator>premanandr318432</dc:creator><description>&lt;p&gt;try below passed part of your interface&amp;nbsp; esriMapMarkerField(&lt;br /&gt; label: &amp;quot;&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; disabled: false,&lt;br /&gt; validations: {},&lt;br /&gt; height: &amp;quot;AUTO&amp;quot;,&lt;br /&gt; showWhen: true,&lt;br /&gt; esriConnectedSystem: ur arcgis system ,&lt;br /&gt; baseMap: &amp;quot;blue&amp;quot;,&lt;br /&gt; secondaryMap: &amp;quot;dark-gray&amp;quot;,&lt;br /&gt; mapCenter: local!mapCentre, --&amp;gt; which hold ur longitute and latitude&lt;br /&gt; zoomLevel: local!zoom, --&amp;gt; numeric value &lt;br /&gt; isReadOnly: true,&lt;br /&gt; featureLayers: local!featureLayers, --&amp;gt; layers&lt;br /&gt; onFeatureLayerListChange: null,&lt;br /&gt; pointData: local!mapPoints, -- &amp;gt; this contain the all result taht you pass from arc gis to appian like form data&lt;br /&gt; onNewPointAdded: null,&lt;br /&gt; lineData: null,&lt;br /&gt; onNewLineAdded: null,&lt;br /&gt; polygonData: null,&lt;br /&gt; onNewPolygonAdded: null,&lt;br /&gt; circleData: null,&lt;br /&gt; onNewCircleAdded: null,&lt;br /&gt; featureLayerFieldsWithinGeometry: null,&lt;br /&gt; maxSelection: null,&lt;br /&gt; modifyGeometryType: null,&lt;br /&gt; modifyGeometryColor: true,&lt;br /&gt; trackCurrentLocation: null,&lt;br /&gt; onCurrentLocationChange: null,&lt;br /&gt; onGraphicSelect: null,&lt;br /&gt; showTableOnLoad: null,&lt;br /&gt; tableHeight: null,&lt;br /&gt; searchTableSelectedItemsValue: null,&lt;br /&gt; searchTableSelectedItemsSaveInto: null,&lt;br /&gt; tableSearchValue: null,&lt;br /&gt; tableSearchSaveInto: null,&lt;br /&gt; showLayerListSelection: null&lt;br /&gt; )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with ESRI ArcGIS Map Component Plugin: Not Displaying Saved Points Upon Retrieval</title><link>https://community.appian.com/thread/137142?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 05:40:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:67a5c376-87a0-48a4-afed-4bc04301cba0</guid><dc:creator>prathameshp1081</dc:creator><description>&lt;p&gt;&amp;nbsp;I have successfully resolved the issue with retrieving and displaying saved points using the following expression:&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1719206883334v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;However, I&amp;#39;m encountering an issue with the ESRI ArcGIS map component plugin while trying to display saved lines. The lines are stored in two related record types:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ArcGIS Line&lt;/strong&gt;: LineId (PK), Color, Length, Type&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ArcGIS Line Path&lt;/strong&gt;: PathId (PK), Latitude, Longitude, LineId (FK)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I am using the following expression to query the data:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1719206957483v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To display the line data on the map, I attempted to use this expression:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1719206986580v3.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;However, this results in the pages becoming unresponsive every time I try this. Could someone provide guidance on how to properly retrieve and display line data (with paths for each line separately) on the ESRI ArcGIS map component?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with ESRI ArcGIS Map Component Plugin: Not Displaying Saved Points Upon Retrieval</title><link>https://community.appian.com/thread/134001?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 06:04:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d071611-b038-46e0-8037-db0588bf63e7</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Can you help us with some more details? Code snippets?&lt;/p&gt;
&lt;p&gt;I never used that plugin, but I assume that it does not fetch and display markers without any additional configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>