jamesdales / IconMapSupport

MIT License
4 stars 1 forks source link

WMS layer not Shown #46

Closed sujit3239 closed 3 months ago

sujit3239 commented 4 months ago

Hi team we are not able to Plot wms layer in Icon map through Power Bi,Please check

jamesdales commented 4 months ago

Hi. Could you provide more information about your WMS server and the URL you are using?

nahles commented 3 months ago

Hi James,

I'm also running into this issue.

Full URL: https://fwspublicservices.wim.usgs.gov/wetlandsmapservice/services/Wetlands/MapServer/WMSServer?request=GetCapabilities&service=WMS

URL I'm using in Icon Map: https://fwspublicservices.wim.usgs.gov/wetlandsmapservice/services/Wetlands/MapServer/WMSServer?

Name Tag: Wetlands

Thanks, appreciate all your hard work on this! Noah

jamesdales commented 3 months ago

Hi

I've managed to get this working:

image

You were using the correct URL: https://fwspublicservices.wim.usgs.gov/wetlandsmapservice/services/Wetlands/MapServer/WMSServer?

But the layer name in the GetCapabilities response is 1, rather than Wetlands, as it uses the name, not the title:

image

So setting the WMS Layer Name property to 1 should display your map.

Thanks

James

nahles commented 2 months ago

Thanks so much!