<?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: ESRI traffic maps do not work (lowercase parameter bbox ?) in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/esri-traffic-maps-do-not-work-lowercase-parameter/m-p/1699901#M5110</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/977500"&gt;@RenzoDani02&lt;/a&gt;&amp;nbsp;- I also faced this issue, and saw that there also was &lt;A href="https://github.com/openlayers/openlayers/issues/17205" target="_blank" rel="noopener"&gt;an issue filed with OpenLayers&lt;/A&gt; a few months ago. If memory serves (it doesn't often), I recall old ArcGIS REST documentation specifying that these fields should be UPPER-CASE, justifying why OpenLayers decided at the time to enforce UPPER-CASE, so I have worries that there may still be ArcServers running an old ArcREST that requires those, and that updating OpenLayers to assume lower case may be backward incompatible (not to mention bizarre behavior for anyone who sets some of the automatically populated fields manually).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: If anyone can confirm that ALL-CAPS for BBOX was ever required and can point me at the docs, I would be extremely grateful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I wrote a patch for OpenLayers because:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I don't expect Esri to roll out a fix for this backwards-incompatible bug soon&lt;/LI&gt;&lt;LI&gt;Even if they do, how long will it be before everyone who adopted this version upgrades to one without this regression?&lt;/LI&gt;&lt;LI&gt;I don't actually know if any ArcREST instances still exist that would require ALL CAPS (if there ever were any)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The good news: &lt;A href="https://github.com/openlayers/openlayers/pull/17468/" target="_blank" rel="noopener"&gt;OpenLayers has accepted my patch&lt;/A&gt;&amp;nbsp;- You can either compile the current main branch yourself, or wait for the next version to be released (there seems to be a new release every few months).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2026 17:18:28 GMT</pubDate>
    <dc:creator>EcotrustRyan</dc:creator>
    <dc:date>2026-05-04T17:18:28Z</dc:date>
    <item>
      <title>ESRI traffic maps do not work (lowercase parameter bbox ?)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/esri-traffic-maps-do-not-work-lowercase-parameter/m-p/1688941#M5100</link>
      <description>&lt;P&gt;this error is around for 4-5 months:&lt;/P&gt;&lt;P&gt;when contacting the traffic API with uppercase BBOX parameter:&lt;BR /&gt;&lt;A href="https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer/export?F=image&amp;amp;format=PNG32&amp;amp;transparent=true&amp;amp;token=******&amp;amp;SIZE=3390%2C3143&amp;amp;BBOX=934464.9645914804%2C6006425.559050867%2C940943.0027386491%2C6012431.598548375&amp;amp;BBOXSR=3857&amp;amp;IMAGESR=3857&amp;amp;DPI=225" target="_blank"&gt;https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer/export?F=image&amp;amp;format=PNG32&amp;amp;transparent=true&amp;amp;token=******&amp;amp;SIZE=3390%2C3143&amp;amp;BBOX=934464.9645914804%2C6006425.559050867%2C940943.0027386491%2C6012431.598548375&amp;amp;BBOXSR=3857&amp;amp;IMAGESR=3857&amp;amp;DPI=225&lt;/A&gt;&lt;/P&gt;&lt;P&gt;we receive following error:&lt;BR /&gt;Error: Unable to export map&lt;BR /&gt;Code: 400&lt;BR /&gt;bbox must be specified&lt;BR /&gt;&lt;BR /&gt;when changing bbox to lowercase, then we get back the image with traffic:&lt;BR /&gt;&lt;A href="https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer/export?F=image&amp;amp;format=PNG32&amp;amp;transparent=true&amp;amp;token=******&amp;amp;SIZE=3390%2C3143&amp;amp;bbox=934464.9645914804%2C6006425.559050867%2C940943.0027386491%2C6012431.598548375&amp;amp;BBOXSR=3857&amp;amp;IMAGESR=3857&amp;amp;DPI=225" target="_blank"&gt;https://traffic.arcgis.com/arcgis/rest/services/World/Traffic/MapServer/export?F=image&amp;amp;format=PNG32&amp;amp;transparent=true&amp;amp;token=******&amp;amp;SIZE=3390%2C3143&amp;amp;bbox=934464.9645914804%2C6006425.559050867%2C940943.0027386491%2C6012431.598548375&amp;amp;BBOXSR=3857&amp;amp;IMAGESR=3857&amp;amp;DPI=225&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;however, looking at the github project for openlayers at line 46, it requires BBOX uppercase:&lt;BR /&gt;&lt;A href="https://github.com/openlayers/openlayers/blob/1f085edf037fdf638d6d8b22e1095d7c3a6cafb5/src/ol/source/arcgisRest.js#L46" target="_blank"&gt;https://github.com/openlayers/openlayers/blob/1f085edf037fdf638d6d8b22e1095d7c3a6cafb5/src/ol/source/arcgisRest.js#L46&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;can you please check and fix?&lt;BR /&gt;thank you&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 12:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/esri-traffic-maps-do-not-work-lowercase-parameter/m-p/1688941#M5100</guid>
      <dc:creator>RenzoDani02</dc:creator>
      <dc:date>2026-03-06T12:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI traffic maps do not work (lowercase parameter bbox ?)</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/esri-traffic-maps-do-not-work-lowercase-parameter/m-p/1699901#M5110</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/977500"&gt;@RenzoDani02&lt;/a&gt;&amp;nbsp;- I also faced this issue, and saw that there also was &lt;A href="https://github.com/openlayers/openlayers/issues/17205" target="_blank" rel="noopener"&gt;an issue filed with OpenLayers&lt;/A&gt; a few months ago. If memory serves (it doesn't often), I recall old ArcGIS REST documentation specifying that these fields should be UPPER-CASE, justifying why OpenLayers decided at the time to enforce UPPER-CASE, so I have worries that there may still be ArcServers running an old ArcREST that requires those, and that updating OpenLayers to assume lower case may be backward incompatible (not to mention bizarre behavior for anyone who sets some of the automatically populated fields manually).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: If anyone can confirm that ALL-CAPS for BBOX was ever required and can point me at the docs, I would be extremely grateful!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I wrote a patch for OpenLayers because:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I don't expect Esri to roll out a fix for this backwards-incompatible bug soon&lt;/LI&gt;&lt;LI&gt;Even if they do, how long will it be before everyone who adopted this version upgrades to one without this regression?&lt;/LI&gt;&lt;LI&gt;I don't actually know if any ArcREST instances still exist that would require ALL CAPS (if there ever were any)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The good news: &lt;A href="https://github.com/openlayers/openlayers/pull/17468/" target="_blank" rel="noopener"&gt;OpenLayers has accepted my patch&lt;/A&gt;&amp;nbsp;- You can either compile the current main branch yourself, or wait for the next version to be released (there seems to be a new release every few months).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 17:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/esri-traffic-maps-do-not-work-lowercase-parameter/m-p/1699901#M5110</guid>
      <dc:creator>EcotrustRyan</dc:creator>
      <dc:date>2026-05-04T17:18:28Z</dc:date>
    </item>
  </channel>
</rss>

