<?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: Pan controls ArcGIS4 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400576#M84119</link>
    <description>&lt;P&gt;There is a DirectionalPad widget, it's not in the corners though, not sure if that would meet your needs&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 20:16:15 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2024-03-25T20:16:15Z</dc:date>
    <item>
      <title>Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400284#M84110</link>
      <description>&lt;P&gt;Hi I am looking to add pan controls in the form of arrows to an ArcGIS4 JS map but have been struggling to find the specific api to allow me to do this.&lt;/P&gt;&lt;P&gt;I was wondering if anyone had any input on how I could go about doing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 12:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400284#M84110</guid>
      <dc:creator>azy141</dc:creator>
      <dc:date>2024-03-25T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400290#M84111</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/779160"&gt;@azy141&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you please explain why you would want to add pan controls to your ArcGIS4 JS map? The reason I ask this, is because I think it is not necessary at all to add such controls to the user interface.&lt;/P&gt;&lt;P&gt;It is quite easy to pan the map - grabbing it with a left mouse click, using the arrow keys on your keyboard or just with your fingers on a mobile device.&lt;/P&gt;&lt;P&gt;So, the map is 'panable' by default. There is no need to add controls to activate a pan modus.&lt;/P&gt;&lt;P&gt;What is your opinion about this?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 12:22:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400290#M84111</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2024-03-25T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400300#M84112</link>
      <description>&lt;P&gt;I was given this assignment as we are looking at building controls that are easier to use for accessibility reasons.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 12:41:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400300#M84112</guid>
      <dc:creator>azy141</dc:creator>
      <dc:date>2024-03-25T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400307#M84113</link>
      <description>&lt;P&gt;I think you will have to add your own buttons to the map, or actually to the &lt;FONT face="courier new,courier"&gt;view.ui&lt;/FONT&gt;, with a function to move the center of the map an X number of units to the N/E/S/W when the respective button is clicked.&lt;/P&gt;&lt;P&gt;I have never added pan buttons to the ui myself, but for some inspiration you may have a look at this example, where I do add a custom 'previous extent' and 'next extent' button to the user interface:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-maps-sdk-for-javascript-example-previous/m-p/1247844" target="_blank"&gt;ArcGIS Maps SDK for JavaScript example: Previous a... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 13:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400307#M84113</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2024-03-25T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400401#M84115</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&amp;nbsp; I would assume you could just add some new html elements and change the MapView (view) by an x,y distance on each click.&lt;/P&gt;&lt;P&gt;Here I added custom zoom in/out buttons in a similar way-&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;document&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getElementById&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"zoominbtn"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;addEventListener&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'click'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"zoom in"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;zoom&lt;/SPAN&gt; &lt;SPAN&gt;+&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;zoom&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;n&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;document&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getElementById&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"zoomoutbtn"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;addEventListener&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'click'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"zoom out"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;zoom&lt;/SPAN&gt; &lt;SPAN&gt;-&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;zoom&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;n&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; });&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400401#M84115</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2024-03-25T16:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400576#M84119</link>
      <description>&lt;P&gt;There is a DirectionalPad widget, it's not in the corners though, not sure if that would meet your needs&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 20:16:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400576#M84119</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2024-03-25T20:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400603#M84120</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7384"&gt;@ReneRubalcava&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Cool. Didn't know about this little widget. I did quickly create a small sample to test it (see code below) and it works fine. I do like this little &lt;SPAN&gt;compass indicating the orientation of the map (when not 0), allowing you to reset the map orientation (to 0).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Of course I cannot speak for the original poster, but I think this offers most of the functionality requested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is my little sample:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
  &amp;lt;meta charset="utf-8"&amp;gt;
  &amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"&amp;gt;
  &amp;lt;title&amp;gt;ArcGIS JavaScript with UK data - DirectionalPad&amp;lt;/title&amp;gt;
  &amp;lt;link rel="stylesheet" href="https://js.arcgis.com/4.29/esri/css/main.css"&amp;gt;
  &amp;lt;script src="https://js.arcgis.com/4.29/"&amp;gt;&amp;lt;/script&amp;gt;
  &amp;lt;style&amp;gt;
    html, body, #viewDiv {
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
    }
  &amp;lt;/style&amp;gt;
  &amp;lt;script&amp;gt;  
      require([
        "esri/Map",
        "esri/geometry/Point",
        "esri/views/MapView",
        "esri/widgets/DirectionalPad"
      ], function(Map, Point, MapView, DirectionalPad) {

      var map = new Map({
        basemap: {
          portalItem: {
            id: "5b9d5ac7e17f402a9111f1ca2c22bf56"
            // GB Cartographic Local Names, hosted by EsriUKContent, see: https://www.arcgis.com/home/item.html?id=5b9d5ac7e17f402a9111f1ca2c22bf56 
          }
        }
      });

      var view = new MapView({
        spatialReference: 27700, 
        container: "viewDiv",
        map: map,
        center: new Point({x: 500000, y: 500000, spatialReference: 27700}),
        zoom: 5
      });

      const directionalPad = new DirectionalPad({
        view: view
      });

      view.ui.add(directionalPad, "bottom-right");
    });
  &amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
  &amp;lt;div id="viewDiv"&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 21:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1400603#M84120</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2024-03-25T21:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406321#M84237</link>
      <description>&lt;P&gt;This is perfect thank you&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406321#M84237</guid>
      <dc:creator>azy141</dc:creator>
      <dc:date>2024-04-05T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406322#M84238</link>
      <description>&lt;P&gt;Do you know how I could go about overriding the icons used in this d pad?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406322#M84238</guid>
      <dc:creator>azy141</dc:creator>
      <dc:date>2024-04-05T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406333#M84239</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/esri-icon-font/" target="_self"&gt;ESRI Icons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const directionalPad = new DirectionalPad({
        view: view
        icon: "esri-icon-handle-horizontal",
  })&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406333#M84239</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-04-05T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406334#M84240</link>
      <description>&lt;P&gt;That makes sense to me when using for a widget with only 1 icon but the d pad has 8 icons but only 1 instance of&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html#icon" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad.html#icon&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't quite understand how I would use this to override the north, east, south, west arrows etc?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406334#M84240</guid>
      <dc:creator>azy141</dc:creator>
      <dc:date>2024-04-05T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406345#M84241</link>
      <description>&lt;P&gt;I see.&amp;nbsp; I think you are going to need to customize the calcite.&amp;nbsp; &lt;A href="https://developers.arcgis.com/calcite-design-system/components/" target="_self"&gt;I looked here&lt;/A&gt;, but cannot find which would be the best place to start.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 14:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406345#M84241</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-04-05T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406392#M84242</link>
      <description>&lt;P&gt;Here is a example of changing the calcite design.&amp;nbsp; I switched the chevrons to arrows.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/mbdriscoll/pen/wvZyXoE?editors=1010" target="_blank" rel="noopener"&gt;https://codepen.io/mbdriscoll/pen/wvZyXoE?editors=1010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 15:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1406392#M84242</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-04-05T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pan controls ArcGIS4</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1649931#M87615</link>
      <description>&lt;P data-unlink="true"&gt;In case anyone else comes across this in the future and is curious, here is a link to &lt;A href="https://www.w3.org/TR/WCAG22/#dragging-movements" target="_self"&gt;WCAG 2.2 SC 2.5.7 Dragging Movements&lt;/A&gt;, which requires that anything that "&lt;SPAN&gt;uses a&amp;nbsp;&lt;/SPAN&gt;dragging movement&lt;SPAN&gt;&amp;nbsp;for operation can be achieved by a&amp;nbsp;&lt;/SPAN&gt;single pointer&lt;SPAN&gt;&amp;nbsp;without dragging".&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For WCAG 2.2 AA compliance purposes, it's not enough to provide keyboard controls for panning; you must also provide a pointer control that does not require dragging.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 23:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/pan-controls-arcgis4/m-p/1649931#M87615</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2025-09-11T23:12:09Z</dc:date>
    </item>
  </channel>
</rss>

