<?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: Search widget result graphics don't display with vector basemap? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582006#M54327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/iaguilera14"&gt;iaguilera14&lt;/A&gt;‌ thank you for reporting this issue. This issue should be fixed in the next release.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 16:42:16 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2017-04-07T16:42:16Z</dc:date>
    <item>
      <title>Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582001#M54322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have come across an issue when using the search widget with a vector base map. For some reason when zooming to the result in my case a polygon the highlight graphic doesn't show up. This is even the case in the search multiple sources example in the 3.x api samples. Open the sample in sandbox then switch base map to "topo-vector" then search using any source that isn't the geocoder and the result graphic doesn't display. Is this a known issue? Just to clarify I am using the 3.x api at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 16:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582001#M54322</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2017-04-05T16:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582002#M54323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isaiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When I do as you say use the search multiple source sample and change the basemap to a vector basemap and search for a city it adds the point marker symbol just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you notice the congress and senator feature services do not return geometry:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;&lt;STRONG&gt;Has Geometry Properties:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;Edit: Actually I took that sample and added my own polygon layer to the search source and it worked fine too.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 17:12:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582002#M54323</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-05T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582003#M54324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see what you are saying. I actually noticed the Has Geometry Properties: false also. Ill be a little more specific about how I reproduced it. If you change the source to the congressional districts layer rather than searching using all then you get no highlight graphic. However if you do this above steps while using the regular (non-vector) base map then you do get a highlight graphic. The point marker comes up if you are searching all sources because of the world geocoder but all my uses don't include this. So selecting the source congressional districts specifically removes the geocoder and then reproduces my issue. Another way of reproducing my issue in the sample is to set the sources to a blank array first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; sources &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: here are photos with the results for vector and non vector base maps&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="/legacyfs/online/345469_Screen Shot 2017-04-05 at 10.39.51 AM.png" style="width: 620px; height: 747px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/345468_Screen Shot 2017-04-05 at 10.38.05 AM.png" style="width: 620px; height: 769px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 17:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582003#M54324</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2017-04-05T17:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582004#M54325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isaiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Ahh, I see it now. There are no errors generated in the console so this seems like a bug that needs to be reported to esri tech support. I can see the request for the geometry is made and returned but not being added to the map when using vector basemap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 17:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582004#M54325</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-05T17:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582005#M54326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah it seems like this is a bug. The work around I am using at the moment is manually adding the graphic to the maps graphic layer using the 'select-result' event. I just have to grab the symbology from the layers render before I add it. Not a big deal but definitely&amp;nbsp;a bug. Ill get in contact with Esri to report the bug. Thanks for the help Robert!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 18:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582005#M54326</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2017-04-05T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search widget result graphics don't display with vector basemap?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582006#M54327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/iaguilera14"&gt;iaguilera14&lt;/A&gt;‌ thank you for reporting this issue. This issue should be fixed in the next release.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 16:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-result-graphics-don-t-display-with/m-p/582006#M54327</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2017-04-07T16:42:16Z</dc:date>
    </item>
  </channel>
</rss>

