add Radar data to esri map using javascript

522
3
07-24-2019 06:54 AM
YaoYu
by
New Contributor

Hi, Guys, 

really need help on this one... i am trying to add a layer of radar data(image from web map service) to esri map using javascript, below is the URL where the image can be accessed. any one can provide me a solid an example how to do it... or any suggestion how should i do it. i googled but no luck so far. thanks 

https://geo.weather.gc.ca/geomet/?lang=en&SERVICE=WMS&REQUEST=GetMap&VERSION=1.3.0&LAYERS=RADAR_1KM_RRAI&STYLES=RADARURPPRECIPR14&FORMAT=image%2Fpng&TRANSPARENT=true&HEIGHT=256&WIDTH=256&UPPERCASE=true&SLD_VERSION=1.1.0&KEEPBUFFER=2&ZINDEX=8&TIME=2019-07-23T15%3A30%3A00Z&CRS=EPSG%3A3857&BBOX=-12523442.714243276,2504688.5428486555,-10018754.171394622,5009377.08569731

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Yao,

   You need to use a WMSLayer for this. You did not specify if you were using 4.x or 3.x of the API though.

YaoYu
by
New Contributor

thanks for your reply, we use 3.2x version of esri

0 Kudos