Akylas / oss-weather

An OSS weather app for iOS/Android
MIT License
162 stars 13 forks source link

Add colour choices for Rainviewer radar map #96

Closed 0-5-0 closed 4 months ago

0-5-0 commented 4 months ago

Suggestion to add colour choices for Rainviewer radar map.

You can test the different colours: https://rainviewer.github.io/rainviewer-api-example/rainviewer-api-example.html

There's also a list of the different colours by searching for "setcolors": https://github.com/rainviewer/rainviewer-api-example/blob/master/rainviewer-api-example.html

    <option value="0">Black and White Values</option>
    <option value="1">Original</option>
    <option value="2" selected="selected">Universal Blue</option>
    <option value="3">TITAN</option>
    <option value="4">The Weather Channel</option>
    <option value="5">Meteored</option>
    <option value="6">NEXRAD Level-III</option>
    <option value="7">RAINBOW @ SELEX-SI</option>
    <option value="8">Dark Sky</option>
farfromrefug commented 4 months ago

@0-5-0 thanks a lot for finding this.

farfromrefug commented 4 months ago

@0-5-0 it is released!

0-5-0 commented 4 months ago

Each colour is working great, thank you :)