You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MAPS (Create a MAP visualization) you start with a world map. If you "Add" a new layer, and choose custom map, then you can configure a WMS setup. When I enter the correct data below, it never works. It seems that the GET request is not included all the necessary options. I used my own program to capture a trace. I am using HTTP to capture the trace so the setup does not work with the true HTTPS end point. However, I can see that the GET request only includes options one time then after that it does not include options. When I configure the true HTTPS I can't see if the GET request is working however, I changed the WMS URL to include all options and it works but the map is useless. My test would show that the GET request is not including the required options.
To reproduce this bug add the following:
Login to OpenSearch Dashboard
Select Visualize then create then choose MAP (or pick Maps from plugin and create new map).
From the blank screen of the world, select Add Layer
Save (click Update)
The screen is blank. A trace of the traffic shows no options. The hack is:
Select your New Layer 2
Edit the URL and append the following (there are no spaces or line breaks starting with question mark character): ?service=WMS&version=1.3.0&request=GetMap&format=image/png&transparent=true&layers=0&styles=default&crs=EPSG:3857&width=256&height=256&bbox=0,-20037508.342789244,10018754.17139462,-10018754.171394622,0
Save changes
This will show something.
The issue is no WMS options are sent when configured correctly.
My environment
OS: Linux 4.18.0-489.el8.x86_64 Bump ini from 1.3.5 to 1.3.8 #1 SMP Thu Apr 27 17:02:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Chrome: Version 113.0.5672.92 (Official Build) (64-bit)
OpenSearch and Dashboard 2.7.0
The text was updated successfully, but these errors were encountered:
@RobSaxonNokia I tried to reproduce the steps on my local(MacOS, Chrome Version 113.0.5672.92, and OpenSearch 2.7) and it works as below, is there any specific steps we're different?
When using MAPS (Create a MAP visualization) you start with a world map. If you "Add" a new layer, and choose custom map, then you can configure a WMS setup. When I enter the correct data below, it never works. It seems that the GET request is not included all the necessary options. I used my own program to capture a trace. I am using HTTP to capture the trace so the setup does not work with the true HTTPS end point. However, I can see that the GET request only includes options one time then after that it does not include options. When I configure the true HTTPS I can't see if the GET request is working however, I changed the WMS URL to include all options and it works but the map is useless. My test would show that the GET request is not including the required options.
To reproduce this bug add the following:
The screen is blank. A trace of the traffic shows no options. The hack is:
This will show something.
The issue is no WMS options are sent when configured correctly.
My environment
The text was updated successfully, but these errors were encountered: