Node-red-contrib-web-worldmap & WMS servers

I'm looking for examples of node-red-contrib-web-worldmap, that utilizes a remote WMS server. I'm attempting to pull basemap imagery from an ArcGIS based server, that has WMS as an option, and I'm unable to get it to load properly.

Can anyone assist with some examples of what they've been able to do?

Does the example " To add a WMS overlay layer - eg US weather radar" in the readme for the node no longer work ?

I tried using that as a base to work from, but I'm getting "SKIP" in my browser console when it is injected into the node, and I'm unsure why?

I also attempted to define it as a custom base layer, with out any luck. The map base tiles don't render, and it overlays the OSM 3d buildings on top of it. I've wired up the US Weather example, and two separate ArcGIS Servers that contain the same dataset to test.

I've attached an example flow below. Thank you for your help! I racked my brain trying to figure out what I was doing wrong, and couldn't figure it out.

[{"id":"79b0c23780f96047","type":"tab","label":"Garden Map","disabled":false,"info":"","env":[]},{"id":"2dec941c9eabec68","type":"ui_worldmap","z":"79b0c23780f96047","group":"","order":4,"width":0,"height":0,"name":"","lat":"38.179081","lon":"-85.551978","zoom":"18","layer":"Custom","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"true","panlock":"false","zoomlock":"false","hiderightclick":"true","coords":"deg","showgrid":"true","allowFileDrop":"false","path":"/oskopnir/housegarden","overlist":"DR,CO,RA,DN,BU,RW,SN,AC,TL,HM","maplist":"OSMG","mapname":"LOJIC","mapurl":"https://kygisserver.ky.gov/arcgis/rest/services/WGS84WM_Services/Ky_LOJIC_Imagery_2018_3IN_WGS84WM/MapServer/7","mapopt":"{   \"layers\": \"7\",   \"format\": \"image/png\",   \"transparent\": true,   \"attribution\": \"LOJIC\" }","mapwms":true,"x":1540,"y":380,"wires":[]},{"id":"2af6b97443176c44","type":"debug","z":"79b0c23780f96047","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1510,"y":460,"wires":[]},{"id":"256e7c737403f2ba","type":"inject","z":"79b0c23780f96047","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"overlay\":\"NowCoast\",\"url\":\"https://nowcoast.noaa.gov/arcgis/services/nowcoast/radar_meteo_imagery_nexrad_time/MapServer/WmsServer?\",\"opt\":{\"layers\":\"1\",\"format\":\"image/png\",\"transparent\":true,\"attribution\":\"NOAA/NWS\"},\"wms\":true}","payloadType":"json","x":1150,"y":360,"wires":[["2dec941c9eabec68","2af6b97443176c44"]]},{"id":"120f85210ea4ed32","type":"inject","z":"79b0c23780f96047","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"overlay\":\"LOJIC\",\"url\":\"https://kygisserver.ky.gov/arcgis/rest/services/WGS84WM_Services/Ky_LOJIC_Imagery_2018_3IN_WGS84WM/MapServer/WmsServer?\",\"opt\":{\"layers\":\"7\",\"format\":\"image/png\",\"transparent\":true,\"attribution\":\"LOJIC\"},\"wms\":true}","payloadType":"json","x":1150,"y":420,"wires":[["2dec941c9eabec68","2af6b97443176c44"]]},{"id":"327370d67088ce95","type":"inject","z":"79b0c23780f96047","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"overlay\":\"LOJIC\",\"url\":\"https://ags2.lojic.org/maps/rest/services/LojicSolutions/Imagery/MapServer/WmsServer?\",\"opt\":{\"layers\":\"16\",\"format\":\"image/png\",\"transparent\":true,\"attribution\":\"LOJIC\"},\"wms\":true}","payloadType":"json","x":1150,"y":480,"wires":[["2dec941c9eabec68","2af6b97443176c44"]]}]

I've tried a completely different WMS ArcGIS Server, with the same result (injects successfully, browser console responds with SKIP).

Any suggestions or ideas anyone can give me?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.