simple_dwd_weatherforecast
simple_dwd_weatherforecast copied to clipboard
The order of the requested layers does matter
The order of the map layers is currently wrong https://github.com/FL550/simple_dwd_weatherforecast/blob/ea92b08404ba0130d8fa346752e72577d62825e8/simple_dwd_weatherforecast/dwdmap.py#L43
With the url as per the line 43, above:
https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers=dwd:Laender,dwd:Satellite_meteosat_1km_euat_rgb_day_hrv_and_night_ir108_3h&bbox=4.4,46.4,16.1,55.6&width=720&height=803&srs=EPSG:4326&styles=&format=image/png
we get this image
Reversing the two layers to have it this way
https://maps.dwd.de/geoserver/dwd/wms?service=WMS&version=1.1.0&request=GetMap&layers=dwd:Satellite_meteosat_1km_euat_rgb_day_hrv_and_night_ir108_3h,dwd:Laender&bbox=4.4,46.4,16.1,55.6&width=720&height=803&srs=EPSG:4326&styles=&format=image/png
we get this image