Currently, I am working with Cesium and Angular. I am trying to locate where the request URL is generated for GetFeatureInfo in Cesium, but unfortunately I am unable to find it. My goal is to display feature information when clicking on the map. However, the request being sent is using x and y parameters for coordinates, whereas I would prefer to use i and j instead. Additionally, I am interested in extracting the bbox information from this request for display purposes. If anyone has any insights or suggestions, I would greatly appreciate it! Thank you!