-
So, I have a relatively specific qualm: I am developing an app using MapLibre. The app's UI is decently complex, so I would like to handle the positioning (and rendering in general) of the attribution myself using a custom React component. However, I can't seem to be able to remove it completely. Anything I could find on the topic concerns re-positioning using AttributionControl, but I need something more fine-grained than that. I tried zapping the DOM element using good old |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I think you can set attribution to |
Beta Was this translation helpful? Give feedback.
See map options' attribution control:
https://maplibre.org/maplibre-gl-js/docs/API/type-aliases/MapOptions/