<?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: how to add point graphic to map? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495335#M46016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing the same issue. It works in IE (11.0.9600) and Firefox (40.0.2), but not Chrome (&lt;SPAN style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;44.0.2403.155)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2015 12:25:36 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2015-09-03T12:25:36Z</dc:date>
    <item>
      <title>how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495331#M46012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;I am following the example to add a point to a 3D map found here;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;&lt;A href="https://developers.arcgis.com/javascript/beta/sample-code/3d/add-graphics/"&gt;https://developers.arcgis.com/javascript/beta/sample-code/3d/add-graphics/&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;... and the example works great for adding a point graphic to the map in London.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;But I cannot change the location of the graphic that gets added. For example, I need to change the point to appear in Minnesota USA,&amp;nbsp; not London.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;So I change the XY in the example from London to US like this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;var point = new Point({ x: -94.15011, y: 45.55305, z: 1500 }), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;... but the point will not appear on the 3D map. It appears on the 2D map in the right spot. The problem appears to be the Z value. The only value that seems to work is 30000, and that puts the point up in the upper atmosphere. No other value for Z will display the point. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;Can anyone help me understand where I am going wrong?&amp;nbsp; It must be simple I am sure!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; font-size: 9.5pt;"&gt;Thank you!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 18:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495331#M46012</guid>
      <dc:creator>johnbrosowsky</dc:creator>
      <dc:date>2015-09-02T18:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495332#M46013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/sureba/edit?html,output" title="http://jsbin.com/sureba/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 19:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495332#M46013</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2015-09-02T19:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495333#M46014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your example link works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I save your example to an .HTML file and host on my own web server it works - so long as I view the page in IE or Firefox.&amp;nbsp; But in Chrome the point does not appear.&amp;nbsp; Any ideas why that would not work for chrome?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 22:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495333#M46014</guid>
      <dc:creator>johnbrosowsky</dc:creator>
      <dc:date>2015-09-02T22:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495334#M46015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to clarify, your example does not work for me in chrome but does work in IE.&amp;nbsp; In IE I see the line and the point, but in chrome I only see the line. The point is missing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495334#M46015</guid>
      <dc:creator>johnbrosowsky</dc:creator>
      <dc:date>2015-09-03T10:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495335#M46016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing the same issue. It works in IE (11.0.9600) and Firefox (40.0.2), but not Chrome (&lt;SPAN style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;44.0.2403.155)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 12:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495335#M46016</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2015-09-03T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to add point graphic to map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495336#M46017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/12935"&gt;john brosowsky&lt;/A&gt; - This is a bug in the beta 1 that will be fixed for beta 2. Thank you for reporting it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 01:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-add-point-graphic-to-map/m-p/495336#M46017</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2015-09-04T01:02:42Z</dc:date>
    </item>
  </channel>
</rss>

