<?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 Bing Map Projection in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-map-projection/m-p/461637#M42668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I add bing map layer on run time in my application as a base map.in my application i want t0 add new point of interest in my extent.whenever i add the point it add the point outside from my extent.as per my information i think it is due to bing map layer.please help me how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before i was doing like this&lt;/P&gt;&lt;P&gt;pt = new Point(txtLong, txtLat, map.spatialReference);&lt;/P&gt;&lt;P&gt;i changed it with below line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pt = new Point(txtLong, txtLat, new SpatialReference({ wkid: 4326 }));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i found same result always in both statments. Point is always outside from my area of extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Mar 2016 09:23:07 GMT</pubDate>
    <dc:creator>NadirHussain</dc:creator>
    <dc:date>2016-03-05T09:23:07Z</dc:date>
    <item>
      <title>Bing Map Projection</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-map-projection/m-p/461637#M42668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I add bing map layer on run time in my application as a base map.in my application i want t0 add new point of interest in my extent.whenever i add the point it add the point outside from my extent.as per my information i think it is due to bing map layer.please help me how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code is given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before i was doing like this&lt;/P&gt;&lt;P&gt;pt = new Point(txtLong, txtLat, map.spatialReference);&lt;/P&gt;&lt;P&gt;i changed it with below line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pt = new Point(txtLong, txtLat, new SpatialReference({ wkid: 4326 }));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i found same result always in both statments. Point is always outside from my area of extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Mar 2016 09:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-map-projection/m-p/461637#M42668</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2016-03-05T09:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Map Projection</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-map-projection/m-p/461638#M42669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Bing Basemap use the WKID of 102100 not 4326 so you need to take your points in 4326 and use WebMercatorUtils to project them to web mercator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"esri/geometry/webMercatorUtils"

pt = new Point(txtLong, txtLat, new SpatialReference({ wkid: 4326 }));
var geom = webMercatorUtils.geographicToWebMercator(pt);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-map-projection/m-p/461638#M42669</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T20:31:27Z</dc:date>
    </item>
  </channel>
</rss>

