<?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: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level, in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280113#M8421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there documentation anywhere that shows all parameters available for building these URLs (similar to API documentation)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 16:08:51 GMT</pubDate>
    <dc:creator>AshleyOwens</dc:creator>
    <dc:date>2012-02-06T16:08:51Z</dc:date>
    <item>
      <title>Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level, etc.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280105#M8413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you create an HTTP link to an ArcGIS Viewer for Flex application with parameters to a specific map layer, zoom level, visible layers, etc? We would like to dynamically create this link in another application that a user can click to go to a specific view within our ArcGIS Viewer for Flex app. Note: Our Flex code is on a different server than our ArcGIS Server. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 18:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280105#M8413</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-03T18:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280106#M8414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the help document on the ArcGIS Viewer for Flex URL Parameters &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Viewer_URL_parameters/01m300000029000000/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Through URL parameters you can specify a particular configuration file, a web map from ArcGIS Online, or the map starting location/scale.&amp;nbsp; The best way to accomplish certain layers on/off is probably through separate config files with those layers enabled/disabled.&amp;nbsp; Then just specify in your URL which of those config files to open.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 18:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280106#M8414</guid>
      <dc:creator>JeremyMirmelstein</dc:creator>
      <dc:date>2012-02-03T18:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280107#M8415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Jeremy!&amp;nbsp; I tried the following, and can tell the config file referenced is being called, but I'm still not clear how to navigate to a particular point within a layer. I tried the following, but I know my entry for itemid is incorrect:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://arcdev/TIGER21/index.html?config=config_PRISM.xml&amp;amp;level=2&amp;amp;itemid=http://arcdev:8399/arcgis/rest/services/Parcel/MapServer/0/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=parcelnumber%3D1&amp;amp;time=&amp;amp;returnCountOnly=false&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=&amp;amp;f=html"&gt;http://arcdev/TIGER21/index.html?config=config_PRISM.xml&amp;amp;level=2&amp;amp;itemid=http://arcdev:8399/arcgis/rest/services/Parcel/MapServer/0/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;relationParam=&amp;amp;objectIds=&amp;amp;where=parcelnumber%3D1&amp;amp;time=&amp;amp;returnCountOnly=false&amp;amp;returnIdsOnly=false&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;outSR=&amp;amp;outFields=&amp;amp;f=html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 19:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280107#M8415</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-03T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280108#M8416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you need to search a certain layer than the eSearch Widget allows that, but if you just want to predefine a XY location than you use &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
center=11563270,144180&amp;amp;scale=250000&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280108#M8416</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280109#M8417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I am trying to mimic is the act of clicking on a result in the Identify widget, where it zooms to a specific object within a layer. Except instead of within the GIS application, the link would be external, opening a new window to the GIS app when the user clicks it. Maybe this isn't possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks everyone for your replies!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 20:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280109#M8417</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-03T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280110#M8418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Maybe I am not getting it but is this like what you are after? Notice that when you click on the link the map is in Louisville KY and then it runs the serach in the url and zooms to my county in Alabama and displays the reults of the search in the datagrid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-eSearch.xml&amp;amp;search=2&amp;amp;slayer=4&amp;amp;exprnum=0"&gt;http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-eSearch.xml&amp;amp;search=2&amp;amp;slayer=4&amp;amp;exprnum=0&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 20:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280110#M8418</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-03T20:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280111#M8419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much, Robert.&amp;nbsp; That is the type of functionality I'm looking for.&amp;nbsp; Do you mind posting your config-eSearch.xml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280111#M8419</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-06T13:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280112#M8420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here you go:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/config-eSearch.xml"&gt;http://gis.calhouncounty.org/FlexViewer2.5/config-eSearch.xml&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280112#M8420</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T13:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280113#M8421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there documentation anywhere that shows all parameters available for building these URLs (similar to API documentation)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280113#M8421</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-06T16:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280114#M8422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sure it is the Enhanced Search Widget URL Search Configuration.pdf that is included in the eSearch Widget download.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt; as shown below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:14:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280114#M8422</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280115#M8423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So this functionality (ability to zoom to specific object within a layer) is only available within your Enhanced Search widget? It's not an option with ArcGIS Viewer for Flex?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:30:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280115#M8423</guid>
      <dc:creator>AshleyOwens</dc:creator>
      <dc:date>2012-02-06T16:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTTP link to ArcGIS Viewer Flex app w/ params to a map layer, zoom level,</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280116#M8424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ashley,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Correct. The Flex Viewer itself allows you to zoom to an XY and a certain scale or maplevel but does not allow you to search a particular layer and zoom to it's result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/create-http-link-to-arcgis-viewer-flex-app-w/m-p/280116#M8424</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-06T16:33:48Z</dc:date>
    </item>
  </channel>
</rss>

