Closed timautin closed 1 year ago
Please let us know on what platform this issue happens.
Hi Julian, On web. I just ran on Android and it works as expected.
For information, the following log is printed when running on web:
setAttributionButtonAlignment not available in web
It seems the capability exists in MapLibre JS, but the mapping is not done yet: https://maplibre.org/maplibre-gl-js/docs/examples/attribution-position/
I was about to say that I saw this log and that maybe I'd do it, but you've been faster, thank you very much :)
Closed by #304
Hello,
When creating a map with this code:
The attributionButtonPosition & attributionButtonMargins options are not taken into account and the attribution stays at the bottom right corner with no margins.
Expected result: the attribution should be at the bottom left corner, 10 px from the bottom & 10 px from the left.
EDIT: the problem is on web, it works as expected on Android.