<?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: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672873#M33430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are interested in a bit of background on WM and WMAS at ESRI, you might want to check out the following older forum thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=984&amp;amp;t=288073&amp;amp;g=1"&gt;ArcGIS Desktop - Projections, Projection Engine forum - Why are there 2 Web Mercator PCS's?&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 15:14:48 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2010-05-26T15:14:48Z</dc:date>
    <item>
      <title>Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing them?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672871#M33428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bing/Google map services use a tiling scheme having a WGS 84 Web Mercator (WM) coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The new ArcGIS Online services use a tiling scheme having a WGS 84 Web Mercator Auxiliary Sphere (WMAS) coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* WM uses a perfect sphere for its earth model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* WMAS uses a spheroid or ellipsoid (better for aligning local data to than a perfect sphere)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, these are the only differences; e.g. both tiling schemes share the same origin, map scales, and tile dimension size. I've also heard that the two coordinate systems are "mathematically identical". Not sure what's meant by that--but it seems to imply they are functionally identical but have different performance characteristics for overlaying dynamic data against. Are there other "differences that make a difference?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q1) In an ESRI-based web app (e.g. one created with an ESRI web mapping API), what happens when two cached map services, one WM and one WMAS, are added? Are both displayed without a fuss? What about when one or both are dynamic web services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Q2) In a non-ESRI based web app, what happens when two cached map services, one WM and one WMAS, are added? What about when one or both are dynamic web services? Can non-ESRI map servers even generate WMAS map services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something feels incomplete in the descriptions I've read about WM and WMAS. Isn't WM the defacto tiling scheme? And might serving WMAS map services to non-ESRI clients present a problem when others try to perform mashups?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672871#M33428</guid>
      <dc:creator>danan</dc:creator>
      <dc:date>2010-05-26T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672872#M33429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First off, dynamic map service can always mashup with other services.&amp;nbsp; They can be projected on the fly to match up with the coordinate system of the web map.&amp;nbsp; This projection happens on the server before an image is delivered to the client.&amp;nbsp; Cached map services need to have the same coordinate system in order to overlay in a web client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer to Q1: All of the Web API's treat WM and WMAS as the same coordinate system so they will overlay just fine.&amp;nbsp; The Web ADF is another matter.&amp;nbsp; There you need to use WMAS to overlay with ArcGIS Online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer to Q2: It depends on the API.&amp;nbsp; If the API treats both as the same coordinate system than you will be fine.&amp;nbsp; or if it doesn't check the coordinate systems at all, you will be fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is much more information on Web Mercator Auxiliary Sphere is available here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisonline/content/index.html#//011q00000005000000"&gt;http://help.arcgis.com/en/arcgisonline/content/index.html#//011q00000005000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically WMAS makes it easier to align your data with the WMAS basemap.&amp;nbsp; So if you goal is to align your data with public basemaps then you likely want to go with WMAS.&amp;nbsp; But if your goal is to publish services that will be used by non-esri API's that have more stringent coordinate system restrictions then you might want to go with WM.&amp;nbsp; Just keep in mind that your data might not align all the well with WM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 13:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672872#M33429</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-26T13:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672873#M33430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are interested in a bit of background on WM and WMAS at ESRI, you might want to check out the following older forum thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=984&amp;amp;t=288073&amp;amp;g=1"&gt;ArcGIS Desktop - Projections, Projection Engine forum - Why are there 2 Web Mercator PCS's?&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 15:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672873#M33430</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2010-05-26T15:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672874#M33431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ArcGIS Server Help for 10.1 (Data Storage Considerations) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;says ... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A common example is caching a web map in the WGS 1984 Web Mercator (Auxiliary Sphere) projection used by ArcGIS Online, Bing Maps, and Google Maps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do they all use the same WMAS or do Google and Bing use WM?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 15:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672874#M33431</guid>
      <dc:creator>CarolynWhite</dc:creator>
      <dc:date>2012-09-20T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672875#M33432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I believe they do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's more interesting background, if you're so inclined...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/"&gt;http://alastaira.wordpress.com/2011/01/23/the-google-maps-bing-maps-spherical-mercator-projection/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 15:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672875#M33432</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2012-09-20T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672876#M33433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In arcmap I used WGS 1984 Web Mercator (auxiliary sphere) but it will not&amp;nbsp; placed exact location whatever we creating shapefile in arcgisonline and google maps.Please anyone tell which coordinates to use for exact location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raj&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 05:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672876#M33433</guid>
      <dc:creator>AravinthrajRangasamy</dc:creator>
      <dc:date>2013-08-01T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672877#M33434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;In arcmap I used WGS 1984 Web Mercator (auxiliary sphere) but it will not&amp;nbsp; placed exact location whatever we creating shapefile in arcgisonline and google maps.Please anyone tell which coordinates to use for exact location.&lt;BR /&gt;&lt;BR /&gt;Thanks Advance&lt;BR /&gt;Raj&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify what problem(s) you see when you create a shapefile (You say the data are not placed in the "exact location" but that says you expected something different than you saw...A)what did you see, B)what did you expect?&amp;nbsp; Perhaps two screenshots will support your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a lot of experience with both WM and WMAS, and I do not experience the problem as you explained it. -- Specifically, my data appear where I expect it: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My data do not shift relative to a basemap when I change the map projection between WM and WMAS., nor when I substitute one (WM) basemap for another (WMAS) basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 13:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672877#M33434</guid>
      <dc:creator>JasonSchwartz</dc:creator>
      <dc:date>2013-08-06T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web Mercator (auxiliary sphere) vs. Web Mercator - overlay consequences mixing th</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672878#M33435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Raj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you need to transform your shapefile data. Here's a similar post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/89781-bad-display-of-data?p=318456&amp;amp;viewfull=1#post318456"&gt;http://forums.arcgis.com/threads/89781-bad-display-of-data?p=318456&amp;amp;viewfull=1#post318456&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 16:21:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/web-mercator-auxiliary-sphere-vs-web-mercator/m-p/672878#M33435</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-08-06T16:21:40Z</dc:date>
    </item>
  </channel>
</rss>

