SecUSo / privacy-friendly-weather

Privacy Friendly App for Android that can display weather for cities.
GNU General Public License v3.0
115 stars 30 forks source link

Radiussearch #134

Open woheller69 opened 4 years ago

woheller69 commented 4 years ago

What about a radius search result like this? It is based on the cities layer of leaflet-openweathermap.js (https://github.com/buche/leaflet-openweathermap) I have a prototype in my branch radiussearch.

radiussearch

sleep-yearning commented 3 years ago

That is a much more visualizing variant. I think if it contains all the data of the previous display this would be better. One thing to consider is readability though, the old display was very easy to read and this map view should also be affected by text size and such.

woheller69 commented 3 years ago

I tends to consume a lot of API calls. In my RadarWeather https://github.com/woheller69/weather I have implemented a different approach.