Sorry for double post I missed that there is a area specific to webcam API.
I just upgraded my code from Windy Webcam API V2 to V3 but run into the following issue:
I am requesting the urls
section but the URLs provided (e.g. this one here https://webcams.windy.com/webcams/1680794205 show a 404
error page. This seem to be valid for all urls
returned (not just a problem for a single webcam).
My second issue is with using the /map/cluster
endpoint. When providing my bounding box (right out of Leaflet) and the Leaflet zoom level I get the Maximal distance between west and east longitudes on the zoom level 12, should be 0.17578125!
error. The exact same data worked on V2 API. I pretty much have to remove two zoom levels (e.g. 12
I need to request as 10
) for the API call to work (it feels like that ether zoom level has changed and/or the validation is slightly to strict. My full API query is for example: https://api.windy.com/webcams/api/v3/map/clusters?northLat=49.24855560361254&eastLon=-122.48485827914439&southLat=49.17813370208243&westLon=-122.89993548861705&zoom=12&include=location,images,player,urls
Hope someone can help out with the urls
(as that is currently broken) and provide some insight in the clusters API.