<?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 coordinate system in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-coordinate-system/m-p/612605#M57324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not very familiar with the various coordinate systems that are out there, but I have regular latitude &amp;amp; longitude values (in decimal format) that I'm trying to plot on various base maps using the javascript API. For most of the maps, it works fine if I use a SpatialReference specified as { wkid: 4326 } for my Point objects. However, when I use Bing as my base map (i.e. the only layer in my map is a VETiledLayer instance), the map always seems to use a SpatialReference with wkid 102100. Even if I change the spatialReference property of the map and use { wkid: 4326 } in my Point objects, I cannot get it to use the coordinate system I want. All of my lat/long points get plotted near Africa (at [0,0] in lat/long), whereas if I use x/y values in the millions, I can actually get the points in different parts of the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I plot regular latitude / longitude values on a Bing map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 15:22:09 GMT</pubDate>
    <dc:creator>RebeccaMaaser</dc:creator>
    <dc:date>2010-09-10T15:22:09Z</dc:date>
    <item>
      <title>Bing coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-coordinate-system/m-p/612605#M57324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not very familiar with the various coordinate systems that are out there, but I have regular latitude &amp;amp; longitude values (in decimal format) that I'm trying to plot on various base maps using the javascript API. For most of the maps, it works fine if I use a SpatialReference specified as { wkid: 4326 } for my Point objects. However, when I use Bing as my base map (i.e. the only layer in my map is a VETiledLayer instance), the map always seems to use a SpatialReference with wkid 102100. Even if I change the spatialReference property of the map and use { wkid: 4326 } in my Point objects, I cannot get it to use the coordinate system I want. All of my lat/long points get plotted near Africa (at [0,0] in lat/long), whereas if I use x/y values in the millions, I can actually get the points in different parts of the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I plot regular latitude / longitude values on a Bing map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 15:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-coordinate-system/m-p/612605#M57324</guid>
      <dc:creator>RebeccaMaaser</dc:creator>
      <dc:date>2010-09-10T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bing coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-coordinate-system/m-p/612606#M57325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a common conversion and the API provides a utility function to take care of it for you:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/namespace_geometry.htm#geographicToWebMercator"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/namespace_geometry.htm#geographicToWebMercator&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pass the function an esri.geometry.Point constructed from your lat/lng and you'll get back a point you can plot on bing (or arcgis.com services...).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 15:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bing-coordinate-system/m-p/612606#M57325</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-09-10T15:32:48Z</dc:date>
    </item>
  </channel>
</rss>

