mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-23 05:20:31 -05:00
Openstreetmap support (#2765)
This commit is contained in:
parent
e6d4081c06
commit
4dda7cfaa5
20 changed files with 447 additions and 162 deletions
|
|
@ -158,9 +158,10 @@ WardriveMapView::WardriveMapView(NavigationView& nav)
|
|||
}
|
||||
|
||||
// never move this before the first load() bc that will mess load up
|
||||
geomap.on_move = [this](float lon, float lat) {
|
||||
geomap.on_move = [this](float lon, float lat, bool absolute) {
|
||||
(void)lon;
|
||||
(void)lat;
|
||||
(void)absolute;
|
||||
load_markers();
|
||||
};
|
||||
btn_back.on_select = [this, &nav](Button&) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue