forked from MapComplete/MapComplete
First draft of loading 'notes'
This commit is contained in:
parent
bafaba7011
commit
ebb510da04
20 changed files with 580 additions and 199 deletions
|
@ -43,7 +43,7 @@ export default class UserBadge extends Toggle {
|
|||
if (home === undefined) {
|
||||
return;
|
||||
}
|
||||
state.leafletMap.data.setView([home.lat, home.lon], 16);
|
||||
state.leafletMap.data?.setView([home.lat, home.lon], 16);
|
||||
});
|
||||
|
||||
const linkStyle = "flex items-baseline"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue