<?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 Exporting/Converting Data from ArcGIS Online to WGS 84 Spherical Mercator (EPSG:3857-style) Coordinates in HTML5, CSS, JavaScript, and JavaScript Frameworks</title>
    <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840410#M39</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to export some feature layers from ArcGIS Online for use with the Google Maps API.&amp;nbsp; The most intuitive way to do this seems to be to use GeoJSON multipolygon or polygon objects.&amp;nbsp; I have been able to export my feature layers in GeoJSON format, but they don't seem to translate into usable coordinates for Google Maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I get looks like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{"type":"FeatureCollection",
&amp;nbsp; "crs":{"type":"name","properties":{"name":"EPSG:3857"}},
&amp;nbsp; "features":[{"type":"Feature","id":1,
&amp;nbsp; "geometry":{
&amp;nbsp; "type":"Polygon",
&amp;nbsp; "coordinates":[
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-10516017,4054040],
&amp;nbsp; [-10490946,4054346],
&amp;nbsp; [-10492475,4076666],
&amp;nbsp; [-10397693,4074220],
&amp;nbsp; [-10392189,4074220],
&amp;nbsp; ....etc....,
&amp;nbsp; [-10516017,4054040]
&amp;nbsp; ]
&amp;nbsp; ]},
&amp;nbsp; "properties":{"FID":1,"TITLE":"UAMS Southwest Region","VISIBLE":1,
&amp;nbsp; "DESCRIPTIO":"Counties Served by UAMS Southwest","IMAGE_URL":" ","IMAGE_LINK":" ","DATE":null,"TYPEID":0}}]}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This object does not show up when integrating it with the Google Maps API.&amp;nbsp; My assumption is that the coordinates here are not in EPSG:3857.&amp;nbsp; Based on other GeoJSON objects I've seen working with the API, these numbers need to look like standard latitude and longitude coordinates.&amp;nbsp; I know it is possible to make this conversion somehow, given only the data in the GeoJSON file.&amp;nbsp; I know this because I've uploaded sample files to this tool: &lt;A href="http://converter.mygeodata.eu/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://converter.mygeodata.eu/&lt;/A&gt;.&amp;nbsp; After upload, the feature layer in placed in just the right spot on an OpenStreetMap, and I am told the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="dsinfo" style="margin: 0 0 60px; font-family: Arial, Helvetica, sans-serif; color: #4c4d4c; border-width: 0px; border-style: none; background-color: #f7f6f6;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Feature type:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Polygon&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Feature count:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Data extent:&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-10325536&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;4094705&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-10244207&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;4165944&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;WGS-84 extent:&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-92.76&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;34.49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-92.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;35.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="6" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Coordinate reference system (CRS):&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Name:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;WGS 84 / Pseudo-Mercator&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Code:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;EPSG:3857&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;After all that, no matter how I try running it through this tool, all exports retain the Data Extent coordinate system and not the WGS-84 Translations.&amp;nbsp; Does anyone have experience with this or similar situations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:15:23 GMT</pubDate>
    <dc:creator>PhilipWalter</dc:creator>
    <dc:date>2021-12-12T10:15:23Z</dc:date>
    <item>
      <title>Exporting/Converting Data from ArcGIS Online to WGS 84 Spherical Mercator (EPSG:3857-style) Coordinates</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840410#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to export some feature layers from ArcGIS Online for use with the Google Maps API.&amp;nbsp; The most intuitive way to do this seems to be to use GeoJSON multipolygon or polygon objects.&amp;nbsp; I have been able to export my feature layers in GeoJSON format, but they don't seem to translate into usable coordinates for Google Maps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I get looks like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{"type":"FeatureCollection",
