Get coordinates from radar site configuration

This commit is contained in:
Dan Paulat 2022-02-02 11:07:25 -06:00
parent 29ce4b1eb8
commit 3620bfd13a
8 changed files with 93 additions and 36 deletions

View file

@ -13,8 +13,11 @@ namespace RadarRangeLayer
void Add(std::shared_ptr<QMapboxGL> map,
float range,
QMapbox::Coordinate center,
const QString& before = QString());
void Update(std::shared_ptr<QMapboxGL> map, float range);
void Update(std::shared_ptr<QMapboxGL> map,
float range,
QMapbox::Coordinate center);
} // namespace RadarRangeLayer
} // namespace map