<?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 Map Co-ordinate System - avoiding Web Mercator in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510107#M14253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I am using ArcGIS Online basemaps in my Flex Viewer, is there any way I can avoid the co-ordinate system being in Web Mercator?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried adding a WKID to the map configuration file and added another basemap in the correct co-ordinate system as the first basemap, but nothing seems to change the display of Web Mercator in the scale bar or in the Co-ordinate Menu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 06:35:52 GMT</pubDate>
    <dc:creator>JanetRogers</dc:creator>
    <dc:date>2011-07-19T06:35:52Z</dc:date>
    <item>
      <title>Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510107#M14253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I am using ArcGIS Online basemaps in my Flex Viewer, is there any way I can avoid the co-ordinate system being in Web Mercator?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried adding a WKID to the map configuration file and added another basemap in the correct co-ordinate system as the first basemap, but nothing seems to change the display of Web Mercator in the scale bar or in the Co-ordinate Menu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 06:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510107#M14253</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2011-07-19T06:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510108#M14254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janet,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The simple answer is no... As the ArcGIS online Basemaps are cached which means you are just getting back pre-made images of the map, they will not be re-projected to meet your needs. If you have ever re-projected a image in ArcMap than you will realize the re-projecting many images that consist of the cache view is now feasible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510108#M14254</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-07-19T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510109#M14255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer Robert, I won't try any further...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And thank you so much for your Flex Widgets - I have been busy putting them into my web map and they are fantastic.&amp;nbsp; You name comes up every time I find something useful!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 22:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510109#M14255</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2011-07-19T22:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510110#M14256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are going to be using Web Mercator basemaps, but you want to show the coords in the lat long, you can do this in the coordinate widget .xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- geo, dms, mercator --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;outputunit&amp;gt;geo&amp;lt;/outputunit&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510110#M14256</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2021-12-11T22:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510111#M14257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked! A belated thanks to you all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 00:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510111#M14257</guid>
      <dc:creator>JanetRogers</dc:creator>
      <dc:date>2011-08-12T00:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Map Co-ordinate System - avoiding Web Mercator</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510112#M14258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to display coords in OSGB36 - do you have a widget for that possibly, please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 15:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/map-co-ordinate-system-avoiding-web-mercator/m-p/510112#M14258</guid>
      <dc:creator>KathrynPollard</dc:creator>
      <dc:date>2019-01-14T15:12:20Z</dc:date>
    </item>
  </channel>
</rss>

