Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Move map attribution to top right
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Weimann <michaelw@matrix.org>
  • Loading branch information
weeman1337 committed May 17, 2022
1 parent 5f8aeca commit 5214b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/location/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export const createMap = (
style: styleUrl,
zoom: 15,
interactive,
attributionControl: false,
});
map.addControl(new maplibregl.AttributionControl(), 'top-right');

map.on('error', (e) => {
logger.error(
Expand Down

0 comments on commit 5214b94

Please sign in to comment.