<?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: Problem creating Web Mercator Auxilary feature class in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359286#M20579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same thing here. Does anyone have a solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Nov 2010 13:30:54 GMT</pubDate>
    <dc:creator>MatthewCherkas</dc:creator>
    <dc:date>2010-11-19T13:30:54Z</dc:date>
    <item>
      <title>Problem creating Web Mercator Auxilary feature class</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359284#M20577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are building a Web application in Javascript that lets a user digitize a polygon that we use to clip data.&amp;nbsp; The application uses WGS_1984_Web_Mercator_Auxiliary_Sphere.&amp;nbsp; Using Python I take the Fetaure Set passed by the application and turn it into a permanent feature class and assign the projection to WGS_1984_Web_Mercator_Auxiliary_Sphere.&amp;nbsp; When I try to look at the feature class I get the following error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The selected object failed to draw:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GeoScratch.DBO.PHSClipArea_WMA:&amp;nbsp; The coordinate system description is invalid&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to reproject the feature class which works without any problems.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 15:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359284#M20577</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2010-06-07T15:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Web Mercator Auxilary feature class</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359285#M20578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting this too.&amp;nbsp; Did you ever solve it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Leo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 22:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359285#M20578</guid>
      <dc:creator>LeoBynum</dc:creator>
      <dc:date>2010-11-03T22:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Web Mercator Auxilary feature class</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359286#M20579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same thing here. Does anyone have a solution to this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 13:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359286#M20579</guid>
      <dc:creator>MatthewCherkas</dc:creator>
      <dc:date>2010-11-19T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Web Mercator Auxilary feature class</title>
      <link>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359287#M20580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got the same error in Arc10 when trying to view the data stored with WM in SQL2008. However, when I added data of non-WM in my mxd file and set the data frame coordinate system to WM, there was no error in viewing the data in ArcMap. Does that suggest we shouldn't store data with WM? But the on-the-fly projection will slow down the AGS performance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ESRI WM brochure (&lt;/SPAN&gt;&lt;A href="http://www.esri.com/events/seminars/bettermaps/materials/pdfs/webmercator-smnr-brochure.pdf"&gt;http://www.esri.com/events/seminars/bettermaps/materials/pdfs/webmercator-smnr-brochure.pdf&lt;/A&gt;&lt;SPAN&gt;), this is the first question in FAQ. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;1. Do I always need to reproject my data?&lt;BR /&gt;No. ArcGIS Desktop can project all data on the fly; therefore, it is not necessary to change the projection of your data if you are sharing it with other ArcGIS Desktop users. However, if you are not sharing your data with ArcGIS Desktop users, using the Web Mercator projection is recommended.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering why using the Web Mercator projection is not recommended for ArcGIS Desktop users. Does this have anything to do with the error of the invalid coordinate system description? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 04:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/problem-creating-web-mercator-auxilary-feature/m-p/359287#M20580</guid>
      <dc:creator>TigerLeung</dc:creator>
      <dc:date>2011-04-20T04:39:49Z</dc:date>
    </item>
  </channel>
</rss>

