<?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 Different projections for routing and base map in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/different-projections-for-routing-and-base-map/m-p/550402#M14051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I combined together three samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Routing &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Routing"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Routing&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Driving directions &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RoutingDirections"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RoutingDirections&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Reverse geocoding &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#LocationToAddress"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#LocationToAddress&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;in order to make a routing tool, which uses my own network dataset. The route is created from points �??clicked�?? by user on the map; after geocoding points, the shortest path between them is created and later there are displayed turn by turn directions. Everything works fine besides distance measurements. All displayed distanced represents about 1/3 of real distance and I learned that this is due to different projections. On the daily basic I am using NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet projection, but in order to overlay my network dataset with other data in the web application I had to reproject it to WGS_1984_Web_Mercator_Auxiliary_Sphere.&amp;nbsp; An article &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/03/05/Measuring-distances-and-areas-when-your-map-uses-the-Mercator-projection.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/03/05/Measuring-distances-and-areas-when-your-map-uses-the-Mercator-projection.aspx&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;tells that �??you don't have to perform your measurements in the same coordinate system used by the map. When a user submits a geometry to your application for measurement, you can re-project that geometry into a more appropriate coordinate system for measurement. The re-projected geometry is used internally for measurement only; you don't display it on the map. Once the measurement is complete, you return the correct result to the user.�?�&amp;nbsp; I am looking for some guidance how exactly reproject my points/route into NAD 1983 to receive right measurement and in the same time have a graphic output of route, which will overlay with my WGS 1984 base maps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 17:07:31 GMT</pubDate>
    <dc:creator>JoannaLaroussi</dc:creator>
    <dc:date>2011-07-08T17:07:31Z</dc:date>
    <item>
      <title>Different projections for routing and base map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/different-projections-for-routing-and-base-map/m-p/550402#M14051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I combined together three samples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Routing &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Routing"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Routing&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Driving directions &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RoutingDirections"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RoutingDirections&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Reverse geocoding &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#LocationToAddress"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#LocationToAddress&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;in order to make a routing tool, which uses my own network dataset. The route is created from points �??clicked�?? by user on the map; after geocoding points, the shortest path between them is created and later there are displayed turn by turn directions. Everything works fine besides distance measurements. All displayed distanced represents about 1/3 of real distance and I learned that this is due to different projections. On the daily basic I am using NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet projection, but in order to overlay my network dataset with other data in the web application I had to reproject it to WGS_1984_Web_Mercator_Auxiliary_Sphere.&amp;nbsp; An article &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/03/05/Measuring-distances-and-areas-when-your-map-uses-the-Mercator-projection.aspx"&gt;http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2010/03/05/Measuring-distances-and-areas-when-your-map-uses-the-Mercator-projection.aspx&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;tells that �??you don't have to perform your measurements in the same coordinate system used by the map. When a user submits a geometry to your application for measurement, you can re-project that geometry into a more appropriate coordinate system for measurement. The re-projected geometry is used internally for measurement only; you don't display it on the map. Once the measurement is complete, you return the correct result to the user.�?�&amp;nbsp; I am looking for some guidance how exactly reproject my points/route into NAD 1983 to receive right measurement and in the same time have a graphic output of route, which will overlay with my WGS 1984 base maps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 17:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/different-projections-for-routing-and-base-map/m-p/550402#M14051</guid>
      <dc:creator>JoannaLaroussi</dc:creator>
      <dc:date>2011-07-08T17:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Different projections for routing and base map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/different-projections-for-routing-and-base-map/m-p/550403#M14052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Somebody from Network analyst forum suggested vey neat solution without writing thousand lines of code: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/34288-Different-distance-in-different-projections?p=115830#post115830"&gt;http://forums.arcgis.com/threads/34288-Different-distance-in-different-projections?p=115830#post115830&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 17:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/different-projections-for-routing-and-base-map/m-p/550403#M14052</guid>
      <dc:creator>JoannaLaroussi</dc:creator>
      <dc:date>2011-07-08T17:32:07Z</dc:date>
    </item>
  </channel>
</rss>

