<?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: Problem adding graphics layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566070#M52844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if the original layer of my graphics layer is not the same as the map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 08:01:40 GMT</pubDate>
    <dc:creator>BrandonPrice</dc:creator>
    <dc:date>2018-01-19T08:01:40Z</dc:date>
    <item>
      <title>Problem adding graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566068#M52842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am querying attribute table values of a highway layer to return the geometry for sections of the highway. The user searches for the section of the highway they want in a dropdown menu and click a run button. When the run button is clicked, the graphics layer added doesn't not show up in the right location. Maybe it the spatial reference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code for the spatial reference:&lt;/P&gt;&lt;P&gt;let postMileMarkerPolyline = new Polyline({&lt;BR /&gt; paths: finalPaths,&lt;BR /&gt; spatialReference: app.map.spatialReference&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app.map has a wkid of 102100 and the layer that I am using to show graphics has a wkid of 102645. Not sure if this matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/web-developers?sr=search&amp;amp;searchId=8098f230-4728-4d14-b341-cd447f2d17de&amp;amp;searchIndex=2"&gt;https://community.esri.com/community/developers/web-developers?sr=search&amp;amp;searchId=8098f230-4728-4d14-b341-cd447f2d17de&amp;amp;searchIndex=2&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/gis/web-gis?sr=search&amp;amp;searchId=8098f230-4728-4d14-b341-cd447f2d17de&amp;amp;searchIndex=3"&gt;https://community.esri.com/community/gis/web-gis?sr=search&amp;amp;searchId=8098f230-4728-4d14-b341-cd447f2d17de&amp;amp;searchIndex=3&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 23:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566068#M52842</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-18T23:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566069#M52843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Brandon,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; Your query needs to specify the outSpatialRefece property to be the maps spatial reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 23:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566069#M52843</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-18T23:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566070#M52844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if the original layer of my graphics layer is not the same as the map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566070#M52844</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-19T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566071#M52845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the way I have it now, but it still is in the wrong location&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 08:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566071#M52845</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-19T08:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding graphics layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566072#M52846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Are you sure you have the property spelled correctly and it is in the proper CaSe? I misspelled it in my previous reply. When using that property ArcGIS server will reproject the results before returning then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 11:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-adding-graphics-layer/m-p/566072#M52846</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-19T11:48:32Z</dc:date>
    </item>
  </channel>
</rss>

