<?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: Why is the location tracking layer in WGS84? in ArcGIS Tracker Questions</title>
    <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242656#M61</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2020 18:31:55 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2020-03-09T18:31:55Z</dc:date>
    <item>
      <title>Why is the location tracking layer in WGS84?</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242652#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're implementing Tracker for ArcGIS on our ArcGIS Online organization.&amp;nbsp; Why is the location tracking hosted feature service&amp;nbsp; created as WKID 4326 (WGS84) when everything else on AGOL defaults to WKID 102100 (web mercator)? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242652#M57</guid>
      <dc:creator>JakeJacobs</dc:creator>
      <dc:date>2020-01-28T20:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the location tracking layer in WGS84?</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242653#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good question. The underlying location tracks data store in ArcGIS Online always stores it in GeoJSON format (WGS-84). In most cases, the data will be projected to Web Mercator when a client queries it so it would be projected regardless of the default spatial reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it's uploaded from Tracker we use WGS84 so there's no projection required prior to inserting the features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="caret-color: #000000; color: #000000; font-family: Calibri, sans-serif; font-size: 14.666666984558105px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration: none; display: inline !important; float: none;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242653#M58</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-28T20:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the location tracking layer in WGS84?</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242654#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of note: if you plan to use input geometry from another feature service to query the tracker feature service then it's important to have input geometry the same as the tracker service in that query.&amp;nbsp; For example, we have a polygon feature service (WKID 102100/3857) and loop thru each feature and query the ESRI Tracker service with that geometry but when we initially query the polygon service we set the output SR to WKID 4326 so that the geometries will align.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 21:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242654#M59</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2020-02-18T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the location tracking layer in WGS84?</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242655#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to set the inSR parameter, when querying, to specify the spatial reference of your polygon. The feature service should project it correctly prior to executing the geometry operation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242655#M60</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-09T17:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the location tracking layer in WGS84?</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242656#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 18:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/why-is-the-location-tracking-layer-in-wgs84/m-p/242656#M61</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2020-03-09T18:31:55Z</dc:date>
    </item>
  </channel>
</rss>

