| Bug ID Number |
BUG-000138448 |
| Submitted | March 25, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Online |
| Version found | 8.4 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
The JSAPI (and ArcGIS Runtime API) always order coordinates in the bounding box (example: bbox) parameter in the following order: xmin, ymin, xmax, and ymax, unless the Web Map Service (WMS) version is 1.3.0 and the EPSG number is included in a known list of a reversed coordinate pairing.
Workaround
Use WMS 1.1.1 when adding a Web Map Service (WMS) to a web map using EPSG 4647. This is specified by defining a custom parameter (version 1.1.1).
Steps to Reproduce