<?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 project US States in Transverse Mercator in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166092#M15424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Looking at your &lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/Ver2/MapServer"&gt;States map service&lt;/A&gt;, the spatial reference is web mercator, but the coordinate bounds look like geographic (latitude and longitude, probably WGS84) coordinates.&lt;BR /&gt;&lt;BR /&gt;Did you use &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000077000000"&gt;Define Projection&lt;/A&gt; to set your data's projection to web mercator? Define projection doesn't actually reproject data, it only changes a dataset's metadata. If you did do this, I would run your layers back through Define Projection and specify WGS84. You can leave your data frame set to web mercator or set it to WGS84. In either case, re-publish your service. ArcGIS Server will take care of re-projecting your data on the fly when you use it as an &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/arcgisdynamicmapservicelayer.htm"&gt;ArcGISDynamicMapServiceLayer&lt;/A&gt; or when you use it in a webmap on ArcGIS.com.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks I started again and assigned the same co-ordinate system on a fresh blank shapefile and now it is fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2012 21:27:08 GMT</pubDate>
    <dc:creator>SmaranHarihar</dc:creator>
    <dc:date>2012-10-24T21:27:08Z</dc:date>
    <item>
      <title>How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166086#M15418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created two different MXDs, one for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/BaseMap/MapServer" rel="nofollow" target="_blank"&gt;City of Tucson&lt;/A&gt;&lt;SPAN&gt; and another for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/Ver2/MapServer" rel="nofollow" target="_blank"&gt;US States&lt;/A&gt;&lt;SPAN&gt;. If you click on the ArcGIS.com Map link above (in the services page), you will see that City of Tucson Layer is overlaid on the basemap properly but the US States is projected somewhere in the ocean. I know this is a projection issue but if you look at the metadata in the services link, both are showing Spatial Reference: 102100 (3857).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the projection of the City of Tucson is NAD_1983_HARN_StatePlane_Arizona_Central_FIPS_0202_Feet_Intl in the ArcMap and the US States is WGS_1984_Web_Mercator_Auxiliary_Sphere in ArcMap. I tried to change the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/reproject/MapServer" rel="nofollow" target="_blank"&gt;projection to WGS84&lt;/A&gt;&lt;SPAN&gt; but the layer is still not projected properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I correct it? By "correct it" I mean that the projection should be like City of Tucson where it is projected properly over the basemap in ArcGIS.com.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 16:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166086#M15418</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-10-18T16:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166087#M15419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I created two different MXDs, one for &lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/BaseMap/MapServer"&gt;City of Tucson&lt;/A&gt; and another for &lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/Ver2/MapServer"&gt;US States&lt;/A&gt;. If you click on the ArcGIS.com Map link above (in the services page), you will see that City of Tucson Layer is overlaid on the basemap properly but the US States is projected somewhere in the ocean. I know this is a projection issue but if you look at the metadata in the services link, both are showing Spatial Reference: 102100 (3857).&lt;BR /&gt;&lt;BR /&gt;Now the projection of the City of Tucson is NAD_1983_HARN_StatePlane_Arizona_Central_FIPS_0202_Feet_Intl in the ArcMap and the US States is WGS_1984_Web_Mercator_Auxiliary_Sphere in ArcMap. I tried to change the &lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/reproject/MapServer"&gt;projection to WGS84&lt;/A&gt; but the layer is still not projected properly.&lt;BR /&gt;&lt;BR /&gt;How can I correct it? By "correct it" I mean that the projection should be like City of Tucson where it is projected properly over the basemap in ArcGIS.com.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should leave your data in its own coordinate system.&amp;nbsp; Then set the DATA FRAME properties to Web Merc aux sphere and refresh your service.&amp;nbsp; (You should also clear your REST cache after changing a service)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 17:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166087#M15419</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-10-18T17:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166088#M15420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You should leave your data in its own coordinate system.&amp;nbsp; Then set the DATA FRAME properties to Web Merc aux sphere and refresh your service.&amp;nbsp; (You should also clear your REST cache after changing a service)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just checked the data frame properties and it is already Web Merc Aux Sphere,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;WGS_1984_Web_Mercator_Auxiliary_Sphere&lt;BR /&gt;Projection: Mercator_Auxiliary_Sphere&lt;BR /&gt;False_Easting: 0.000000&lt;BR /&gt;False_Northing: 0.000000&lt;BR /&gt;Central_Meridian: 0.000000&lt;BR /&gt;Standard_Parallel_1: 0.000000&lt;BR /&gt;Auxiliary_Sphere_Type: 0.000000&lt;BR /&gt;Linear Unit: Meter&lt;BR /&gt;&lt;BR /&gt;GCS_WGS_1984&lt;BR /&gt;Datum: D_WGS_1984&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also how do I clear the REST Cache? I found this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/clearcache.html"&gt;link &lt;/A&gt;&lt;SPAN&gt;for clearing REST Cache but it seems that I need to Generate Admin Token. Is that the right process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166088#M15420</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-10-18T18:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166089#M15421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just checked the data frame properties and it is already Web Merc Aux Sphere,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also how do I clear the REST Cache? I found this &lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/clearcache.html"&gt;link &lt;/A&gt;for clearing REST Cache but it seems that I need to Generate Admin Token. Is that the right process?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://server/arcgis/rest/admin/"&gt;http://server/arcgis/rest/admin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or in your case&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/admin/"&gt;http://msgist2011.grd.arizona.edu/ArcGIS/rest/admin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log in, clear cache, clear cache now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 18:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166089#M15421</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-10-18T18:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166090#M15422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://server/arcgis/rest/admin/"&gt;http://server/arcgis/rest/admin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or in your case&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/admin/"&gt;http://msgist2011.grd.arizona.edu/ArcGIS/rest/admin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;log in, clear cache, clear cache now.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Done but still the output seems to be the same. The US States is still in the ocean when clicked on ArcGIS.com&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 21:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166090#M15422</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-10-18T21:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166091#M15423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Looking at your &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/Ver2/MapServer" rel="nofollow" target="_blank"&gt;States map service&lt;/A&gt;&lt;SPAN&gt;, the spatial reference is web mercator, but the coordinate bounds look like geographic (latitude and longitude, probably WGS84) coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you use &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000077000000" rel="nofollow" target="_blank"&gt;Define Projection&lt;/A&gt;&lt;SPAN&gt; to set your data's projection to web mercator? Define projection doesn't actually reproject data, it only changes a dataset's metadata. If you did do this, I would run your layers back through Define Projection and specify WGS84. You can leave your data frame set to web mercator or set it to WGS84. In either case, re-publish your service. ArcGIS Server will take care of re-projecting your data on the fly when you use it as an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/arcgisdynamicmapservicelayer.htm" rel="nofollow" target="_blank"&gt;ArcGISDynamicMapServiceLayer&lt;/A&gt;&lt;SPAN&gt; or when you use it in a webmap on ArcGIS.com.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 01:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166091#M15423</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-10-19T01:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to project US States in Transverse Mercator</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166092#M15424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Looking at your &lt;A href="http://msgist2011.grd.arizona.edu/ArcGIS/rest/services/smaranh/Ver2/MapServer"&gt;States map service&lt;/A&gt;, the spatial reference is web mercator, but the coordinate bounds look like geographic (latitude and longitude, probably WGS84) coordinates.&lt;BR /&gt;&lt;BR /&gt;Did you use &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001700000077000000"&gt;Define Projection&lt;/A&gt; to set your data's projection to web mercator? Define projection doesn't actually reproject data, it only changes a dataset's metadata. If you did do this, I would run your layers back through Define Projection and specify WGS84. You can leave your data frame set to web mercator or set it to WGS84. In either case, re-publish your service. ArcGIS Server will take care of re-projecting your data on the fly when you use it as an &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/arcgisdynamicmapservicelayer.htm"&gt;ArcGISDynamicMapServiceLayer&lt;/A&gt; or when you use it in a webmap on ArcGIS.com.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks I started again and assigned the same co-ordinate system on a fresh blank shapefile and now it is fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 21:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-project-us-states-in-transverse-mercator/m-p/166092#M15424</guid>
      <dc:creator>SmaranHarihar</dc:creator>
      <dc:date>2012-10-24T21:27:08Z</dc:date>
    </item>
  </channel>
</rss>

