sinoptik/src
Paul van Tilburg 6b62cc7797 Add some unimplemented API for map project and sampling
* Add map reference point constants `*_MAP_REF_POINTS `that can be used
  for map projections
* Add (unimplemented )`*_project` and `*_sample` methods to the `Maps`
  implementation
* Add `PollenSample` and `UviSample` structs
* Make `Position::new` const
2022-02-18 21:25:06 +01:00
..
providers Introduce the Position struct; add position module 2022-02-15 14:15:59 +01:00
forecast.rs Introduce the Position struct; add position module 2022-02-15 14:15:59 +01:00
main.rs Use address instead of position for map debug handler 2022-02-17 22:25:13 +01:00
maps.rs Add some unimplemented API for map project and sampling 2022-02-18 21:25:06 +01:00
position.rs Add some unimplemented API for map project and sampling 2022-02-18 21:25:06 +01:00
providers.rs Add the Buienradar provider 2022-02-13 15:38:17 +01:00