sinoptik/src
Paul van Tilburg a78c55332f Refactor the API for the maps module
* Move the function `draw_position` to the maps module and split it up
* Replace and refactor `pollen_at` and `uvi_at` methods on `Maps`
  by `pollen_mark` and `uvi_mark`
* Drop the `pollen_project` and `uvi_project` methods on `Maps`,
  just call the `project` helper method directly
* Add `map_at` and `mark` helper methods that handle maps slicing
  and drawing
* Rename `pollen_sample` and `uvi_sample` methods on `Maps` to their
  plural forms
* Also, rename the map handlers to `map_address` and `map_geo`
2022-02-22 12:49:42 +01:00
..
providers Refactor the API for the maps module 2022-02-22 12:49:42 +01:00
forecast.rs Use chrono (UTC) timestamps for maps (closes: #12) 2022-02-19 16:45:37 +01:00
main.rs Refactor the API for the maps module 2022-02-22 12:49:42 +01:00
maps.rs Refactor the API for the maps module 2022-02-22 12:49:42 +01:00
position.rs Add retrieval of pollen and UVI metrics for Buienradar provider 2022-02-19 15:33:00 +01:00
providers.rs Add the Buienradar provider 2022-02-13 15:38:17 +01:00