<?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 Parks and Recreation Finder - Circle Color in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445786#M2816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, this app places a black circle around the park point when selected. I just want to change the circle it uses from black to red, so it will show up better on an aerial backdrop. I believe I've found the place to change it - locator.js line 1,329. Here is the line of code that I believe needs to be changed in order for the circle color to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var symbol = new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_CIRCLE, locatorRippleSize,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that I'm not sure how to change it. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 15:46:18 GMT</pubDate>
    <dc:creator>EddBlaine</dc:creator>
    <dc:date>2014-10-08T15:46:18Z</dc:date>
    <item>
      <title>Parks and Recreation Finder - Circle Color</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445786#M2816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, this app places a black circle around the park point when selected. I just want to change the circle it uses from black to red, so it will show up better on an aerial backdrop. I believe I've found the place to change it - locator.js line 1,329. Here is the line of code that I believe needs to be changed in order for the circle color to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var symbol = new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_CIRCLE, locatorRippleSize,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that I'm not sure how to change it. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 15:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445786#M2816</guid>
      <dc:creator>EddBlaine</dc:creator>
      <dc:date>2014-10-08T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parks and Recreation Finder - Circle Color</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445787#M2817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the very end of line 1329 you will see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;, new dojo.colorFromRgb(GetStylesSheet(".RippleColor")), 4), new dojo.Color([0, 0, 0, 0]));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The color is determined by&amp;nbsp;&amp;nbsp; [0, 0, 0, 0]&amp;nbsp;&amp;nbsp; at the end of the line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Change it to&amp;nbsp;&amp;nbsp;&amp;nbsp; [255, 0, 0, 0]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for it to be a RED circle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Luci&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 20:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445787#M2817</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2014-10-20T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parks and Recreation Finder - Circle Color</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445788#M2818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Luci! I think that you are right but for some reason, after making the change and saving it, the circle remains black...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445788#M2818</guid>
      <dc:creator>EddBlaine</dc:creator>
      <dc:date>2014-10-23T13:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parks and Recreation Finder - Circle Color</title>
      <link>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445789#M2819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are also circle symbols defined on line 626 and line 704 of the locator.js file.&amp;nbsp; Change it those two places and see if it changes the circle color. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 14:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/parks-and-recreation-finder-circle-color/m-p/445789#M2819</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2014-10-23T14:53:53Z</dc:date>
    </item>
  </channel>
</rss>

