Skip to content
New issue

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

Absolute position text #89

Open
thewh1teagle opened this issue Oct 28, 2023 · 0 comments
Open

Absolute position text #89

thewh1teagle opened this issue Oct 28, 2023 · 0 comments

Comments

@thewh1teagle
Copy link

thewh1teagle commented Oct 28, 2023

Hello!
I have a situation where I need to place text/SVG in an absolute position on an image/map, such as positioning the Google attribution in the bottom right of the image. I know I can use another library for this, but I wonder if it's possible to achieve this with the current library.

Example:

map.addSvg({path, x: 95, y: 95}) // position between 0 to 100
map.addText({text: 'hello', x: 95, y: 95}) // position between 0 to 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant