Makin-Things / bom-radar-card

A rain radar card using the new tiled images from the Australian BOM
https://github.com/makin-things/bom-radar-card
MIT License
98 stars 9 forks source link

radar overlay images don't display #11

Closed CanberraTinkerer closed 2 years ago

CanberraTinkerer commented 2 years ago

Checklist:

Release with the issue: current Last working release (if known):

Browser and Operating System: Chrome on Windows 10

Description of problem: no radar images appear on the map. Looking at the HTTP requests made by the card, each call to https://api.weather.bom.gov.au/ results in a 404 error. I've tried both of the examples given (national radar, and radar centred on Maryborough) as well as my local area (Canberra) without success. I see the base map, but no radar overlays.

Javascript errors shown in the web inspector (if applicable):

Additional information:

DeanoAus commented 2 years ago

Having the same issue here.

theOzzieRat commented 2 years ago

The BoM have changed the schema used for serving up the radar tiles. v1.3.3 should fix it. Please update.

DeanoAus commented 2 years ago

Hah, I wrote that and then noticed you pushed a new one. Thanks for being responsive none the less :)

theOzzieRat commented 2 years ago

All good, was a little challenging to get the new url's since the BoM broke their own radar viewer. I had to install an android emulator to extract the new location (and then take a random guess).

CanberraTinkerer commented 2 years ago

Thanks!