<?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: How to Fix International Date Line Issues 3Dfx in 3D Mapping Questions</title>
    <link>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793357#M237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, thanks for the sample app and data. The challenge is when a line goes from a point in Japan to another point in US, for example, we don't really have a way to know that it is meant to go via the Pacific Ocean or via Europe. We don’t “automatically” pick the shortest distance.&amp;nbsp; Instead, we assume that the data has been normalized correctly. To workaround, you may try the followings:&lt;/P&gt;&lt;P&gt;1. Provide the data in a way that indicates “across dateline”.For example, by adding 360 degrees to put in the “next” world, ie, instead of using &lt;BR /&gt;paths: [&lt;BR /&gt;[-119, 33], // US&lt;BR /&gt;[117, 40] // China&lt;BR /&gt;] &lt;BR /&gt;use &lt;BR /&gt;paths: [&lt;BR /&gt;[241, 33], // US &amp;lt;!-- Note the “241”!&lt;BR /&gt;[117, 40] // China&lt;BR /&gt;] &lt;BR /&gt;Once the data is like that, you can “normalize” it using&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-normalizeUtils.html#normalizeCentralMeridian"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-normalizeUtils.html#normalizeCentralMeridian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2018 19:30:23 GMT</pubDate>
    <dc:creator>Jianxia</dc:creator>
    <dc:date>2018-11-20T19:30:23Z</dc:date>
    <item>
      <title>How to Fix International Date Line Issues 3Dfx</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793354#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following problem:&lt;BR /&gt;I'm trying to display international visitor arrivals to New Zealand with a 3D scene and the 3Dfx widget.&lt;BR /&gt;However, lines which are crossing the International Date Line are not visualised correctly.&lt;BR /&gt;It looks like the lines are stopping at the IDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/427761_Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/427762_2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how I can fix that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 03:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793354#M234</guid>
      <dc:creator>MarcoPoetsch_ret</dc:creator>
      <dc:date>2018-11-06T03:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fix International Date Line Issues 3Dfx</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793355#M235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;Is it possible to share a sample of data so we can take a look? Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 00:59:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793355#M235</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2018-11-09T00:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fix International Date Line Issues 3Dfx</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793356#M236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure:&lt;BR /&gt;here is the link to the app: &lt;A href="http://arcg.is/CqGP9"&gt;http://arcg.is/CqGP9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I converted XY data to lines using ArcGIS Pro (XY to line).&lt;/P&gt;&lt;P&gt;Here the input data:&lt;BR /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/429314_2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's how it looks like in ArcGIS Pro:&lt;BR /&gt;&lt;IMG alt="ArcGIS Pro" class="image-1 jive-image" height="389" src="https://community.esri.com/legacyfs/online/429301_Capture.JPG" width="831" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2018 19:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793356#M236</guid>
      <dc:creator>MarcoPoetsch_ret</dc:creator>
      <dc:date>2018-11-11T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fix International Date Line Issues 3Dfx</title>
      <link>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793357#M237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco, thanks for the sample app and data. The challenge is when a line goes from a point in Japan to another point in US, for example, we don't really have a way to know that it is meant to go via the Pacific Ocean or via Europe. We don’t “automatically” pick the shortest distance.&amp;nbsp; Instead, we assume that the data has been normalized correctly. To workaround, you may try the followings:&lt;/P&gt;&lt;P&gt;1. Provide the data in a way that indicates “across dateline”.For example, by adding 360 degrees to put in the “next” world, ie, instead of using &lt;BR /&gt;paths: [&lt;BR /&gt;[-119, 33], // US&lt;BR /&gt;[117, 40] // China&lt;BR /&gt;] &lt;BR /&gt;use &lt;BR /&gt;paths: [&lt;BR /&gt;[241, 33], // US &amp;lt;!-- Note the “241”!&lt;BR /&gt;[117, 40] // China&lt;BR /&gt;] &lt;BR /&gt;Once the data is like that, you can “normalize” it using&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-normalizeUtils.html#normalizeCentralMeridian"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-normalizeUtils.html#normalizeCentralMeridian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 19:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-mapping-questions/how-to-fix-international-date-line-issues-3dfx/m-p/793357#M237</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2018-11-20T19:30:23Z</dc:date>
    </item>
  </channel>
</rss>

