When using the WmsOverlay class, it is creating the bbox values as such: BBOX=-7432287.3195647,68224.3631591229,-4932116.7586568,2568394.92406702
The service I'm calling expects the values in this format: &bbox=-81.102,28.95,-81.041,29.01
Do I need to handle this in the GetTileUri method or is there a property I can set to account for this?
Thanks