<?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>ESRI Map</title><link>/b/appmarket/posts/esri-map</link><description>Overview 
 
 Esri is the global market leader in geographic information system (GIS) software, location intelligence, and mapping. With this bi-directional integration, you can mark specific locations, measure distance and area, and provide directions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Wed, 11 Mar 2026 08:57:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>markansink</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi team,&lt;/p&gt;
&lt;p&gt;We&amp;#39;re actively using the ESRI Map Component Plugin (v1.5.2) in a law enforcement&amp;nbsp;demo and have identified two bugs in esriMapMarkerField that we&amp;#39;d love to see addressed in a future release:&lt;/p&gt;
&lt;p&gt;1. Pre-loaded pointData popup renders blank&lt;br /&gt;When points are loaded via the pointData input parameter, the popup title and description are empty on click. This is because the popup template is constructed as a plain JavaScript object rather than using new PopupTemplate({...}) as is done for user-drawn sketch graphics. Changing the popupTemplate construction in addPointToMap() to use new PopupTemplate() resolves this.&lt;/p&gt;
&lt;p&gt;2. onGraphicSelect depends on popup lifecycle&lt;br /&gt;The onGraphicSelect save event only fires via the popup&amp;#39;s selectedFeature watcher, meaning if the popup is slow to open or suppressed, the event never fires. Adding a direct activeView.on(&amp;quot;click&amp;quot;) hit-test handler inside addPopupTriggerEvents() would make the event fire immediately and independently of the popup, which is much more reliable in read-only map scenarios.&lt;/p&gt;
&lt;p&gt;3. Feature request: disableInputPopup parameter&lt;br /&gt;A boolean parameter to suppress the built-in popup for pre-loaded pointData graphics would be very useful. Many use cases (especially read-only intelligence maps) use a custom SAIL panel to display graphic details rather than the built-in popup, and there is currently no way to prevent the empty popup from appearing.&lt;br /&gt;&lt;br /&gt;I&amp;nbsp;have already implemented and tested all three changes locally. Happy to share the exact code changes if that would help speed up the fix.&lt;/p&gt;
&lt;p&gt;Thanks for a great plugin, it&amp;#39;s been a solid foundation for our use case!&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Mon, 25 Aug 2025 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.5.2 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt;The following changes were made in the esriMapMarkerField - &lt;/span&gt;&lt;/li&gt;&lt;li class="ql-indent-1"&gt;&lt;span&gt;Removed a bug occurring when creating a Polygon on a basemap with WKID 27700&lt;/span&gt;&lt;/li&gt;&lt;li class="ql-indent-1"&gt;&lt;span&gt;Removed a bug caused when featureLayers is null&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Thu, 03 Apr 2025 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.5.1 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt;The following changes were made in the esriMapMarkerField - &lt;/span&gt;&lt;/li&gt;&lt;li class="ql-indent-1"&gt;&lt;span&gt;Modified the baseMap and secondaryMap parameters in the component to support custom base maps from Ordnance Survey.&lt;/span&gt;&lt;/li&gt;&lt;li class="ql-indent-1"&gt;&lt;span&gt;Added a showLayerListSelection parameter in the component to control layer list selection visibility&lt;/span&gt;&lt;/li&gt;&lt;li class="ql-indent-1"&gt;&lt;span&gt;Applied minor revisions to the tableHeight and maxSelection parameters&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Wed, 13 Nov 2024 23:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>1</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.5.0 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Feature Table Search and Selection: A new feature table functionality has been added to enable users to search and select items directly on the map. The table performs queries based on the user’s search query input, and if no query is specified, it fetches all items.&lt;/li&gt;&lt;li&gt;Search Field Specification in FeatureLayer: A new property has been introduced within the FeatureLayer input that allows users to specify the fields for search queries. This enhances the control over the search process, ensuring more relevant results based on the specified fields.&lt;/li&gt;&lt;li&gt;Item Highlighting on Map: On loading the feature table, selected items are automatically highlighted on the map for easier identification. Subsequent selections in the table will update the highlight on the map.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Mon, 21 Oct 2024 18:07:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.4.0&amp;nbsp;Release Notes&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;New Features&lt;/em&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Feature Object Highlighting: A new parameter has been added to highlight feature objects within the feature layer, enhancing visibility.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Circle Geometry Type: Introduced a new geometry type, Circle, allowing for more diverse mapping capabilities.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Geometry Editing: Users can now edit the name and description of geometries for improved organization and context.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Element Tracking: Added functionality to track feature layer elements under geometries, enhancing data management.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Layer List : Introduced a layer list feature that enables users to rearrange and control the visibility of feature layers easily.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Feature Layer Info Saving: Added the capability to save feature layer information, ensuring user configurations are preserved.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;Bug Fixes&lt;/em&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Race Condition Resolution: Resolved a race condition issue within the feature layer on load.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Wed, 24 Jul 2024 22:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v&lt;/strong&gt;&lt;strong&gt;1.3.1 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Fixed the issue in the Get Direction feature.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Thu, 11 Apr 2024 11:48:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>prathameshp1081</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;Is geofencing functionality currently available in the ESRI ArcGIS Map Component plugin, or are there any plans to include it in future updates? If it&amp;#39;s already available, can someone kindly share how to utilize it?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Thu, 20 Apr 2023 21:58:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.3.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Included a parameter ‘onGraphicSelect’ to find the selected graphic in the marker component.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Tue, 18 Apr 2023 09:56:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Alex Boerescu</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Is there&amp;nbsp;a way to filter the results returned by a layer URL? I am using an URL that accepts query parameters, but it seems that the plugin discards them somehow...&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Mon, 13 Mar 2023 21:59:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.2.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Included feature layer support in esriMapMarkerField component.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Wed, 07 Dec 2022 22:59:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.1.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Enhanced Mobile View Support.&lt;/li&gt;&lt;li&gt;Included Tracking user’s location in both direction and marker component.&lt;/li&gt;&lt;li&gt;Users can update the geometries marked in the marker component.&lt;/li&gt;&lt;li&gt;Included ‘maxSelection’ parameter in marker component to limit the number of geometries.&lt;/li&gt;&lt;li&gt;Included ‘readOnly’ parameter in both marker and direction component.&lt;/li&gt;&lt;li&gt;Included map toggling functionality in both marker and direction component.&lt;/li&gt;&lt;li&gt;Users can change the color and type of the pins based on the business requirements.&lt;/li&gt;&lt;li&gt;Users can use the Coordinates to search for a particular location.&lt;/li&gt;&lt;li&gt;Included auto-complete feature in search bar.&lt;/li&gt;&lt;li&gt;Users can now delete a point in the map without deleting the whole other points.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Tue, 18 Oct 2022 12:20:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v1.0.0 Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;span&gt;Updated the Title, description and documentation&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: ESRI Map</title><link>https://community.appian.com/b/appmarket/posts/esri-map</link><pubDate>Mon, 11 Jul 2022 21:04:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:005807ba-caa7-4bf2-9a10-282f304c78d9</guid><dc:creator>MattDallaire</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great plugin!&amp;nbsp; For the esriMapMarkerField, are there plans to include updates to marker coordinates if&amp;nbsp;they are edited (moved, rotated, etc)?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>