<?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: Update coordinate system of hosted feature layer? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124777#M6012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did the same thing mentioned here.&amp;nbsp; We really need the ability to set the coordinate system in AGOL.&amp;nbsp; I come from an SDE environment where I didn't have to worry about it.&amp;nbsp; I noticed the issue when my square footage didn't make sense.&amp;nbsp; I realize it was being reported in square meters instead since it was Web Mercator.&amp;nbsp; I didn't get too far so I can probably just start over.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2020 14:48:49 GMT</pubDate>
    <dc:creator>JoshWhite</dc:creator>
    <dc:date>2020-09-23T14:48:49Z</dc:date>
    <item>
      <title>Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124775#M6010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to update the coordinate system of a hosted feature layer in ArcGIS Pro without overwriting it? I published a hosted feature layer (DWMS4Outfall) and it looks like I forgot to set the projected coordinate system to NAD 1983 StatePlane California VI FIPS 0406 Feet. Other layers I published show both PCS and GCS under Spatial Reference (e.g., RWStation). If I need to republish/overwrite, how can it be done without losing the attachments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="279" src="https://community.esri.com/legacyfs/online/436509_pastedImage_1.png" width="396" /&gt;&amp;nbsp;&lt;IMG class="image-2 jive-image" height="493" src="https://community.esri.com/legacyfs/online/436510_pastedImage_2.png" width="433" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 20:45:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124775#M6010</guid>
      <dc:creator>mingster</dc:creator>
      <dc:date>2019-02-04T20:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124776#M6011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot directly change the coordinate system in online feature service once published.&lt;/P&gt;&lt;P&gt;As you indicated, one way to achieve this is to export the data in online to filegdb (with attachments), then open this data in ArcMap or Pro, change the coordinate system and then overwrite the data in online. This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled Hassen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124776#M6011</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2019-02-05T15:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124777#M6012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did the same thing mentioned here.&amp;nbsp; We really need the ability to set the coordinate system in AGOL.&amp;nbsp; I come from an SDE environment where I didn't have to worry about it.&amp;nbsp; I noticed the issue when my square footage didn't make sense.&amp;nbsp; I realize it was being reported in square meters instead since it was Web Mercator.&amp;nbsp; I didn't get too far so I can probably just start over.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124777#M6012</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2020-09-23T14:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124778#M6013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really understand the issue. We do support publishing data into any coordinate systems.&lt;/P&gt;&lt;P&gt;However once the data is published, you can change the coordinate system since this would requires reprojecting the existing data. Also area and length reported in the layer query is based on the data spatial reference. BTW, these are not geodetic. You can use returnGeodetics in the query API to get more accurate measurements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124778#M6013</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2020-09-23T15:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124779#M6014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created the hosted feature layer in ArcGIS Online.&amp;nbsp; It automatically went with Web Mercator.&amp;nbsp; I don't remember seeing an option to choose a different projection/coordinate system.&amp;nbsp; I should have noticed this sooner but like I said I'm used to SDE and feature datasets that all of the same coordinate system so i didn't have to check.&amp;nbsp; It seems in order to create something in a different system would require the feature class to be created in Pro or ArcMap and loaded into ArcGIS Online.&amp;nbsp; Not a huge deal, just a learning experience.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124779#M6014</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2020-09-23T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124780#M6015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you need to publish SD file to bypass the default SR which is web Mercator if you are using Pro or even arcgis.com UX.&lt;/P&gt;&lt;P&gt;The UX does not expose the targetSR param we support at publishing.&lt;/P&gt;&lt;P&gt;So you can use the portal Publish API directly without the UX and you should be able to override the default behavior and specify any target spatial reference as a publishing param.&lt;/P&gt;&lt;P&gt;Publishing param in portal can contain:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;"name" : "&amp;lt;yourname&amp;gt;",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "targetSR" : { "wkid" : &amp;lt;&amp;gt;"}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check how the UX is publishing from arcgis.com UX (fiddler, etc.). It does call the portal publishing from your data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 15:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/124780#M6015</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2020-09-23T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1206185#M47572</link>
      <description>&lt;P&gt;Can you give more details about how to convert through ArcGIS Pro? I am using the project tool to reproject the table from one coordinate system to another. However, after the convert linked relationship table and contingent values setup all disappeared for the new table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 01:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1206185#M47572</guid>
      <dc:creator>BrandonGuo</dc:creator>
      <dc:date>2022-08-25T01:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1229697#M48776</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148945"&gt;@KhaledHassen&lt;/a&gt;&amp;nbsp;I tried this and changed the coordinate system on the layer, right click &amp;gt;&amp;gt; Share and Overwrite, but the cs did not update. The steps only worked for me once I changed the coordinate system of the map as well, so it seems like no matter what the layer is in, it will publish based on the map. Just an FYI for anyone else reading this (my layer is in Portal 10.8.1)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 22:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1229697#M48776</guid>
      <dc:creator>BrittanyBurson</dc:creator>
      <dc:date>2022-11-08T22:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1256120#M50224</link>
      <description>&lt;P&gt;I had a similar experience but with a solution that I was applying to ArcGIS Enterprise 10.9.1.&amp;nbsp; Solution is Lead Service Line Inventory (only version 1.0 is available for 10.9.1).&amp;nbsp; During the installation of the solution, it asks for a Coordinate System and I gave it ours (wkid 2881...State Plane HARN Florida East US Feet).&amp;nbsp; It ignored that coordinate system and left it in Illinois State Plane (Naperville).&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1256120#M50224</guid>
      <dc:creator>bsanders69</dc:creator>
      <dc:date>2023-02-08T15:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1589211#M63795</link>
      <description>&lt;P&gt;Did you ever find a fix for this? I had a similar thing happen with the LSL solution. Previous versions of the LSL Solutions used to default to WGS 1984 WKID 102100. Now you have to select your coordinate system (in AGOL, this seems like an overkill to take the default setting away and make you search for it manually, since all other hosted layers work in Web Mercator by default). It failed to produce 102100 through the search and just gave me "WGS 1984". Once I had deployed all the solutions and looked at the layer in Pro I was able to see that it selected WGS 1984 WKID 4326 which causes significant distortion to the map. The only "Solution" I have found is to delete and redeploy but I am still unable to find the WGS 1984 102100 coordinate system when I try to do that. Yes, you can re-project by setting the coordinate system in your map, in Pro, but not all users will be accessing the Services layer through Pro. I just wish the search feature at the beginning of the deployment worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 23:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1589211#M63795</guid>
      <dc:creator>SierraNevada</dc:creator>
      <dc:date>2025-02-25T23:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1675000#M67481</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/710567"&gt;@SierraNevada&lt;/a&gt;, I cannot speak to the LSL Solution specifically, but I was able to modify the Spatial Reference (SR) of an AGOL hosted feature layer (HFL) following the guidance from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/152557"&gt;@BrittanyBurson&lt;/a&gt;. Setting the SR on the map itself is what seems to impact the SR used by the HFL. This does seem to affect the service as a whole, even for end users that do not use Pro. Although what you may be experiencing might be related to re-projection on-the-fly within web maps, which I believe is standard behavior for AGOL web maps?&lt;/P&gt;&lt;P&gt;Here are the steps I followed to overwrite the SR of a HFL without publishing a new item:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add new Map to an ArcGIS Pro Project, re-name it according to the HFL. Remove the default basemaps.&lt;/LI&gt;&lt;LI&gt;Open the properties of this new map.&lt;OL&gt;&lt;LI&gt;Enable "Allow assignment of unique numeric IDs..." in General.&lt;/LI&gt;&lt;LI&gt;Set the desired SR in the Coordinate Systems section.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add the desired data to this map, already projected to my desired SR, which is the same as what I just set this map to use.&lt;/LI&gt;&lt;LI&gt;In the properties of the added dataset(s), set the desired Layer ID to match the existing HFL structure.&lt;/LI&gt;&lt;LI&gt;In the Share tab, click the dropdown under Web Layer, then select Overwrite Web Layer. Select my desired Web Layer to overwrite.&lt;/LI&gt;&lt;LI&gt;Compare and Analyze, then Publish once everything looks good. Once complete, navigate to the REST page from the AGOL Item Overview page and confirm the SR was modified.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 26 Dec 2025 16:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1675000#M67481</guid>
      <dc:creator>wtfineberg</dc:creator>
      <dc:date>2025-12-26T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update coordinate system of hosted feature layer?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1680405#M67680</link>
      <description>&lt;P&gt;Hello! Does this still work? I tried the steps: duplicated the layer by saving a local file, reprojected to the desired coordinates, and overwrote the existing web layer, but when I checked the layer after it was published, the coordinates did not change.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 04:09:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/update-coordinate-system-of-hosted-feature-layer/m-p/1680405#M67680</guid>
      <dc:creator>KttGIS</dc:creator>
      <dc:date>2026-01-28T04:09:02Z</dc:date>
    </item>
  </channel>
</rss>

