<?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>GIS and map integrations in Appian</title><link>https://community.appian.com/discussions/f/general/11410/gis-and-map-integrations-in-appian</link><description>Are there any existing integrations of GIS or mapping tools into Appian? The specific use case I&amp;#39;m thinking of is displaying a number of locations on a map (preferably dynamic with the ability to zoom and pan) and having users be able to click those marked</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: GIS and map integrations in Appian</title><link>https://community.appian.com/thread/50166?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 14:53:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:24c708e0-db74-4038-8e07-c17f2104798f</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>It is not possible to call the HTML content on SAIL Interface, &lt;br /&gt;
but you can provide the safelink, and call the webapi, the content are shown on New TAB&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GIS and map integrations in Appian</title><link>https://community.appian.com/thread/50165?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 14:47:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a21c4eb-84a3-4641-b74c-dc9a4adec47a</guid><dc:creator>Thomas Esch</dc:creator><description>Sorry if I wasn&amp;#39;t clear, I would like to have the map inside Appian.  My understanding is that this solution looks like it would allow an externally created map to do things inside Appian, but could not be used to display and use that map inside a interface or report.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GIS and map integrations in Appian</title><link>https://community.appian.com/thread/50162?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 14:35:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:437fd765-a248-4d0b-a39a-9e6e5b229f89</guid><dc:creator>Vinay Kumar Rai</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can call the HTML on the WebApi,&lt;/p&gt;
&lt;p&gt;1) Create a Web Api, add the parameters,&lt;/p&gt;
&lt;p&gt;2) Create an expression rule, which contains HTML with dynamic content based on the paramter&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/* Web Api */

a!httpResponse(
 
  statusCode: 200,

  headers: {
        a!httpHeader(
      name: &amp;quot;Content-Type&amp;quot;,
      value: &amp;quot;text/html&amp;quot;
    )
  },

  body: rule!MyHtmlRule(
             Input1: index(http!request.queryParameters, &amp;quot;Input1&amp;quot;, null),
             Input2:index(http!request.queryParameters, &amp;quot;Input2&amp;quot;, null)
          )
 
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Use Iframe on the Html expression to show the google map&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>