<?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: markerset offset in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70987#M6306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dorothy,&lt;/P&gt;&lt;P&gt;I have reviewed the point in question. I find that the accuracy of the points differ.&lt;/P&gt;&lt;P&gt;The coordinates in the map service is &lt;EM&gt;X: &lt;/EM&gt; -1.3676985192200001E7 and &lt;EM&gt;Y: &lt;/EM&gt; 5654847.198399998 &lt;/P&gt;&lt;P&gt;whereas, the &lt;EM&gt;latitude_dec: &lt;/EM&gt; 45.21129 and &lt;EM&gt;longitude_dec: &lt;/EM&gt; -122.862434&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you convert the point coordinates to WGS84 I get &lt;EM&gt;lat : 45.21129548364&lt;/EM&gt; and &lt;EM&gt;long :-122.86244838829631&lt;/EM&gt;. It is almost same, but slightly different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference does not affect on higher map-scale, but at lower map-scale you will be able to see the difference visibly. You need to decide which value is correct and updated the other value accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2017 17:20:24 GMT</pubDate>
    <dc:creator>thejuskambi</dc:creator>
    <dc:date>2017-03-13T17:20:24Z</dc:date>
    <item>
      <title>markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70982#M6301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a point dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take the exact coordinates of a point and use the following to map it:&lt;/P&gt;&lt;P&gt;var point = new Point({&lt;BR /&gt; longitude: long,&lt;BR /&gt; latitude: lat&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;var pointGraphic = new Graphic({&lt;BR /&gt; geometry: point,&lt;BR /&gt; symbol: markerSymbol&lt;BR /&gt; });&lt;BR /&gt; view.graphics.add(pointGraphic);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two points do not line up on top of each other like they should (see attached image).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do the same thing in ArcMap they do line up exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70982#M6301</guid>
      <dc:creator>DorothyMortenson1</dc:creator>
      <dc:date>2017-03-13T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70983#M6302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the SpatialReference of the basemap used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the values of the coordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70983#M6302</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2017-03-13T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70984#M6303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coordinates are:&lt;/P&gt;&lt;P&gt;45.21129000,&amp;nbsp;-122.86243400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The map and the dataset are&amp;nbsp;in Web Mercator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 15:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70984#M6303</guid>
      <dc:creator>DorothyMortenson1</dc:creator>
      <dc:date>2017-03-13T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70985#M6304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so, you add a point to the map as Graphic object. How is the other point added to map. FeatureLayer or Dynamic Layer? and which SpatialReference is that layer in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the coordinates for both the points are same? even all the decimal places?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 16:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70985#M6304</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2017-03-13T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70986#M6305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Javascript API 4.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dataset is&amp;nbsp;being displayed using MapImageLayer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which is in web mercator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup uses the featurelayer&lt;/P&gt;&lt;P&gt;&lt;A class="jivelink11" href="http://arcgis2.wrd.state.or.us/arcgis/rest/services/Dynamic/j_gw_all_wells/MapServer/0" title="http://arcgis2.wrd.state.or.us/arcgis/rest/services/Dynamic/j_gw_all_wells/MapServer/0"&gt;http://arcgis2.wrd.state.or.us/arcgis/rest/services/Dynamic/j_gw_all_wells/MapServer/0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which is in web mercator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, I am focused on&amp;nbsp;gw_logid = 'MARI0000622'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The coordinates are exactly the same, even the decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works in ArcMap. Not in this application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 16:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70986#M6305</guid>
      <dc:creator>DorothyMortenson1</dc:creator>
      <dc:date>2017-03-13T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70987#M6306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dorothy,&lt;/P&gt;&lt;P&gt;I have reviewed the point in question. I find that the accuracy of the points differ.&lt;/P&gt;&lt;P&gt;The coordinates in the map service is &lt;EM&gt;X: &lt;/EM&gt; -1.3676985192200001E7 and &lt;EM&gt;Y: &lt;/EM&gt; 5654847.198399998 &lt;/P&gt;&lt;P&gt;whereas, the &lt;EM&gt;latitude_dec: &lt;/EM&gt; 45.21129 and &lt;EM&gt;longitude_dec: &lt;/EM&gt; -122.862434&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you convert the point coordinates to WGS84 I get &lt;EM&gt;lat : 45.21129548364&lt;/EM&gt; and &lt;EM&gt;long :-122.86244838829631&lt;/EM&gt;. It is almost same, but slightly different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference does not affect on higher map-scale, but at lower map-scale you will be able to see the difference visibly. You need to decide which value is correct and updated the other value accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70987#M6306</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2017-03-13T17:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70988#M6307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I'll double check our procedures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 18:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70988#M6307</guid>
      <dc:creator>DorothyMortenson1</dc:creator>
      <dc:date>2017-03-13T18:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70989#M6308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although at six decimal places of precision, you're talking about less than a meter difference. Was the data collected to that level of accuracy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/8650/measuring-accuracy-of-latitude-and-longitude/8674#8674" title="http://gis.stackexchange.com/questions/8650/measuring-accuracy-of-latitude-and-longitude/8674#8674"&gt;lat lon - Measuring accuracy of latitude and longitude? - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 19:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70989#M6308</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-03-13T19:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: markerset offset</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70990#M6309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is what I have concluded.&lt;/P&gt;&lt;P&gt;I took three different points that I marked on very distinct features at airports (the tip of the arrow or a cross of some kind).&lt;/P&gt;&lt;P&gt;I projected into the WGS 1984 Web Mercator (auxiliary sphere). While I am in ArcMap, all is well. Points are where they should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's when the data is squeezed through the REST service that it changes the coordinates slightly - but not consistently.&lt;/P&gt;&lt;P&gt;In most cases, it's puts the point about 4 ft off to the south east. I think this is something that would vary around the world. &amp;nbsp;I remember my coworker mentioning this, but I didn't pay that close of attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had added my service back into an ArcMap file, and the points do not line up. &amp;nbsp;Same is the case for the Javascript application. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Thejus mentioned, when you do a query on the rest service itself and see the coordinates in the results, they are not the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this makes sense. I have had a number of attributes go afoul by the rest services, as it seems to have a mind of it's own as far as data types, particularly with long numbers or time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for everyone's input. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 14:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/markerset-offset/m-p/70990#M6309</guid>
      <dc:creator>DorothyMortenson1</dc:creator>
      <dc:date>2017-03-14T14:56:12Z</dc:date>
    </item>
  </channel>
</rss>

