Move map attribution to top right (#8621)
Signed-off-by: Michael Weimann <michaelw@matrix.org> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
764b307e63
commit
1535ff0d6c
8 changed files with 71 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue