<?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: Park and Rec finder Activity automatically selected in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11376#M503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Park and Recreation finder are you using?&amp;nbsp; We are using the version for 10.2 and do not have that problem.&amp;nbsp; It searches one of three ways:&amp;nbsp; by Address OR by Park Name OR by Activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see our site here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.fwb.org/ParksFinder/default.htm" title="http://gis.fwb.org/ParksFinder/default.htm"&gt;http://gis.fwb.org/ParksFinder/default.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 15:31:24 GMT</pubDate>
    <dc:creator>LuciHawkins</dc:creator>
    <dc:date>2014-08-20T15:31:24Z</dc:date>
    <item>
      <title>Park and Rec finder Activity automatically selected</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11374#M501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way in the Park and Recreation Finder application to not require an "Activity" icon to be selected?&amp;nbsp; I would like no Icon selected or possibly choose which icon is selected.&amp;nbsp; It is messing up the search because it is searching automatically for an activity even when I only want to search by address or by Park name.&amp;nbsp; Does this make sense to anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:33:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11374#M501</guid>
      <dc:creator>TamiMaddio</dc:creator>
      <dc:date>2014-08-06T16:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Park and Rec finder Activity automatically selected</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11375#M502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, you're looking for the section of the code displayed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Activities to be displayed in info window for a feature&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Activities: [{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName: "${RESTROOM}",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alias: "Restrooms Available",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image: "images/restrooms.png",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;isSelected: true&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName: "${ADACOMPLY}",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alias: "ADA Compliant",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image: "images/ada compliant.png"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, {&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName: "${SWIMMING}",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alias: "Swimming",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Image: "images/swimming.png"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the part where it says isSelected to false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 12:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11375#M502</guid>
      <dc:creator>ScottAulen2</dc:creator>
      <dc:date>2014-08-20T12:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Park and Rec finder Activity automatically selected</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11376#M503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Park and Recreation finder are you using?&amp;nbsp; We are using the version for 10.2 and do not have that problem.&amp;nbsp; It searches one of three ways:&amp;nbsp; by Address OR by Park Name OR by Activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see our site here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.fwb.org/ParksFinder/default.htm" title="http://gis.fwb.org/ParksFinder/default.htm"&gt;http://gis.fwb.org/ParksFinder/default.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 15:31:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11376#M503</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2014-08-20T15:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Park and Rec finder Activity automatically selected</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11377#M504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don’t know how I missed that.  It worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11377#M504</guid>
      <dc:creator>TamiMaddio</dc:creator>
      <dc:date>2014-08-25T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Park and Rec finder Activity automatically selected</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11378#M505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  I didn’t notice there is an option to have the symbol on by default.  I changed that and it works fine now.  We are also using 10.2.  Same as your’s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/park-and-rec-finder-activity-automatically/m-p/11378#M505</guid>
      <dc:creator>TamiMaddio</dc:creator>
      <dc:date>2014-08-25T14:13:58Z</dc:date>
    </item>
  </channel>
</rss>

