We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Either follow the Getting Started guide, or run the bundled examples.
Attribution button shows up in the lower right corner
It is approximately 2/3 of the way to the left side of the screen
This might be an upstream issue; check that with a minimal example before digging too deep.
The text was updated successfully, but these errors were encountered:
Yes, weird! Anyways, I ended up using attributionPosition prop in the MapVIew. Eg.
attributionPosition
<MapLibreGL.MapView {...otherProps} attributionPosition={{ right: 10, bottom: 10 }} />
Sorry, something went wrong.
The offset is there, when there is no logo and the default placement is used.
Not sure, which way we should go, maybe enable the logo by default?
No branches or pull requests
Steps to Trigger Behavior
Link to Minimal Reproducible Example
Either follow the Getting Started guide, or run the bundled examples.
Expected Behavior
Attribution button shows up in the lower right corner
Actual Behavior
It is approximately 2/3 of the way to the left side of the screen
Screenshots (if applicable)
Version(s) affected
Additional context
This might be an upstream issue; check that with a minimal example before digging too deep.
The text was updated successfully, but these errors were encountered: