-
Notifications
You must be signed in to change notification settings - Fork 4
WMS request: parameter name can be switched to upper case #143
Comments
Hi @martin-bom, |
Hi @KeyboardSounds Emma, It returned with "Missing valid BBOX parameter" error. The image could be displayed successfully. Regards, |
I'm not sure if this will help but I ran into this problem when I upgraded Leaflet to 1.4 (from 0.7.7) and the following code (from memory) was a work-around for the bug listed above. Note the separation of params being sent via the URL (
This will only help if TerriaJS is using LeafletJS code for WMS implementation... |
We do use Leaflet for 2D, but our primary renderer is Cesium. Super useful to know though! |
Hi Ana,
TerriaJS/terriajs#4223
Recently we tried to submit a WMS request to ALA Australia through Data Viewer but returned the following error:
Missing valid BBOX parameter
The underlying request to ALA does have the parameter "bbox" but is in lowercase.
May I know if there is a configuration in json which can convert the parameter name to uppercase?
Thank you.
Regards,
Martin
The text was updated successfully, but these errors were encountered: