I have added a button showing buienradar for the entire country (netherlands), following the example in documentation.
Now i wanted to zoom in, in order to display more local area instead of the entire country.
Buienradar offers an iframe link to do that:
Code: Select all
<iframe src="https://gadgets.buienradar.nl/gadget/zoommap/?lat=52.34167&lng=5.62083&overname=2&zoom=8&naam=harderwijk&size=2b&voor=1" scrolling=no width=330 height=330 frameborder=no></iframe>Code: Select all
var buttons = {}
buttons.buienradar = {width:6, isimage:true, refreshimage:60000, image: 'https://gadgets.buienradar.nl/gadget/zoommap/?lat=52.34167&lng=5.62083&overname=2&zoom=8&naam=harderwijk&size=2b&voor=1', url:'https://api.buienradar.nl/image/1.0/RadarMapNL?w=500&h=512'}