<?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 Select the appropriate coordinate system in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/select-the-appropriate-coordinate-system/m-p/186215#M7435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a geodatabase in which in&amp;nbsp;D_WGS_1984 datum and UTM zone projection. Now I need to use OpenStreetMap or googlemaps imagery WMS layer as base layer and overlay the datasets in Arcgis javascript web application . that I can Project basemap service in&amp;nbsp;WGS_1984_Web_Mercator_Auxiliary_Sphere&amp;nbsp; and do Overlay , but after create services and load in arcgis javascript when i use geometry query database need transform result from utm zone geodatabase to WGS_1984_Web_Mercator_Auxiliary_Spher e to show on map and this transform slow show the result&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-sql"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;select&lt;/SPAN&gt; st_x&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;st_transform&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;shape&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3857&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;st_y&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;st_transform&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;shape&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3857&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; sde&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lyr_mof&amp;nbsp; &lt;SPAN class="keyword token"&gt;limit&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;please help to select the appropriate way or other way:&lt;/P&gt;&lt;P&gt;1 - change the coordinate system of geodatabase data from UTM ZONE to &amp;nbsp;WGS_1984_Web_Mercator_Auxiliary_Sphere (wkid 3857) by batch projection toolbox&lt;/P&gt;&lt;P&gt;2 - publish OpenStreetMap or googlemaps imagery WMS layer as base layer to UTM zone projection&lt;/P&gt;&lt;P&gt;very Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 08:10:03 GMT</pubDate>
    <dc:creator>jipcikthown</dc:creator>
    <dc:date>2016-09-21T08:10:03Z</dc:date>
    <item>
      <title>Select the appropriate coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/select-the-appropriate-coordinate-system/m-p/186215#M7435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a geodatabase in which in&amp;nbsp;D_WGS_1984 datum and UTM zone projection. Now I need to use OpenStreetMap or googlemaps imagery WMS layer as base layer and overlay the datasets in Arcgis javascript web application . that I can Project basemap service in&amp;nbsp;WGS_1984_Web_Mercator_Auxiliary_Sphere&amp;nbsp; and do Overlay , but after create services and load in arcgis javascript when i use geometry query database need transform result from utm zone geodatabase to WGS_1984_Web_Mercator_Auxiliary_Spher e to show on map and this transform slow show the result&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="line-numbers language-sql"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;select&lt;/SPAN&gt; st_x&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;st_transform&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;shape&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3857&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;st_y&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;st_transform&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;shape&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3857&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; sde&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lyr_mof&amp;nbsp; &lt;SPAN class="keyword token"&gt;limit&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;please help to select the appropriate way or other way:&lt;/P&gt;&lt;P&gt;1 - change the coordinate system of geodatabase data from UTM ZONE to &amp;nbsp;WGS_1984_Web_Mercator_Auxiliary_Sphere (wkid 3857) by batch projection toolbox&lt;/P&gt;&lt;P&gt;2 - publish OpenStreetMap or googlemaps imagery WMS layer as base layer to UTM zone projection&lt;/P&gt;&lt;P&gt;very Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/select-the-appropriate-coordinate-system/m-p/186215#M7435</guid>
      <dc:creator>jipcikthown</dc:creator>
      <dc:date>2016-09-21T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select the appropriate coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/select-the-appropriate-coordinate-system/m-p/186216#M7436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question is unfortunately incoherent.&lt;/P&gt;&lt;P&gt;But for what it is worth. #2 - How are you publishing googlemaps imagery or OSM? &amp;nbsp;For OSM, you must have made your own local basemap, for google imagery, you would be violating legal use agreements to have offline or create your own tiles. &amp;nbsp;You must have these offline or locally tile scraped to even be able to 'Publish' in the first place.&lt;/P&gt;&lt;P&gt;If you are publishing locally, you can choose any projection you choose at this point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main reason to follow WKID 3857 is because the online resources are in that projection. (e.g. BING / ESRI / google / etc)&lt;/P&gt;&lt;P&gt;You can publish your own content in a separate service in any projection you wish. &amp;nbsp;Reprojection just has to take place. Or to streamline, you create a WEB geodatabase that has all the information in the same aux sphere projection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 16:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/select-the-appropriate-coordinate-system/m-p/186216#M7436</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2016-09-26T16:56:42Z</dc:date>
    </item>
  </channel>
</rss>

