fix: disable attribution control
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
bind:map={map.value}
|
||||
bind:zoom={map.zoom}
|
||||
padding={map.padding}
|
||||
attributionControl={false}
|
||||
onload={async () => {
|
||||
map.updateMapPadding();
|
||||
location.locked = true;
|
||||
|
||||
Reference in New Issue
Block a user