&amp;nbsp; "crs":{"type":"name","properties":{"name":"EPSG:3857"}},
&amp;nbsp; "features":[{"type":"Feature","id":1,
&amp;nbsp; "geometry":{
&amp;nbsp; "type":"Polygon",
&amp;nbsp; "coordinates":[
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-10516017,4054040],
&amp;nbsp; [-10490946,4054346],
&amp;nbsp; [-10492475,4076666],
&amp;nbsp; [-10397693,4074220],
&amp;nbsp; [-10392189,4074220],
&amp;nbsp; ....etc....,
&amp;nbsp; [-10516017,4054040]
&amp;nbsp; ]
&amp;nbsp; ]},
&amp;nbsp; "properties":{"FID":1,"TITLE":"UAMS Southwest Region","VISIBLE":1,
&amp;nbsp; "DESCRIPTIO":"Counties Served by UAMS Southwest","IMAGE_URL":" ","IMAGE_LINK":" ","DATE":null,"TYPEID":0}}]}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This object does not show up when integrating it with the Google Maps API.&amp;nbsp; My assumption is that the coordinates here are not in EPSG:3857.&amp;nbsp; Based on other GeoJSON objects I've seen working with the API, these numbers need to look like standard latitude and longitude coordinates.&amp;nbsp; I know it is possible to make this conversion somehow, given only the data in the GeoJSON file.&amp;nbsp; I know this because I've uploaded sample files to this tool: &lt;A href="http://converter.mygeodata.eu/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://converter.mygeodata.eu/&lt;/A&gt;.&amp;nbsp; After upload, the feature layer in placed in just the right spot on an OpenStreetMap, and I am told the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="dsinfo" style="margin: 0 0 60px; font-family: Arial, Helvetica, sans-serif; color: #4c4d4c; border-width: 0px; border-style: none; background-color: #f7f6f6;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Feature type:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Polygon&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Feature count:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Data extent:&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-10325536&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;4094705&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-10244207&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;4165944&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="2" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;WGS-84 extent:&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-92.76&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Min Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;34.49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max X:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;-92.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD colspan="2" style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Max Y:&lt;/TD&gt;&lt;TD class="item_value" colspan="3" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;35.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" colspan="6" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Coordinate reference system (CRS):&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Name:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;WGS 84 / Pseudo-Mercator&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 1px;"&gt;&lt;/TD&gt;&lt;TD class="item_name" style="padding: 1px; font-style: italic; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;Code:&lt;/TD&gt;&lt;TD class="item_value" colspan="4" style="padding: 1px; font-weight: bold; border-bottom-width: 1px !important; border-bottom-style: solid !important; border-bottom-color: #dedede !important;"&gt;EPSG:3857&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;After all that, no matter how I try running it through this tool, all exports retain the Data Extent coordinate system and not the WGS-84 Translations.&amp;nbsp; Does anyone have experience with this or similar situations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840410#M39</guid>
      <dc:creator>PhilipWalter</dc:creator>
      <dc:date>2021-12-12T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting/Converting Data from ArcGIS Online to WGS 84 Spherical Mercator (EPSG:3857-style) Coordinates</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840411#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this will help, but I have an application where I right click on an Esri JS API map app I created using our web services and then it converts the location to Google maps location to show street view in a pop-up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my project if you want to take a look and see if that helps: &lt;A href="https://github.com/csergent45/gisWeb" title="https://github.com/csergent45/gisWeb"&gt;csergent45/gisWeb · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing I was wondering is have you considered generating a KML?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 20:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840411#M40</guid>
      <dc:creator>ChrisSergent</dc:creator>
      <dc:date>2015-02-26T20:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting/Converting Data from ArcGIS Online to WGS 84 Spherical Mercator (EPSG:3857-style) Coordinates</title>
      <link>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840412#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much, Chris!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I ended up doing it was going through the KML intermediary.&amp;nbsp; For the sake of saving someone else time in the future, the components I'm using are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Online - for creating and exporting Feature Layers&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://converter.mygeodata.eu/"&gt;MyGeoData Converter&lt;/A&gt; - for converting to GeoJSON&lt;/LI&gt;&lt;LI&gt;My own simple C++ program to swap longitude and latitude values in the JSON object&lt;/LI&gt;&lt;LI&gt;gmaps.js - as a simplified way to access Google Maps API (you could use their API directly just as well)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you do is create your Feature Layer, and publish it as a hosted feature layer.&amp;nbsp; Then you can export it out of ArcGIS as either a shapefile or GeoJSON.&amp;nbsp; At this point, you go to the converter tool, upload your GeoJSON file, or the entire zip file containing the shapefile information (you can upload multiple files at a time for a batch conversion).&amp;nbsp; From here, choose KML as your target format, and hit Convert.&amp;nbsp; Somehow, this strips out the projection coordinates, and leaves the geographic coordinates.&amp;nbsp; You can then convert your KML output back to GeoJSON or whatever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One strange thing I noticed was that my final result looked fine in viewers like &lt;A href="http://geojson.io/"&gt;geojson.io&lt;/A&gt;, but failed to render properly using the drawPolygon() method in gmaps.js.&amp;nbsp; After looking at their documentation, I figured out that my coordinates were opposite those in their example.&amp;nbsp; Not sure if that is specific to gmaps.js or what, but I just wrote a simple C++ program to swap each coordinate set, and the feature layers render as expected.&amp;nbsp; There are probably more efficient ways to go about this but the results were a success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again to &lt;A href="https://community.esri.com/migrated-users/5237"&gt;Chris Sergent&lt;/A&gt; for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 15:15:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/html5-css-javascript-and-javascript-frameworks/exporting-converting-data-from-arcgis-online-to/m-p/840412#M41</guid>
      <dc:creator>PhilipWalter</dc:creator>
      <dc:date>2015-02-27T15:15:50Z</dc:date>
    </item>
  </channel>
</rss>

