<?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 Website navigation using a map in Implementing ArcGIS Questions</title>
    <link>https://community.esri.com/t5/implementing-arcgis-questions/website-navigation-using-a-map/m-p/693871#M615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple means for creating an interface on a website where you can click a polygon on a webmap and it brings you to a new web page? I am attempting to create an app that displays a webmap of several watersheds. I want it to work so that when you click a watershed polygon, it brings you to a webpage that discribes that watershed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taylor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2019 00:31:24 GMT</pubDate>
    <dc:creator>TaylorNorton</dc:creator>
    <dc:date>2019-01-30T00:31:24Z</dc:date>
    <item>
      <title>Website navigation using a map</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/website-navigation-using-a-map/m-p/693871#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a simple means for creating an interface on a website where you can click a polygon on a webmap and it brings you to a new web page? I am attempting to create an app that displays a webmap of several watersheds. I want it to work so that when you click a watershed polygon, it brings you to a webpage that discribes that watershed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taylor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 00:31:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/website-navigation-using-a-map/m-p/693871#M615</guid>
      <dc:creator>TaylorNorton</dc:creator>
      <dc:date>2019-01-30T00:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Website navigation using a map</title>
      <link>https://community.esri.com/t5/implementing-arcgis-questions/website-navigation-using-a-map/m-p/693872#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use URL strings in a field or stitch together a URL from a value in your table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-hyperlinks.htm" title="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-hyperlinks.htm"&gt;Using Hyperlinks—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also enable them from ArcGIS Online/ArcGIS Enterprise following the below steps if you want to "Assemble" the URL from an existing field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enable Pop-ups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436090_1222.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure Pop-ups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436115_1222.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select &lt;EM&gt;A custom attribute display&lt;/EM&gt; under Pop-up Contents:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436116_1222.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you’ll use the Custom Attribute Display to configure the popups. You can add fields you’d like to display at the top, then add the links:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436117_1222.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you setup the url’s, you’ll just enter a line into the URL string using the View HTML Source button:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436118_1222.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use this syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://google.com/{Code_Field}.zip/the_rest_of_the_url.htm" target="_blank"&amp;gt;2015 Imagery&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where {Code_Field} is the field that contains the reference value for the code.&amp;nbsp; The goal here is to stitch the URL together using field values and a normalized URL structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have further questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 00:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/implementing-arcgis-questions/website-navigation-using-a-map/m-p/693872#M616</guid>
      <dc:creator>JacobBoyle412</dc:creator>
      <dc:date>2019-01-30T00:42:53Z</dc:date>
    </item>
  </channel>
</rss>

