-
Notifications
You must be signed in to change notification settings - Fork 30
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
Importing icons from icondata #35
Comments
@TheToddmeister I'm not quite sure what you mean exactly. Can you give me an example in JS? |
I'm not that knowledgeable on JS, but ill explain a bit more.
Icondata
Without any personal knowledge on how or if this could be done: I'm wondering if an icondata::Icon could be provided as an argument to output a custom icon in leaflet?
This is a little above my knowledge about rust, but this is my step by step thinking while shooting from the hip;
|
Hey
The library icondata has become a fairly standard component for Icons in several frameworks.
Its therefore often an autoinclude in many projects.
Would it be possible to create a feature flag that makes it possible to use the icons defined there?
I tried to look at it myself, but i can't read macros that well yet.
I would also be haopy if you just pointed me to a way of doing it that already exists
The text was updated successfully, but these errors were encountered: