forked from MapComplete/MapComplete
Further refactoring
This commit is contained in:
parent
e4a2fd1daf
commit
7a7b34b0fa
17 changed files with 350 additions and 297 deletions
|
@ -59,7 +59,7 @@ export class UserBadge extends UIElement {
|
|||
if (home === undefined) {
|
||||
return;
|
||||
}
|
||||
State.state.bm.map.setView([home.lat, home.lon], 16);
|
||||
State.state.leafletMap.data.setView([home.lat, home.lon], 16);
|
||||
});
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue