<?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 Lines disappearing at 45 degree longitudes in Polar coordinate systems when zooming in in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660401#M87768</link>
    <description>&lt;P&gt;I have an application using a polar projections. When you zoom into the lines created at 45/135/225/315 degree angles, they disappear at high zoom levels. I also have noticed that sometimes points seem to also not display on these angles. The do appear when zoomed out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a reason for this behaviour?&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/JDawe/pen/myJZdRJ?editors=1001" target="_blank"&gt;https://codepen.io/JDawe/pen/myJZdRJ?editors=1001&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 09:44:25 GMT</pubDate>
    <dc:creator>JonathanDawe_BAS</dc:creator>
    <dc:date>2025-10-24T09:44:25Z</dc:date>
    <item>
      <title>Lines disappearing at 45 degree longitudes in Polar coordinate systems when zooming in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660401#M87768</link>
      <description>&lt;P&gt;I have an application using a polar projections. When you zoom into the lines created at 45/135/225/315 degree angles, they disappear at high zoom levels. I also have noticed that sometimes points seem to also not display on these angles. The do appear when zoomed out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a reason for this behaviour?&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/JDawe/pen/myJZdRJ?editors=1001" target="_blank"&gt;https://codepen.io/JDawe/pen/myJZdRJ?editors=1001&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 09:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660401#M87768</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2025-10-24T09:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lines disappearing at 45 degree longitudes in Polar coordinate systems when zooming in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660541#M87784</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The behavior you’re seeing is expected. You’re creating your polylines in WGS84 and adding them directly to a FeatureLayer that’s also set to use the WGS84 spatial reference. However, the features need to be projected to EPSG:3031 on the fly to display on the map.&lt;/P&gt;&lt;P&gt;When features are projected, the feature tile extent is also projected into the data’s spatial reference (in this case, from 3031 to WGS84). As a result, the extent doesn’t intersect with the geometry, leading to the behavior you’re observing.&lt;/P&gt;&lt;P&gt;To resolve this, you can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Set the layer’s spatial reference to match the view’s spatial reference.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Provide geometries in the same spatial reference as the view.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Or densify the geometry so that points will intersect with the tile extent.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Here is your codepen updated -&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/MYKGBgp?editors=1001" target="_blank" rel="noopener"&gt;https://codepen.io/U_B_U/pen/MYKGBgp?editors=1001&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;In this code, I am setting the layer's spatialReference to 3031 so that it matches the view's spatialRefrence.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 15:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660541#M87784</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2025-10-24T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lines disappearing at 45 degree longitudes in Polar coordinate systems when zooming in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660588#M87787</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53756"&gt;@UndralBatsukh&lt;/a&gt;&amp;nbsp;- thanks for the reply. I've taken another look and simplified the codepen, it was filled with lots of unused logic which was cluttering it up. Even with your suggested changes I still see that the lines come in and out of existence as I zoom in and out of the map.&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the updated codepen:&amp;nbsp;&lt;A href="https://codepen.io/JDawe/pen/PwZedjK" target="_blank"&gt;https://codepen.io/JDawe/pen/PwZedjK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6383762817112w932h540r865" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6383762817112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6383762817112w932h540r865');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6383762817112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 17:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1660588#M87787</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2025-10-24T17:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lines disappearing at 45 degree longitudes in Polar coordinate systems when zooming in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1663670#M87831</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I apologize for taking a long time to reply. Just looked at your app. I do indeed say the issue. We just created an issue to fix this and I will update you once we have a fix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lines-disappearing-at-45-degree-longitudes-in/m-p/1663670#M87831</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2025-11-05T19:17:49Z</dc:date>
    </item>
  </channel>
</rss>

