<?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 Re: How to create Zoom link on popup in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233100#M11472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the cluster layer is your issue. Look at this example, there is no zoom to either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=layers_point_clustering" title="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=layers_point_clustering"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 19:00:28 GMT</pubDate>
    <dc:creator>TimWitt2</dc:creator>
    <dc:date>2015-04-27T19:00:28Z</dc:date>
    <item>
      <title>How to create Zoom link on popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233097#M11469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I've been looking at popup samples with "Zoom" links but am unable to figure out how to put the links on the popup. Here is one of the samples I was looking at &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_formatInfoWindow.html" title="https://developers.arcgis.com/javascript/jssamples/widget_formatInfoWindow.html"&gt;Format info window content | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I am missing something...what am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233097#M11469</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-04-27T18:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Zoom link on popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233098#M11470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use &lt;A href="https://developers.arcgis.com/javascript/jsapi/infotemplate-amd.html" title="https://developers.arcgis.com/javascript/jsapi/infotemplate-amd.html"&gt;InfoTemplate | API Reference | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; it should automatically be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233098#M11470</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-27T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Zoom link on popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233099#M11471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tim,&lt;/P&gt;&lt;P&gt;The zoom link is not being display. I am using the popup in a cluster layer...do you think that might be why it's not displaying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; infoTemplate = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; InfoTemplate();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;infoTemplate.setTitle("Facility"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;infoTemplate.setContent("&amp;lt;b&amp;gt;ID:&amp;lt;/b&amp;gt;${FacilityID}&amp;lt;br/&amp;gt;&amp;lt;b&amp;gt;Facility Type:&amp;lt;/b&amp;gt;${FacilityType}&amp;lt;br/&amp;gt;&amp;lt;a href='SWUViewInspectionDetail.htm?id=${ID}' target='_blank'&amp;gt;Details&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #006400; font-size: 10pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; ClusterLayer({&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"data"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: photoInfo.data,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"distance"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: 50,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"id"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"clusters"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"labelColor"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"#fff"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"labelOffset"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: 10,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"resolution"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: map.extent.getWidth() / map.width,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"singleColor"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"#888"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: Consolas;"&gt;"singleTemplate"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;: infoTemplate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 18:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233099#M11471</guid>
      <dc:creator>JohnPreston</dc:creator>
      <dc:date>2015-04-27T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Zoom link on popup</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233100#M11472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the cluster layer is your issue. Look at this example, there is no zoom to either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=layers_point_clustering" title="http://developers.arcgis.com/javascript/sandbox/sandbox.html?sample=layers_point_clustering"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 19:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-zoom-link-on-popup/m-p/233100#M11472</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-27T19:00:28Z</dc:date>
    </item>
  </channel>
</rss>

